diff options
author | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2013-12-12 12:31:18 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2013-12-12 12:41:11 +0100 |
commit | 6308c2971149c1f4f2f13846ca1a334a82b6519c (patch) | |
tree | 1ecdcc30b9666b85d92e1b9f2a95e49a83ea77a4 /debian | |
parent | 4f0abc0e3eb553c94e8e409ea14a1b047efe3028 (diff) |
debian: Enable hardening options for debian
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 1f48f580..c1cb97b1 100755 --- a/debian/rules +++ b/debian/rules @@ -13,6 +13,8 @@ DEBIAN := $(shell dpkg-parsechangelog | grep ^Version: | cut -d' ' -f2) DEBVERS := $(shell echo '$(DEBIAN)' | cut -d- -f1) VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/[+-].*//' -e 's/~//g') +export DEB_BUILD_HARDENING=1 + %: dh $@ --with autoreconf --fail-missing |