[libdevel-cover-perl] 01/01: Enable all hardening flags

Axel Beckert abe at deuxchevaux.org
Thu Apr 21 21:58:46 UTC 2016


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libdevel-cover-perl.

commit d5df922c4222a70b6b4fee00292d88c4dfb2e43c
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Thu Apr 21 23:58:35 2016 +0200

    Enable all hardening flags
---
 debian/changelog | 1 +
 debian/rules     | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 11b8f01..e63876e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ libdevel-cover-perl (1.22-1) UNRELEASED; urgency=medium
   * Imported upstream version 1.22. Happy 15th Birthday, Devel::Cover!
   * Declare compliance with Debian Policy 3.9.8. (No changes needed.)
   * Add support for autopkgtest. Requires pkg-perl-autopkgtest ≥ 0.29.
+  * Enable all hardening flags.
 
  -- Axel Beckert <abe at debian.org>  Thu, 21 Apr 2016 09:40:01 +0200
 
diff --git a/debian/rules b/debian/rules
index bf918e4..cbf0f17 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,8 @@
 PERL_CURRENT := $(shell perl -MConfig -e 'print "$$Config{revision}.$$Config{patchlevel}.$$Config{subversion}"')
 PERL_NEXT    := $(shell perl -MConfig -e 'print "$$Config{revision}.$$Config{patchlevel}." . ($$Config{subversion} + 1)')
 
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+
 %:
 	dh $@
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdevel-cover-perl.git



More information about the Pkg-perl-cvs-commits mailing list