diff options
author | Romain Francoise <rfrancoise@debian.org> | 2012-06-10 17:42:59 +0200 |
---|---|---|
committer | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2012-06-11 11:29:41 +0200 |
commit | 9d56f4a31f5d809e28394592c274eca5a315dc81 (patch) | |
tree | d15bf0387e4c16f65c48509e51bdf65c6aaa5197 | |
parent | 80b891a307af77643dcf699afde846d382e76f6b (diff) |
Merge debian/ changes from Debian.
* Switch to debhelper compat level 9.
* Enable all hardening options.
* Don't overwrite environment CFLAGS, use CPPFLAGS.
* Bump Standards-Version to 3.9.3, no changes needed.
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rwxr-xr-x | debian/rules | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index 6be8f49..bf637d4 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,8 @@ Section: misc Priority: optional Maintainer: Romain Francoise <rfrancoise@debian.org> Uploaders: David Härdeman <david@hardeman.nu> -Build-Depends: debhelper (>= 7), libattr1-dev -Standards-Version: 3.9.1 +Build-Depends: debhelper (>= 9), libattr1-dev +Standards-Version: 3.9.3 Homepage: http://david.hardeman.nu/software.php Package: metastore diff --git a/debian/rules b/debian/rules index cbe925d..d8309f6 100755 --- a/debian/rules +++ b/debian/rules @@ -1,3 +1,6 @@ #!/usr/bin/make -f + +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + %: dh $@ |