[qlandkartegt] 01/03: Add -Wno-narrowing to CXXFLAGS to fix FTBFS on several architectures.

Bas Couwenberg sebastic at debian.org
Sun Sep 4 16:50:24 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 01dd25d02ef7344307dae75d27dfaa08a1717283
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Sep 4 18:03:14 2016 +0200

    Add -Wno-narrowing to CXXFLAGS to fix FTBFS on several architectures.
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 ++
 2 files changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a6c1ef1..bcd3c62 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+qlandkartegt (1.8.1+ds-7) UNRELEASED; urgency=medium
+
+  * Add -Wno-narrowing to CXXFLAGS to fix FTBFS on several architectures.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Sun, 04 Sep 2016 17:56:40 +0200
+
 qlandkartegt (1.8.1+ds-6) unstable; urgency=medium
 
   * Enable all hardening buildflags.
diff --git a/debian/rules b/debian/rules
index 98e23ad..69be041 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,8 @@ 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
+
 # one ring to rule them all ...
 %:
 	dh $@ --parallel

-- 
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