[ogdi-dfsg] 10/19: Don't treat format-security as an error, causes build failure.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sun Apr 3 00:13:17 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository ogdi-dfsg.
commit 35c12919a00605b8fef40e4af0cd28a4b0232dc7
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Apr 2 22:07:03 2016 +0200
Don't treat format-security as an error, causes build failure.
---
debian/changelog | 1 +
debian/rules | 3 +++
2 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 2ce780d..81eb043 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ ogdi-dfsg (3.2.0~beta2-8) UNRELEASED; urgency=medium
- Use canonical Vcs-* URLs over HTTPS
* Bump debhelper compatibility to 9.
* Use minimal dh rules with autoreconf.
+ * Don't treat format-security as an error, causes build failure.
-- Bas Couwenberg <sebastic at debian.org> Sat, 02 Apr 2016 21:13:49 +0200
diff --git a/debian/rules b/debian/rules
index e9f08c0..d2b33ee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,9 @@
export TOPDIR=$(CURDIR)
+# Don't treat format-security as an error, caused build failure.
+CFLAGS += -Wno-error=format-security
+
%:
dh $@ --with autoreconf
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/ogdi-dfsg.git
More information about the Pkg-grass-devel
mailing list