[hedgewars] 01/01: Fix build failure (experimental)
Gianfranco Costamagna
locutusofborg at moszumanska.debian.org
Tue May 16 12:25:15 UTC 2017
This is an automated email from the git hooks/post-receive script.
locutusofborg pushed a commit to branch master
in repository hedgewars.
commit 639e6fdd6c71a79fc409c21ef9007c708da3cf26
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Tue May 16 14:24:21 2017 +0200
Fix build failure (experimental)
---
debian/changelog | 7 +++++++
debian/rules | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index a5e7f94..a1695ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+hedgewars (0.9.22-dfsg-13) experimental; urgency=medium
+
+ * Use fp-compiler instead of fpc, to avoid failures
+ with experimental apt solver.
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org> Tue, 16 May 2017 14:23:56 +0200
+
hedgewars (0.9.22-dfsg-12) experimental; urgency=medium
[ Gianfranco Costamagna ]
diff --git a/debian/rules b/debian/rules
index 42e5ee8..443ffd0 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