[Python-modules-commits] [python-persistent] 10/15: Enable build hardening

Barry Warsaw barry at moszumanska.debian.org
Fri Jan 6 21:13:40 UTC 2017


This is an automated email from the git hooks/post-receive script.

barry pushed a commit to branch master
in repository python-persistent.

commit f60c4a4d7962cca332beb71f8a76807f72c70900
Author: Julien Muchembled <jm at jmuchemb.eu>
Date:   Sun Dec 4 00:37:16 2016 +0100

    Enable build hardening
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index 4f58237..2a1b8d2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export DEB_BUILD_HARDENING=1
+
 export PYBUILD_NAME=persistent
 
 export PYBUILD_AFTER_INSTALL = cd {destdir}{install_dir}/persistent && \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-persistent.git



More information about the Python-modules-commits mailing list