[qlandkartegt] 02/02: Use -fsigned-char instead of -Wno-narrowing to fix FTBFS.
Bas Couwenberg
sebastic at debian.org
Sun Sep 4 17:43:59 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository qlandkartegt.
commit b9a84f5f20e528a40ed4d0a2167617629a3585c6
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sun Sep 4 19:12:34 2016 +0200
Use -fsigned-char instead of -Wno-narrowing to fix FTBFS.
Thanks to Christoph Biedl for the patch.
---
debian/changelog | 2 ++
debian/rules | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 296ba99..eec2290 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
qlandkartegt (1.8.1+ds-8) UNRELEASED; urgency=medium
* Fix typo in dh_clean override.
+ * Use -fsigned-char instead of -Wno-narrowing to fix FTBFS.
+ Thanks to Christoph Biedl for the patch.
-- Bas Couwenberg <sebastic at debian.org> Sun, 04 Sep 2016 19:09:15 +0200
diff --git a/debian/rules b/debian/rules
index fb0519e..d0570f8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ BUILD_DATE=$(shell dpkg-parsechangelog | sed -ne 's/^Date: //p' | LC_ALL=C date
MANPAGES := $(wildcard debian/man/*.*.xml)
-export DEB_CXXFLAGS_MAINT_APPEND=-Wno-narrowing
+export DEB_CXXFLAGS_MAINT_APPEND=-fsigned-char
# one ring to rule them all ...
%:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/qlandkartegt.git
More information about the Pkg-grass-devel
mailing list