This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository qgis.
commit 6ed465e28a2b639f86f434ea77fd046c3618192d Author: Bas Couwenberg <[email protected]> Date: Fri Mar 25 14:51:32 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 8aa02bb..cc0d3de 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ qgis (2.14.1+dfsg-1) UNRELEASED; urgency=medium - Add license & copyright for qwtpolar-1.1.1 - Group CMake files by Simon Edwards * Re-enable QwtPolar, qwtpolar-1.1 supports Qwt > 6.0. + * Enable all hardening buildflags. -- Bas Couwenberg <[email protected]> Fri, 25 Mar 2016 14:41:00 +0100 diff --git a/debian/rules b/debian/rules index bcabdda..7c666ba 100755 --- a/debian/rules +++ b/debian/rules @@ -7,6 +7,9 @@ # This has to be exported to make some magic below work. export DH_OPTIONS +# Enable hardening build flags +export DEB_BUILD_MAINT_OPTIONS=hardening=+all + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/qgis.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

