[libtext-reflow-perl] 06/08: debian/rules: add hardening=+all

Lucas Kanashiro kanashiro at moszumanska.debian.org
Mon Nov 28 19:02:20 UTC 2016


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

kanashiro pushed a commit to branch master
in repository libtext-reflow-perl.

commit 8501f7f4ad30922091f6734a7d5ee9a837099487
Author: Lucas Kanashiro <kanashiro at debian.org>
Date:   Mon Nov 28 16:43:58 2016 -0200

    debian/rules: add hardening=+all
---
 debian/changelog | 1 +
 debian/rules     | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 0104fc6..0d20ca3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ libtext-reflow-perl (1.14-1) UNRELEASED; urgency=medium
   * Refresh hashbang patch
   * Declare compliance with Debian policy 3.9.8
   * Add me as uploader, package without uploader
+  * debian/rules: add hardening=+all
 
  -- Lucas Kanashiro <kanashiro at debian.org>  Mon, 28 Nov 2016 16:32:39 -0200
 
diff --git a/debian/rules b/debian/rules
index 9d9043e..adaf552 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
 PACKAGE = $(firstword $(shell dh_listpackages))
 TMP     = $(CURDIR)/debian/$(PACKAGE)
 

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



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