[libpg-hstore-perl] 04/05: Enable all hardening buildflags.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Apr 1 09:59:50 UTC 2016


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

sebastic pushed a commit to branch master
in repository libpg-hstore-perl.

commit 24d5b5e94c01466ef572c869ebbf7a4e08f1209f
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Apr 1 11:56:55 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 55ce193..6148e26 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libpg-hstore-perl (1.06-1) UNRELEASED; urgency=medium
   * New upstream release.
   * Update Vcs-Git URL to use HTTPS.
   * Bump Standards-Version to 3.9.7, no changes required.
+  * Enable all hardening buildflags.
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 01 Apr 2016 11:48:27 +0200
 
diff --git a/debian/rules b/debian/rules
index 2d33f6a..cdd8ee2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,7 @@
 #!/usr/bin/make -f
 
+# Enable hardening build flags
+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/libpg-hstore-perl.git



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