[pywps] 03/06: Enable PIE hardening buildflags.
Bas Couwenberg
sebastic at debian.org
Mon Jun 26 11:25:20 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository pywps.
commit 1642cbcd2f761226c2d6de2381f0ea51aca75a35
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Mon Jun 26 12:01:55 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 b0420cb..7347080 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ pywps (4.0.0-4) 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> Mon, 26 Jun 2017 12:00:46 +0200
diff --git a/debian/rules b/debian/rules
index 553530b..6219374 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@
#export DH_VERBOSE=1
# Enable hardening build flags
-export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
dh $@ --with apache2,python2,sphinxdoc --buildsystem=pybuild --parallel
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pywps.git
More information about the Pkg-grass-devel
mailing list