This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository spatialite-gui.
commit 3deb46a617c30213d67b55a4c6ae9441f4ca4a03 Author: Bas Couwenberg <[email protected]> Date: Sat Mar 12 14:25:29 2016 +0100 Enable all hardening buildflags. --- debian/changelog | 1 + debian/rules | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index cc3a2da..37b2f61 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ spatialite-gui (2.0.0~devel2-3) UNRELEASED; urgency=medium * Install application icon in hicolor theme. * Bump Standards-Version to 3.9.7, no changes. * Add patch to install application icon with autotools. + * Enable all hardening buildflags. -- Bas Couwenberg <[email protected]> Sat, 12 Mar 2016 03:17:08 +0100 diff --git a/debian/rules b/debian/rules index 2c1fd6c..f23a766 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +# Enable hardening build flags +export DEB_BUILD_MAINT_OPTIONS=hardening=+all + %: dh $@ \ --with autoreconf -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/spatialite-gui.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

