This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository shapelib.
commit e2e0e3ddc52a196fe065619ea52c9a1b8ef803e3 Author: Bas Couwenberg <[email protected]> Date: Thu May 5 18:56:57 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 8023d3b..b19f3c9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ shapelib (1.3.0-7) UNRELEASED; urgency=medium * Bump Standards-Version to 3.9.8, no changes. + * Enable all hardening buildflags. -- Bas Couwenberg <[email protected]> Thu, 05 May 2016 18:51:47 +0200 diff --git a/debian/rules b/debian/rules index c1a84eb..bd9e117 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 + DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) CONTRIB = shpdxf shpproj dbfinfo shpcentrd shpdata shpwkb dbfinfo dbfcat shpinfo shpfix shpcat Shape_PointInPoly shpsort -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/shapelib.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

