From e64917a932ab7d79b5a620b5d8a2b0ce5e8e3e57 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 29 Oct 2017 11:43:14 +0100 Subject: Debian: migrate from DEB_BUILD_HARDENING to DEB_BUILD_MAINT_OPTIONS Change-Id: Ic400c509ecd0c6e8485e9433f144528f6abc600d --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %: -- cgit v1.2.3