[libcitygml] 02/02: Enable all hardening buildflags.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Mon May 2 20:28:34 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository libcitygml.
commit 19fc8bef7b2b15e8c036289bb354a7d47fa21103
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Mon May 2 22:17:57 2016 +0200
Enable all hardening buildflags.
---
debian/changelog | 1 +
debian/rules | 6 ++++++
2 files changed, 7 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 99c525b..20f86d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
libcitygml (2.0-3) UNRELEASED; urgency=medium
* Bump Standards-Version to 3.9.8, no changes.
+ * Enable all hardening buildflags.
-- Bas Couwenberg <sebastic at debian.org> Sun, 17 Apr 2016 12:41:56 +0200
diff --git a/debian/rules b/debian/rules
index 67261b8..cd50cf6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,12 @@
#!/usr/bin/make -f
+
export DH_VERBOSE=1
+
+# Enable hardening build flags
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+
CFLAGS += $(CPPFLAGS)
CXXFLAGS += $(CPPFLAGS)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libcitygml.git
More information about the Pkg-grass-devel
mailing list