This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository dans-gdal-scripts.
commit 3ec221be3a570364fd624566a0595bfb89087146 Author: Bas Couwenberg <[email protected]> Date: Fri Apr 15 17:16:57 2016 +0200 Enable all hardening buildflags. --- debian/changelog | 1 + debian/rules | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 1ad2e3e..abc3d01 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ dans-gdal-scripts (0.23-6) UNRELEASED; urgency=medium * Bump Standards-Version to 3.9.8, no changes. + * Enable all hardening buildflags. -- Bas Couwenberg <[email protected]> Fri, 15 Apr 2016 17:10:17 +0200 diff --git a/debian/rules b/debian/rules index eaeede6..5551369 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,8 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +# Enable hardening build flags +export DEB_BUILD_MAINT_OPTIONS=hardening=+all # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/dans-gdal-scripts.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

