[hedgewars] 01/02: Fix build

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Mon Sep 14 13:19:15 UTC 2015


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

locutusofborg-guest pushed a commit to branch master
in repository hedgewars.

commit a70f864439a61c50dd1654a5d163eb9008842525
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Mon Sep 14 15:18:51 2015 +0200

    Fix build
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index cd6d652..a3887ed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+hedgewars (0.9.22~git20150914-3) experimental; urgency=medium
+
+  * Use fp-compiler-2.6.4, hack but should work.
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Mon, 14 Sep 2015 14:43:17 +0200
+
 hedgewars (0.9.22~git20150914-2) experimental; urgency=medium
 
   * Use fp-compiler to check if we need to use BUILD_ENGINE_C
diff --git a/debian/rules b/debian/rules
index 82c2f86..c68b9e9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
 
 DEJAVU_DIRECTORY := $(shell dirname `readlink -f /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-Bold.ttf`)
 
-ifeq ($(shell dpkg -s fp-compiler | grep -o installed), installed)
+ifeq ($(shell dpkg -s fp-compiler-2.6.4 | grep -o installed), installed)
  BUILD_ENGINE_C := NO
 else
  BUILD_ENGINE_C := YES

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/hedgewars.git



More information about the Pkg-games-commits mailing list