This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository libgeo-shapelib-perl.
commit d51f586e4fb78aaaaf5ce84bb594bd4c0092e6cb Author: Bas Couwenberg <[email protected]> Date: Thu Jan 4 21:20:20 2018 +0100 Enable all hardening buildflags. --- debian/changelog | 1 + debian/rules | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9734f1d..5472853 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ libgeo-shapelib-perl (0.22-2) UNRELEASED; urgency=medium [ Bas Couwenberg ] * Restructure control file with cme. * Add standalone license paragraph for Artistic-2.0 license. + * Enable all hardening buildflags. -- Bas Couwenberg <[email protected]> Thu, 04 Jan 2018 21:19:41 +0100 diff --git a/debian/rules b/debian/rules index 4469961..05a92b6 100755 --- a/debian/rules +++ b/debian/rules @@ -3,8 +3,8 @@ # output every command that modifies files on the build system. #export DH_VERBOSE = 1 -# see FEATURE AREAS in dpkg-buildflags(1) -#export DEB_BUILD_MAINT_OPTIONS = hardening=+all +# Enable hardening build flags +export DEB_BUILD_MAINT_OPTIONS=hardening=+all # see ENVIRONMENT in dpkg-buildflags(1) # package maintainers to append CFLAGS -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libgeo-shapelib-perl.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

