Tags: patch
Hi,
I've attached a debdiff with a suggested fix for this issue. It updates
the path
to the isabella font in the original patch. At the same time, I changed
the
dependency from the virtual package to fonts-isabella.
Note that this was also reported in Ubuntu as
https://bugs.launchpad.net/ubuntu/+source/magicmaze/+bug/1360075
and I've included the LP bug number in the changelog.
--
mvh / best regards
Hans Joachim Desserud
http://desserud.org
diff -Nru magicmaze-1.4.3.6+dfsg/debian/changelog magicmaze-1.4.3.6+dfsg/debian/changelog
--- magicmaze-1.4.3.6+dfsg/debian/changelog 2013-06-30 03:33:39.000000000 +0200
+++ magicmaze-1.4.3.6+dfsg/debian/changelog 2015-05-10 12:06:15.000000000 +0200
@@ -1,3 +1,11 @@
+magicmaze (1.4.3.6+dfsg-3) UNRELEASED; urgency=medium
+
+ * Depend on fonts-isabella now that ttf-isabella is a virtual package.
+ * Update isabella path in patch to new location,
+ closes #747046, LP: #1360075.
+
+ -- Hans Joachim Desserud <deb...@desserud.org> Sun, 10 May 2015 12:02:17 +0200
+
magicmaze (1.4.3.6+dfsg-2) unstable; urgency=low
* fix crash when pausing the game
diff -Nru magicmaze-1.4.3.6+dfsg/debian/control magicmaze-1.4.3.6+dfsg/debian/control
--- magicmaze-1.4.3.6+dfsg/debian/control 2013-06-24 15:59:56.000000000 +0200
+++ magicmaze-1.4.3.6+dfsg/debian/control 2015-05-10 12:02:14.000000000 +0200
@@ -8,7 +8,7 @@
Package: magicmaze
Architecture: all
-Depends: ruby | ruby-interpreter, ruby-sdl, ttf-isabella, ${misc:Depends}
+Depends: ruby | ruby-interpreter, ruby-sdl, fonts-isabella, ${misc:Depends}
Description: rescue the maiden while avoiding the monsters
This is a simple game where you are a wizard searching the evil demon's
tower to try and rescue the beautiful maiden. Inspired by Gauntlet II,
diff -Nru magicmaze-1.4.3.6+dfsg/debian/patches/20_isabella_path.patch magicmaze-1.4.3.6+dfsg/debian/patches/20_isabella_path.patch
--- magicmaze-1.4.3.6+dfsg/debian/patches/20_isabella_path.patch 2013-06-24 14:59:56.000000000 +0200
+++ magicmaze-1.4.3.6+dfsg/debian/patches/20_isabella_path.patch 2015-05-10 11:51:44.000000000 +0200
@@ -8,7 +8,7 @@
rescue SDL::Error => err
# Debian font
- fontfile = "/usr/share/fonts/truetype/Isabella.ttf"
-+ fontfile = "/usr/share/fonts/truetype/ttf-isabella/Isabella.ttf"
++ fontfile = "/usr/share/fonts/truetype/isabella/Isabella.ttf"
fontsize = [12, 28]
if tries < 1 then
tries += 1 # to avoid loop.