Debian: migrate from DEB_BUILD_HARDENING to DEB_BUILD_MAINT_OPTIONS

Change-Id: Ic400c509ecd0c6e8485e9433f144528f6abc600d
This commit is contained in:
Harald Welte 2017-10-29 11:43:14 +01:00
parent 9dab1baef8
commit e64917a932
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

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