[libnet-interface-perl] 04/07: Enable hardening

Christopher Hoskin christopher.hoskin at gmail.com
Fri Sep 23 16:43:42 UTC 2016


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

grinorcole-guest pushed a commit to branch master
in repository libnet-interface-perl.

commit 2afc031dab715e3f031e8c2bcd22a718b40a470e
Author: Christopher Hoskin <christopher.hoskin at gmail.com>
Date:   Fri Sep 23 06:58:49 2016 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 82f4797..e2ff620 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ libnet-interface-perl (1.015-1) UNRELEASED; urgency=medium
   [ Christopher Hoskin ]
   * New upstream release (1.015)
   * Refresh reproducible-build.patch
+  * Enable hardening
 
  -- Christopher Hoskin <christopher.hoskin at gmail.com>  Fri, 23 Sep 2016 06:02:50 +0100
 
diff --git a/debian/rules b/debian/rules
index def64a1..b8821e1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,8 @@
 #!/usr/bin/make -f
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/buildflags.mk
+
 %:
 	dh $@ --with autotools-dev,autoreconf --buildsystem=perl_makemaker 

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



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