[imposm-parser] 01/02: Enable bindnow hardening buildflags.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Thu May 5 10:51:04 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository imposm-parser.
commit 05acb6dd4b4e558b6e1194d55bb75556b1ccb836
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Thu May 5 12:44:27 2016 +0200
Enable bindnow hardening buildflags.
---
debian/changelog | 1 +
debian/rules | 3 +++
2 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index cbca1c7..dd05f2b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ imposm-parser (1.0.7+ds-3) UNRELEASED; urgency=medium
* Bump Standards-Version to 3.9.8, no changes.
* Update Vcs-Git URL to use HTTPS.
+ * Enable bindnow hardening buildflags.
-- Bas Couwenberg <sebastic at debian.org> Wed, 02 Mar 2016 20:42:11 +0100
diff --git a/debian/rules b/debian/rules
index 0248625..67ce239 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,9 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+# Enable hardening build flags
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
+
export PYBUILD_NAME=imposm.parser
%:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/imposm-parser.git
More information about the Pkg-grass-devel
mailing list