[libgeotiff-dfsg] 02/04: Enable all hardening buidflags.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Thu May 5 16:23:38 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository libgeotiff-dfsg.
commit 47c6fe4a86f898cfad408116f25a6e65af93dd8e
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sun Apr 17 14:31:05 2016 +0200
Enable all hardening buidflags.
---
debian/changelog | 1 +
debian/rules | 3 +++
2 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 8620cbf..50eea3e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
libgeotiff-dfsg (1.4.1-3) UNRELEASED; urgency=medium
* Bump Standards-Version to 3.9.8, no changes.
+ * Enable all hardening buidflags.
-- Bas Couwenberg <sebastic at debian.org> Sun, 17 Apr 2016 14:19:35 +0200
diff --git a/debian/rules b/debian/rules
index 5373190..c58d18e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,9 @@
# This has to be exported to make some magic below work.
export DH_OPTIONS
+# Enable hardening build flags
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+
GEOTIFF_VERSION=$(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1/p' | sed -e 's/\+.*//; s/^[0-9]://')
%:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libgeotiff-dfsg.git
More information about the Pkg-grass-devel
mailing list