This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository osmium-tool.
commit e08151c4fbbaaa15ca8321120c896052d42f7cae Author: Bas Couwenberg <[email protected]> Date: Wed Jun 1 14:41:08 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 7d74a6e..766a66e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ osmium-tool (1.3.0-2) UNRELEASED; urgency=medium * Update Vcs-Git URL to use HTTPS. * Bump Standards-Version to 3.9.8, no changes. * Update watch file to handle more tag conventions in filenamemangle. + * Enable all hardening buildflags. -- Bas Couwenberg <[email protected]> Tue, 16 Feb 2016 23:27:41 +0100 diff --git a/debian/rules b/debian/rules index 2b8debf..360e0aa 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +# Enable hardening build flags +export DEB_BUILD_MAINT_OPTIONS=hardening=+all + # Verbose make output export VERBOSE=1 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osmium-tool.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

