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 /debian/rules | |
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.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
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 $@ |