[xmoto] 03/04: Build with g++ 4.9 to restore text.

Stephen Kitt skitt at moszumanska.debian.org
Sat Oct 17 20:56:00 UTC 2015


This is an automated email from the git hooks/post-receive script.

skitt pushed a commit to branch master
in repository xmoto.

commit 64a27c29cef6d287957edc351db7689e72d1d624
Author: Stephen Kitt <steve at sk2.org>
Date:   Sat Oct 17 22:48:19 2015 +0200

    Build with g++ 4.9 to restore text.
---
 debian/changelog | 2 ++
 debian/control   | 1 +
 debian/rules     | 3 ++-
 3 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 2539556..c568ee6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ xmoto (0.5.11+dfsg-4) UNRELEASED; urgency=medium
 
   * Allow building with libode 0.13.
   * Fix all string constant warnings.
+  * Build with g++ 4.9 for now, builds with g++ 5 don't display text.
+    (Closes: #802017.)
 
  -- Stephen Kitt <skitt at debian.org>  Fri, 16 Oct 2015 23:47:53 +0200
 
diff --git a/debian/control b/debian/control
index b58dd08..a42df56 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Build-Depends: autotools-dev,
                debhelper (>= 9),
                dh-autoreconf,
                dpkg-dev (>= 1.13.19),
+               g++-4.9,
                libbz2-dev,
                libcurl4-gnutls-dev,
                libgl1-mesa-dev | libgl-dev,
diff --git a/debian/rules b/debian/rules
index b224143..f263ead 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,4 +13,5 @@ override_dh_auto_configure:
 		--bindir=\$${prefix}/games \
 		--datadir=\$${prefix}/share/games \
 		--mandir=\$${prefix}/share/man \
-		--localedir=\$${prefix}/share/games/locale
+		--localedir=\$${prefix}/share/games/locale \
+		CXX=g++-4.9

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/xmoto.git



More information about the Pkg-games-commits mailing list