[python-fann2] 03/04: d/rules: Add hardening=+bindnow to DEB_BUILD_MAINT_OPTIONS
Christian Kastner
ckk at moszumanska.debian.org
Mon Mar 21 20:40:51 UTC 2016
This is an automated email from the git hooks/post-receive script.
ckk pushed a commit to annotated tag debian/1%1.0.7-5
in repository python-fann2.
commit db05da05fbaa10e8f3b2d7e3f98a95676f178567
Author: Christian Kastner <ckk at kvr.at>
Date: Mon Mar 21 15:12:26 2016 +0100
d/rules: Add hardening=+bindnow to DEB_BUILD_MAINT_OPTIONS
As indicated by lintian's "hardening-no-bindnow" info message.
---
debian/rules | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/rules b/debian/rules
index d113575..135b236 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,7 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
export PYBUILD_NAME=fann2
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-fann2.git
More information about the debian-science-commits
mailing list