[libpdl-stats-perl] 08/12: Enable all hardening buildflags.

Bas Couwenberg sebastic at debian.org
Thu Jun 16 20:38:05 UTC 2016


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

sebastic pushed a commit to branch master
in repository libpdl-stats-perl.

commit abf0ee90fa1d14b5d004538a9eaaf59729d47efb
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Thu Jun 16 22:25:53 2016 +0200

    Enable all hardening buildflags.
---
 debian/changelog | 1 +
 debian/rules     | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c8cf905..e88cf49 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,7 @@ libpdl-stats-perl (0.75-1) UNRELEASED; urgency=medium
   * Use dh_pdl to set versioned pdl dependency via ${pdl:Depends}.
   * Import upstream version 0.75.
   * Enable parallel builds.
+  * Enable all hardening buildflags.
 
  -- Bas Couwenberg <sebastic at debian.org>  Thu, 16 Jun 2016 22:08:00 +0200
 
diff --git a/debian/rules b/debian/rules
index 41b1664..50872b7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
 
+# Enable hardening build flags
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+
 %:
 	dh $@ --parallel
 

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



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