[avce00] 02/08: Enable all hardening buildflags.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Fri May 6 13:45:12 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository avce00.
commit ce86aac637e4bd8e42647b8e1721e88313df8d04
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri May 6 14:36:34 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 1c6ebc9..bd61635 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ avce00 (2.0.0-4) UNRELEASED; urgency=medium
* Team upload.
* Update Vcs-Git URL to use HTTPS.
+ * Enable all hardening buildflags.
-- Bas Couwenberg <sebastic at debian.org> Fri, 06 May 2016 14:28:11 +0200
diff --git a/debian/rules b/debian/rules
index 2d33f6a..cdd8ee2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,7 @@
#!/usr/bin/make -f
+# Enable hardening build flags
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+
%:
dh $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/avce00.git
More information about the Pkg-grass-devel
mailing list