[libjson-xs-perl] 02/07: Add hardening options to build

Nuno Carvalho smash at cpan.org
Tue Sep 20 11:20:42 UTC 2016


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

mestre-guest pushed a commit to branch master
in repository libjson-xs-perl.

commit 9acadf62ee7e537dbf9f052c5511fb6851832bc4
Author: Nuno Carvalho <smash at cpan.org>
Date:   Tue Sep 20 11:18:14 2016 +0100

    Add hardening options to build
---
 debian/changelog | 7 +++++--
 debian/rules     | 2 ++
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index dafd0f6..5b1d2bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libjson-xs-perl (3.010-3) UNRELEASED; urgency=medium
+libjson-xs-perl (3.020-1) UNRELEASED; urgency=medium
 
   [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
@@ -8,7 +8,10 @@ libjson-xs-perl (3.010-3) UNRELEASED; urgency=medium
   * Remove Jonathan Yu from Uploaders. Thanks for your work!
   * Remove Ryan Niebur from Uploaders. Thanks for your work!
 
- -- Salvatore Bonaccorso <carnil at debian.org>  Sat, 30 Jan 2016 20:04:54 +0100
+  [ Nuno Carvalho ]
+  * debian/rules: add hardening options.
+
+ -- Nuno Carvalho <smash at cpan.org>  Tue, 20 Sep 2016 10:46:29 +0100
 
 libjson-xs-perl (3.010-2) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 0429587..a634f67 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
 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/libjson-xs-perl.git



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