[python-pyproj] 03/04: Enable PIE hardening buildflags.
Bas Couwenberg
sebastic at debian.org
Mon Jun 26 05:54:04 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository python-pyproj.
commit 0f160a3f3a1bd735bc43c31ce595f41e6a6bcd93
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Mon Jun 26 07:48:28 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 8e8cb1d..85d040f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ python-pyproj (1.9.5.1-3) UNRELEASED; urgency=medium
* Add patch to fix 'international' typo.
* Bump Standards-Version to 4.0.0, no changes.
* Add autopkgtest to test installability.
+ * Enable PIE hardening buildflags.
-- Bas Couwenberg <sebastic at debian.org> Wed, 19 Oct 2016 23:53:27 +0200
diff --git a/debian/rules b/debian/rules
index 9516cfa..fe2ba89 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,9 +4,8 @@
# Uncomment this to turn on verbose mode.
#export 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
export PYBUILD_NAME=pyproj
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-pyproj.git
More information about the Pkg-grass-devel
mailing list