[libverilog-perl] 04/05: debian/rules: export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
Lucas Kanashiro
kanashiro at moszumanska.debian.org
Sun Jul 31 16:45:14 UTC 2016
This is an automated email from the git hooks/post-receive script.
kanashiro pushed a commit to branch master
in repository libverilog-perl.
commit 05a45e9f39fee7d0bc970eda7e9d920b789585f7
Author: Lucas Kanashiro <kanashiro at debian.org>
Date: Sun Jul 31 13:05:56 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 a131f25..5b5dfbf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ libverilog-perl (3.420-1) UNRELEASED; urgency=medium
[ Lucas Kanashiro ]
* Import upstream version 3.420
* Declare compliance with Debian policy 3.9.8
+ * debian/rules: export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
-- Lucas Kanashiro <kanashiro at debian.org> Sun, 31 Jul 2016 12:49:43 -0300
diff --git a/debian/rules b/debian/rules
index 8c25e20..1971b6c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
+export DEB_BUILD_MAINT_OPTIONS = hardening=+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/libverilog-perl.git
More information about the Pkg-perl-cvs-commits
mailing list