[pyspatialite] 03/04: Enable PIE hardening buildflags.
Bas Couwenberg
sebastic at debian.org
Sun Jun 25 21:11:40 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository pyspatialite.
commit de60d94b1a52d27b5c98bfb9eae4bce17f53bb3f
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sun Jun 25 22:08:43 2017 +0200
Enable PIE hardening buildflags.
---
debian/changelog | 1 +
debian/rules | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index d1cde11..e655195 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ pyspatialite (3.0.1-12) UNRELEASED; urgency=medium
* Switch to pybuild buildsystem.
* Bump Standards-Version to 4.0.0, no changes.
* Add autopkgtest to test installability.
+ * Enable PIE hardening buildflags.
-- Bas Couwenberg <sebastic at debian.org> Thu, 21 Jul 2016 22:11:52 +0200
diff --git a/debian/rules b/debian/rules
index 4bc6f63..0cbb329 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
#export DH_VERBOSE=1
# Enable hardening build flags
-export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export PYBUILD_NAME=pyspatialite
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pyspatialite.git
More information about the Pkg-grass-devel
mailing list