I was planning to push the following patch to the subversion repository, but
discovered that I lacked access. Placing it here instead. The only
relevant change to the ubuntu one is moving the new build dependency
last on the line to make it easier to see what was changed.
Index: debian/changelog
===================================================================
--- debian/changelog (revision 13822)
+++ debian/changelog (working copy)
@@ -1,9 +1,16 @@
slingshot (0.9-2) UNRELEASED; urgency=low
+ [ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
* Remove DM-Upload-Allowed; it's no longer used by the archive
software.
+ [ Petter Reinholdtsen ]
+ * Updated symlink location to FreeSansBold.ttf, introduced
+ dependency on fonts-freefont-ttf, where FreeSansBold.ttf now
+ resides (Closes: #758623). Patches from Christian Biamont and
+ Ubuntu.
+
-- Jakub Wilk <[email protected]> Sun, 05 May 2013 18:43:34 +0200
slingshot (0.9-1) unstable; urgency=low
Index: debian/control
===================================================================
--- debian/control (revision 13822)
+++ debian/control (working copy)
@@ -13,7 +13,7 @@
Package: slingshot
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-pygame (>= 1.7.1)
+Depends: ${misc:Depends}, ${python:Depends}, python-pygame (>= 1.7.1),
fonts-freefont-ttf
Description: simple 2D shooting strategy game set in space, with gravity
Slingshot is a two dimensional, turn based simulation-strategy game
set in the gravity fields of several planets. It is a highly
Index: debian/links
===================================================================
--- debian/links (revision 13822)
+++ debian/links (working copy)
@@ -1 +1 @@
-usr/share/pyshared/pygame/freesansbold.ttf
usr/share/games/slingshot/data/FreeSansBold.ttf
+usr/share/fonts/truetype/freefont/FreeSansBold.ttf
usr/share/games/slingshot/data/FreeSansBold.ttf
--
Happy hacking
Petter Reinholdtsen