[libpar-packer-perl] 07/09: debian/rules: export DEB_BUILD_MAINT_OPTIONS = hardening=+pie, +bindnow

Lucas Kanashiro kanashiro.duarte at gmail.com
Wed Mar 30 21:17:38 UTC 2016


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

kanashiro-guest pushed a commit to branch master
in repository libpar-packer-perl.

commit c2951ca6a9ba9c0fd3eb706e5e013e5c8d502966
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Wed Mar 30 18:01:43 2016 -0300

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

diff --git a/debian/changelog b/debian/changelog
index c856d7c..8f87d46 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ libpar-packer-perl (1.030-1) UNRELEASED; urgency=medium
   * Declare compliance with Debian policy 3.9.7
   * Drop patch fixing typo, already applied by upstream
   * debian/copyright: remove unused paragraph
+  * debian/rules: export DEB_BUILD_MAINT_OPTIONS = hardening=+pie,+bindnow
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Wed, 30 Mar 2016 17:23:33 -0300
 
diff --git a/debian/rules b/debian/rules
index 5f13e06..9c5886b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+pie,+bindnow
+
 PACKAGE = $(shell dh_listpackages)
 TMP     = $(CURDIR)/debian/$(PACKAGE)
 

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



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