[libparams-validate-perl] 05/06: debian/rules: export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow

Lucas Kanashiro kanashiro.duarte at gmail.com
Tue Mar 29 00:23:24 UTC 2016


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

kanashiro-guest pushed a commit to branch master
in repository libparams-validate-perl.

commit 9c2aef862fdda9d4bf4079afb32389654f4aa3c5
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Mon Mar 28 21:13:37 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 a83a9cf..ddd05a2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libparams-validate-perl (1.23-1) UNRELEASED; urgency=medium
   * Import upstream version 1.23
   * d/u/metadata: update Repository{,-Browse} and Bug-Database
   * Create debian/docs with CONTRIBUTING.md file
+  * debian/rules: export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Mon, 28 Mar 2016 20:55:31 -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/libparams-validate-perl.git



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