This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository fiona.
commit 67345adf16a7beef1f814b433750a72fd664c4ca Author: Bas Couwenberg <[email protected]> Date: Fri Apr 15 17:33:23 2016 +0200 Enable all buildlfags, except PIE (causes build failure). --- debian/changelog | 1 + debian/rules | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index a4dfa5c..017f2d2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ fiona (1.6.3-3) UNRELEASED; urgency=medium * Bump Standards-Version to 3.9.8, no changes. + * Enable all buildlfags, except PIE (causes build failure). -- Bas Couwenberg <[email protected]> Wed, 02 Mar 2016 20:19:23 +0100 diff --git a/debian/rules b/debian/rules index 19aef5f..814581b 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,9 @@ #!/usr/bin/make -f +# Enable hardening build flags, except: +# pie: causes build failure +export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie + export LC_ALL=C.UTF-8 export LANG=C.UTF-8 LAST_CHANGE=$(shell dpkg-parsechangelog -S Date) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/fiona.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

