[libdata-messagepack-perl] 09/10: Enable hardening

Christopher Hoskin christopher.hoskin at gmail.com
Sat Sep 17 05:16:43 UTC 2016


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

grinorcole-guest pushed a commit to branch master
in repository libdata-messagepack-perl.

commit e8fa1124cfdbc881f37fa11a99afa317d0d2691f
Author: Christopher Hoskin <christopher.hoskin at gmail.com>
Date:   Sat Sep 17 06:02:55 2016 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 70272f4..a67e38b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ libdata-messagepack-perl (1.00-1) UNRELEASED; urgency=medium
     autopkgtest
   * Add Makefile.old to debian/clean
   * Bump standards version to 3.9.8 (no changes required)
+  * Enable hardening
 
  -- Christopher Hoskin <christopher.hoskin at gmail.com>  Fri, 16 Sep 2016 20:00:04 +0100
 
diff --git a/debian/rules b/debian/rules
index fc49658..e03450d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,6 +17,9 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+DPKG_EXPORT_BUILDFLAGS = 1
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/rules/upstream-tarball.mk

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



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