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 <[email protected]> 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 <[email protected]> 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 _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

