[libhtml-strip-perl] 09/11: debian/rules: export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow

Lucas Kanashiro kanashiro at moszumanska.debian.org
Wed Jun 29 19:58:02 UTC 2016


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

kanashiro pushed a commit to branch master
in repository libhtml-strip-perl.

commit 9bbfe61adea1d3a82e4c6e17bb929752d2a0649e
Author: Lucas Kanashiro <kanashiro at debian.org>
Date:   Wed Jun 29 16:35:29 2016 -0300

    debian/rules: export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
---
 debian/changelog | 1 +
 debian/rules     | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 206a6cd..37bdf21 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ libhtml-strip-perl (2.10-1) UNRELEASED; urgency=medium
   * debian/copyright: fix format of upstream's Copyright field
   * Update Debian packaging copyright
   * Declare compliance with Debian policy 3.9.8
+  * debian/rules: export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
 
  -- Lucas Kanashiro <kanashiro at debian.org>  Wed, 29 Jun 2016 15:55:15 -0300
 
diff --git a/debian/rules b/debian/rules
index 2d33f6a..73c5dbc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,6 @@
 #!/usr/bin/make -f
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
+
 %:
 	dh $@

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



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