debian: Enable hardening options for debian

This commit is contained in:
Holger Hans Peter Freyther 2013-12-12 12:31:18 +01:00
parent 4f0abc0e3e
commit 6308c29711
1 changed files with 2 additions and 0 deletions

2
debian/rules vendored
View File

@ -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