[libapache-ssllookup-perl] 07/08: Enable hardening

Christopher Hoskin mans0954 at debian.org
Wed Feb 14 07:09:00 UTC 2018


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

mans0954 pushed a commit to branch master
in repository libapache-ssllookup-perl.

commit e96dbb19502796d1251fbd9822b412037b6478c3
Author: Christopher Hoskin <mans0954 at debian.org>
Date:   Wed Feb 14 07:06:50 2018 +0000

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

diff --git a/debian/changelog b/debian/changelog
index 511c99e..ac3d49b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ libapache-ssllookup-perl (2.00-04-2) UNRELEASED; urgency=medium
   * Clean t/TEST (generated by make test)
   * Remove unnecessary testsuite autopkgtest header
   * Include Apache notice
+  * Enable hardening
 
  -- Christopher Hoskin <mans0954 at debian.org>  Wed, 14 Feb 2018 06:22:10 +0000
 
diff --git a/debian/rules b/debian/rules
index b586d85..70f3bba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
 APR_INC := $(shell /usr/bin/apr-config --includedir)
 
 override_dh_auto_build:

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



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