[med-svn] [salmon] 10/11: enable bindnow hardening
Sascha Steinbiss
satta at debian.org
Sat Sep 10 13:22:43 UTC 2016
This is an automated email from the git hooks/post-receive script.
satta pushed a commit to branch master
in repository salmon.
commit 1577dd240b7c9c39b33fe775643fc362b8a38896
Author: Sascha Steinbiss <satta at debian.org>
Date: Sat Sep 10 13:13:14 2016 +0000
enable bindnow hardening
---
debian/changelog | 1 +
debian/rules | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index b6c952b..1bc5d5d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ salmon (0.7.2+ds1-1) unstable; urgency=medium
Closes: #835720
* Bump Standards-Version.
* Drop obsolete override.
+ * Enable bindnow flags.
-- Andreas Tille <tille at debian.org> Tue, 30 Aug 2016 09:10:48 +0200
diff --git a/debian/rules b/debian/rules
index 442ae38..aa27d73 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ DEBVERS := $(shell dpkg-parsechangelog | awk '/^Version:/ {print $$2}')
VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/^[0-9]*://' -e 's/-.*//')
# Fails to build when trying to enhance hardening
-# export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
%:
dh $@ --with sphinxdoc --parallel
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/salmon.git
More information about the debian-med-commit
mailing list