[h5utils] 03/04: Enable all hardening buildflags.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Thu May 5 22:13:45 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository h5utils.
commit f6924adac3deea1306af37a36cc094cdad1ec150
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri May 6 00:05:52 2016 +0200
Enable all hardening buildflags.
---
debian/changelog | 1 +
debian/rules | 3 +++
2 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 3050629..24c5fb8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ h5utils (1.12.1-5) UNRELEASED; urgency=medium
* Team upload.
* Update Vcs-Git URL to use HTTPS.
* Bump Standards-Version to 3.9.8, no changes.
+ * Enable all hardening buildflags.
-- Bas Couwenberg <sebastic at debian.org> Fri, 06 May 2016 00:01:31 +0200
diff --git a/debian/rules b/debian/rules
index edf96e0..53b257f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,9 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+# Enable hardening build flags
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+
# These are used for cross-compiling and for saving the configure script
# from having to guess our platform (since we know it already)
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/h5utils.git
More information about the Pkg-grass-devel
mailing list