[pkg-fso-commits] [libphone-utils] 09/10: enable bindnow

Sebastian Reichel sre at moszumanska.debian.org
Sun Aug 28 18:09:11 UTC 2016


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

sre pushed a commit to branch master
in repository libphone-utils.

commit dfd7d9020192e543ad9e1e2b4ab6da4505c7d04c
Author: Sebastian Reichel <sre at ring0.de>
Date:   Sun Aug 28 19:41:16 2016 +0200

    enable bindnow
---
 debian/changelog | 1 +
 debian/rules     | 5 +++++
 2 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a5688bc..c0d5817 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ libphone-utils (0.1+git20110523-3) UNRELEASED; urgency=low
   * Switch to canonical and secure VCS urls
   * Drop -dbg package in favour of auto-generated dbgsym package
   * (re)-add multi-arch support for libphone-utils0
+  * Enable bindnow hardening
 
  -- Sebastian Reichel <sre at debian.org>  Sun, 28 Aug 2016 19:17:59 +0200
 
diff --git a/debian/rules b/debian/rules
index 2654f62..e1a6a13 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,9 @@
 #!/usr/bin/make -f
+
+DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow,+fortify
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/buildflags.mk
+
 %:
 	dh $@ --with autoreconf
 

-- 
Alioth's hooks/post-receive on /srv/git.debian.org/git/pkg-fso/libphone-utils.git



More information about the pkg-fso-commits mailing list