[libmath-bigint-gmp-perl] 07/08: debian/rules: export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow

Lucas Kanashiro kanashiro.duarte at gmail.com
Mon Apr 25 19:03:43 UTC 2016


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

kanashiro-guest pushed a commit to branch master
in repository libmath-bigint-gmp-perl.

commit e48e2c882833cedda23143f8dbfc875f136bc534
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Mon Apr 25 16:02:16 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 689bd82..ef193c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ libmath-bigint-gmp-perl (1.50-1) UNRELEASED; urgency=medium
   * Update Debian packaging copyright
   * debian/control: depends on libmath-bigint-perl (>= 1.999718)
   * Declare compliance with Debian policy 3.9.8
+  * debian/rules: export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Mon, 25 Apr 2016 13:36:34 -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/libmath-bigint-gmp-perl.git



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