This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository avce00.
commit ce86aac637e4bd8e42647b8e1721e88313df8d04 Author: Bas Couwenberg <[email protected]> Date: Fri May 6 14:36:34 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 1c6ebc9..bd61635 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ avce00 (2.0.0-4) UNRELEASED; urgency=medium * Team upload. * Update Vcs-Git URL to use HTTPS. + * Enable all hardening buildflags. -- Bas Couwenberg <[email protected]> Fri, 06 May 2016 14:28:11 +0200 diff --git a/debian/rules b/debian/rules index 2d33f6a..cdd8ee2 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,7 @@ #!/usr/bin/make -f +# Enable hardening build flags +export DEB_BUILD_MAINT_OPTIONS=hardening=+all + %: dh $@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/avce00.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

