This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository gpx2shp.
commit 96d605fde45246dc43cdf98b101e1d7d2209df59 Author: Bas Couwenberg <sebas...@xs4all.nl> Date: Thu May 5 17:39:42 2016 +0200 Enable all hardening buildflags. --- debian/changelog | 1 + debian/rules | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index c34a256..bd4af97 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ gpx2shp (0.71.0-3) UNRELEASED; urgency=medium * Update Vcs-* URLs to use HTTPS. * Bump Standards-Version to 3.9.8, no changes. * Enable parallel builds. + * Enable all hardening buildflags. -- Bas Couwenberg <sebas...@debian.org> Thu, 05 May 2016 17:34:17 +0200 diff --git a/debian/rules b/debian/rules index b718cd5..de6fb06 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,8 @@ #!/usr/bin/make -f +# Enable hardening build flags +export DEB_BUILD_MAINT_OPTIONS=hardening=+all + %: dh $@ --with autoreconf --parallel + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/gpx2shp.git _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel