From 6308c2971149c1f4f2f13846ca1a334a82b6519c Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 12 Dec 2013 12:31:18 +0100 Subject: debian: Enable hardening options for debian --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian') 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 -- cgit v1.2.3