[hedgewars] 01/01: Try to fix build failures

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Mon Sep 14 11:27:29 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 dd34f3bdfa51c8c9476f38c15a47aa36bcf7f0a6
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Mon Sep 14 13:26:55 2015 +0200

    Try to fix build failures
---
 debian/changelog | 8 ++++++++
 debian/rules     | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 99852ff..cd6d652 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+hedgewars (0.9.22~git20150914-2) experimental; urgency=medium
+
+  * Use fp-compiler to check if we need to use BUILD_ENGINE_C
+    - aspcud resolver from experimental doesn't install fpc virtual
+      package (optimizing for size).
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Mon, 14 Sep 2015 13:25:48 +0200
+
 hedgewars (0.9.22~git20150914-1) experimental; urgency=medium
 
   * New upstream snapshot.
diff --git a/debian/rules b/debian/rules
index 2563a32..82c2f86 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 fpc | grep -o installed), installed)
+ifeq ($(shell dpkg -s fp-compiler | 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