This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository geos.
commit c029fd66e9a903755557989de8e98f28e0d67ce6 Author: Bas Couwenberg <[email protected]> Date: Fri Mar 25 11:48:19 2016 +0100 Enable all hardening buildflags. --- debian/changelog | 1 + debian/rules | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index bb025d0..84c34be 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ geos (3.5.0-3) UNRELEASED; urgency=medium * Disable PHP support, SWIG doesn't support PHP 7 yet. * Add patch to fix spelling errors. + * Enable all hardening buildflags. -- Bas Couwenberg <[email protected]> Sun, 20 Mar 2016 19:17:07 +0100 diff --git a/debian/rules b/debian/rules index 9f13952..bb4ad5b 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +# Enable hardening build flags +export DEB_BUILD_MAINT_OPTIONS=hardening=+all + # Verbose test output export VERBOSE=1 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/geos.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

