debian: Enable hardening for the OpenBSC packages

This commit is contained in:
Holger Hans Peter Freyther
2013-12-12 12:50:18 +01:00
parent 65f7427e02
commit 12355ae658

2
debian/rules vendored
View File

@@ -17,6 +17,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 --sourcedirectory=openbsc --with autoreconf $@