From 1c30107f3a2f477f3014dc3d3a5b6a7c3815b5c9 Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Sun, 17 May 2020 12:45:08 +0200 Subject: Update 'DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow' to '=+all'. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 9934c31..f3775f9 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) -export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow +export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: dh $@ -- cgit v1.2.3