aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-10-29 11:43:14 +0100
committerHarald Welte <laforge@gnumonks.org>2017-10-29 12:10:13 +0100
commite64917a932ab7d79b5a620b5d8a2b0ce5e8e3e57 (patch)
tree11700760c605d81b23a6c0a413f6c72d15e00024
parent9dab1baef8053b503f2474502b4c351b39c4d416 (diff)
Debian: migrate from DEB_BUILD_HARDENING to DEB_BUILD_MAINT_OPTIONS
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index cad7dfca..63ee1c37 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ DEBVERS := $(shell echo '$(DEBIAN)' | cut -d- -f1)
VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/[+-].*//' -e 's/~//g')
#export DH_VERBOSE=1
-export DEB_BUILD_HARDENING=1
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%: