[pyosmium] 02/03: Enable bindnow hardening buildflags.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Thu May 5 15:30:20 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository pyosmium.
commit 1566fe4ae76e9c1c6dd8ee7c3014464cfee98725
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Tue May 3 18:00: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 58d56cf..ca315e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
pyosmium (2.6.0-2) UNRELEASED; urgency=medium
* Bump Standards-Version to 3.9.8, no changes.
+ * Enable bindnow hardening buildflags.
-- Bas Couwenberg <sebastic at debian.org> Sun, 07 Feb 2016 14:23:49 +0100
diff --git a/debian/rules b/debian/rules
index 265f45f..0d650f4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,9 @@
# DH_VERBOSE := 1
+# Enable hardening build flags
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
+
export PYBUILD_NAME=pyosmium
%:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pyosmium.git
More information about the Pkg-grass-devel
mailing list