[pyosmium] 03/04: Enable PIE hardening buildflags.
Bas Couwenberg
sebastic at debian.org
Sun Jun 25 18:31:08 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository pyosmium.
commit 282a453b5b9eb0f4f4749d1e4dfbe1d8ff7bee31
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sun Jun 25 20:18:20 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 122b44d..92059aa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ pyosmium (2.12.3-2) UNRELEASED; urgency=medium
* Bump Standards-Version to 4.0.0, no changes.
* Add autopkgtest to test installability.
+ * Enable PIE hardening buildflags.
-- Bas Couwenberg <sebastic at debian.org> Sun, 25 Jun 2017 20:18:04 +0200
diff --git a/debian/rules b/debian/rules
index b91e194..6108c69 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
# 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=pyosmium
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pyosmium.git
More information about the Pkg-grass-devel
mailing list