[pywps] 14/26: Enable all hardening buildflags, except PIE (causes build failure).

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri May 13 23:05:45 UTC 2016


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

sebastic pushed a commit to branch master
in repository pywps.

commit 764f4f0792dbdede44a7ca1367e5413790319abc
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri May 13 20:14:11 2016 +0200

    Enable all hardening buildflags, except PIE (causes build failure).
---
 debian/changelog | 1 +
 debian/rules     | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index dc72fa3..5369c80 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ pywps (3.2.5-1) UNRELEASED; urgency=medium
   * Add dh-python to build dependencies.
   * Enable parallel builds.
   * Override dh_install to use --list-missing.
+  * Enable all hardening buildflags, except PIE (causes build failure).
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 13 May 2016 19:33:40 +0200
 
diff --git a/debian/rules b/debian/rules
index 31f39cc..389f8a7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,9 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+# Enable hardening build flags
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
+
 %:
 	dh $@ --with python2 --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