This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository gmt.
commit d6f5d6b90c43aa356352ccc0fbe785f36671bffb Author: Bas Couwenberg <[email protected]> Date: Fri Apr 15 22:38:15 2016 +0200 Enable all hardening buildflags. --- debian/changelog | 1 + debian/rules | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index c803c2c..5d16ca1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ gmt (5.2.1+dfsg-5) UNRELEASED; urgency=medium * Bump Standards-Version to 3.9.8, no changes. + * Enable all hardening buildflags. -- Bas Couwenberg <[email protected]> Fri, 15 Apr 2016 18:37:53 +0200 diff --git a/debian/rules b/debian/rules index 1c9cea1..c7a04e0 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,8 @@ #! /usr/bin/make -f +# Enable hardening build flags +export DEB_BUILD_MAINT_OPTIONS=hardening=+all + CFLAGS += $(CPPFLAGS) ifneq (,$(findstring verbose,$(DEB_BUILD_OPTIONS))) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/gmt.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

