This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository osmcoastline.
commit 55635c23c694fd58d1fae56a535b456e617daf90 Author: Bas Couwenberg <[email protected]> Date: Thu Mar 31 11:31:59 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 d5fa9a7..6d91402 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ osmcoastline (2.1.3-1) UNRELEASED; urgency=medium * New upstream release. + * Enable all hardening buildflags. -- Bas Couwenberg <[email protected]> Thu, 31 Mar 2016 07:42:58 +0200 diff --git a/debian/rules b/debian/rules index 5aaef7e..c52f6f1 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,9 @@ # DH_VERBOSE := 1 +# Enable hardening build flags +export DEB_BUILD_MAINT_OPTIONS=hardening=+all + %: dh $@ --buildsystem cmake \ --parallel -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osmcoastline.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

