[libversion-perl] 03/04: debian/rules: export DEB_BUILD_MAINT_OPTIONS = hardening=+all

Lucas Kanashiro kanashiro.duarte at gmail.com
Mon Mar 21 16:03:32 UTC 2016


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

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

commit e275dcd277ceab8244ac2cfd0fc1b2f2af94b875
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Mon Mar 21 12:39:50 2016 -0300

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

diff --git a/debian/changelog b/debian/changelog
index 172d3c3..df47849 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libversion-perl (1:0.9916-1) UNRELEASED; urgency=medium
 
   * Import upstream version 0.9916
+  * debian/rules: export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Mon, 21 Mar 2016 12:22:16 -0300
 
diff --git a/debian/rules b/debian/rules
index 2d33f6a..d8309f6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,6 @@
 #!/usr/bin/make -f
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
 %:
 	dh $@

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



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