[Python-modules-commits] [pykcs11] 02/04: Use hardening=+all

Ludovic Rousseau rousseau at moszumanska.debian.org
Thu Jan 4 20:52:43 UTC 2018


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

rousseau pushed a commit to branch master
in repository pykcs11.

commit 6964054fe8a41a9eb4219efea5f6b257757b76d9
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Thu Jan 4 10:27:19 2018 +0100

    Use hardening=+all
    
    Fix lintian warning:
    I: python3-pykcs11: hardening-no-bindnow usr/lib/python3/dist-packages/PyKCS11/_LowLevel.cpython-36m-x86_64-linux-gnu.so
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2b7cf4e..dab4967 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,10 @@
 
 build3vers := $(shell py3versions -sv)
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/buildflags.mk
+
 %:
 	dh $@ --with python3
 

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



More information about the Python-modules-commits mailing list