[Python-modules-commits] [python-igraph] 02/02: Add hardening flags to the build options.

Hugo Lefeuvre hle at moszumanska.debian.org
Sat Jun 10 09:05:04 UTC 2017


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

hle pushed a commit to branch master
in repository python-igraph.

commit 2ad71f29d2653c20910af23d6d7e8af96bd4b255
Author: Hugo Lefeuvre <hle at debian.org>
Date:   Sat Jun 10 10:59:38 2017 +0200

    Add hardening flags to the build options.
---
 debian/changelog | 1 +
 debian/rules     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 57ed897..32d3ab6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ python-igraph (0.7.1.post6-4) experimental; urgency=low
 
   * Bump compat level to 10 and update debhelper dependency accordingly.
   * Bump copyright years in debian/copyright.
+  * Add hardening flags to the build options.
   * Fix AttributeError when plotting graph inline in jupyter notebook
     (Closes: #862054).
 
diff --git a/debian/rules b/debian/rules
index 9163d0d..a6a7808 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,6 @@
 #!/usr/bin/make -f
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 export PYBUILD_NAME=igraph
 
 %:

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



More information about the Python-modules-commits mailing list