[thuban] 01/03: Enable bindnow hardening buildflags.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Thu May 5 15:08:33 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository thuban.
commit 46c70651d9a909b4679f922a1d8aecd8524d2234
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Tue May 3 11:58:15 2016 +0200
Enable bindnow hardening buildflags.
---
debian/changelog | 6 ++++++
debian/rules | 3 +++
2 files changed, 9 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 7cf3c0b..f0e0274 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+thuban (1.2.2-11) UNRELEASED; urgency=medium
+
+ * Enable bindnow hardening buildflags.
+
+ -- Bas Couwenberg <sebastic at debian.org> Tue, 03 May 2016 11:34:11 +0200
+
thuban (1.2.2-10) unstable; urgency=medium
* Update Vcs-Git URL to use HTTPS.
diff --git a/debian/rules b/debian/rules
index de92d3f..806ca58 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,9 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+# Enable hardening build flags
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
+
BUILD_DATE=$(shell dpkg-parsechangelog | sed -ne 's/^Date: //p' | LC_ALL=C date -u "+%d %B %Y" -f -)
MANPAGES:=$(wildcard debian/man/*.*.xml)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/thuban.git
More information about the Pkg-grass-devel
mailing list