[med-svn] [python3-typed-ast] 03/03: enable bindnow hardening
Sascha Steinbiss
satta at debian.org
Thu Aug 18 14:48:22 UTC 2016
This is an automated email from the git hooks/post-receive script.
satta pushed a commit to branch master
in repository python3-typed-ast.
commit 85125667182ba454144e4226a52f90c0becf2469
Author: Sascha Steinbiss <satta at debian.org>
Date: Thu Aug 18 14:43:07 2016 +0000
enable bindnow hardening
---
debian/rules | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/rules b/debian/rules
index 77fe76f..06466e4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,8 @@
DEBVERS := $(shell dpkg-parsechangelog | awk '/^Version:/ {print $$2}')
VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/^[0-9]*://' -e 's/-.*//')
export PYBUILD_NAME = typed-ast
+export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
+
#PPATH=$(CURDIR):$(CURDIR)/lib-typing/3.2
%:
dh $@ --with python3 --buildsystem=pybuild
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python3-typed-ast.git
More information about the debian-med-commit
mailing list