[saga] 05/07: Enable all hardening buildflags.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Fri Apr 1 20:26:47 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository saga.
commit fc6561359decaa697360d322712ba8dafaec95ab
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Apr 1 21:32:50 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 9abcfa6..4d6ed2f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ saga (2.2.6+dfsg-1) UNRELEASED; urgency=medium
* Remove executable bit from saga_gui resource files.
* Move architecture independent files to saga-common package.
* Explicitly remove files not to be installed.
+ * Enable all hardening buildflags.
-- Johan Van de Wauw <johan at vandewauw.be> Fri, 04 Mar 2016 17:34:50 +0100
diff --git a/debian/rules b/debian/rules
index a0b43ac..c6254d1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,8 @@
#!/usr/bin/make -f
+# Enable hardening build flags
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+
CFLAGS += $(CPPFLAGS)
VERSION := $(shell grep '^AC_INIT' configure.ac | sed 's/AC_INIT(saga, \([0-9|\.]*\)\,.*)/\1/g')
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/saga.git
More information about the Pkg-grass-devel
mailing list