summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2020-05-17 12:45:08 +0200
committergregor herrmann <gregoa@debian.org>2020-05-17 12:45:08 +0200
commit1c30107f3a2f477f3014dc3d3a5b6a7c3815b5c9 (patch)
treea3257327c442aa486ccd37df2f152aea6ab8e7c5
parentb6a2ca85f13ef5e582ee5d1979cf84d1bf32ec99 (diff)
Update 'DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow' to '=+all'.
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
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 $@