diff options
author | Russ Allbery <rra@stanford.edu> | 2013-03-27 15:51:58 -0700 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2013-03-27 15:51:58 -0700 |
commit | a357f87b9e5ee6863ad2011be7944e30e3c9e6cd (patch) | |
tree | 3a2ae55a68b3ec52a5af0714a652179100e4d7f3 /debian/control | |
parent | 53a80013a68a86013500607e9bf95ed9b26e6a5e (diff) |
Update to debhelper V9, enable hardening, parallel builds
* Update debhelper compatibility level to V9.
- Enable all hardening build flags.
- Enable parallel builds.
Change-Id: I816acdcf5a204fddc909f78e3db39493e7c2321e
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index b4ede49..8b5be8b 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: wallet Section: net Priority: extra Maintainer: Russ Allbery <rra@debian.org> -Build-Depends: debhelper (>= 7.0.50~), libdatetime-format-sqlite-perl, +Build-Depends: debhelper (>= 9), libdatetime-format-sqlite-perl, libdbd-sqlite3-perl, libdbi-perl, libdbx-class-perl, libkrb5-dev, libremctl-dev, libsql-translator-perl, libtest-pod-perl, perl Standards-Version: 3.9.4 |