[netcdf4-python] 04/06: Enable PIE hardening buildflags.

Bas Couwenberg sebastic at debian.org
Sun May 28 07:20:33 UTC 2017


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

sebastic pushed a commit to branch master
in repository netcdf4-python.

commit d2b3eeacad412b59d85b6b728ad7ec0ee9d89728
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun May 28 08:47:34 2017 +0200

    Enable PIE hardening buildflags.
---
 debian/changelog | 1 +
 debian/rules     | 5 ++---
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 10f05bf..2105b57 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 netcdf4-python (1.2.8-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Enable PIE hardening buildflags.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sun, 28 May 2017 08:45:10 +0200
 
diff --git a/debian/rules b/debian/rules
index 9f13601..beff80c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,9 +2,8 @@
 
 #DH_VERBOSE := 1
 
-# Enable hardening build flags, except:
-#  pie: causes build failure
-export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
+# Enable hardening build flags
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/netcdf4-python.git



More information about the Pkg-grass-devel mailing list