r4143 - in packages/trunk/funnyboat/debian: . patches

Gonéri Le Bouder goneri-guest at alioth.debian.org
Sun Sep 9 22:15:29 UTC 2007


Author: goneri-guest
Date: 2007-09-09 22:15:29 +0000 (Sun, 09 Sep 2007)
New Revision: 4143

Modified:
   packages/trunk/funnyboat/debian/changelog
   packages/trunk/funnyboat/debian/control
   packages/trunk/funnyboat/debian/patches/series
   packages/trunk/funnyboat/debian/patches/use_debian_vera_ttf.diff
Log:
depends on ttf-dejavu instead of ttf-bitstream-vera (Closes: #438812)


Modified: packages/trunk/funnyboat/debian/changelog
===================================================================
--- packages/trunk/funnyboat/debian/changelog	2007-09-09 21:46:12 UTC (rev 4142)
+++ packages/trunk/funnyboat/debian/changelog	2007-09-09 22:15:29 UTC (rev 4143)
@@ -1,12 +1,15 @@
-funnyboat (1.5-2) UNRELEASED; urgency=low
+funnyboat (1.5-2) unstable; urgency=low
 
   * NOT RELEASED YET
 
   [ Cyril Brulebois ]
   * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.
 
- -- Alexander Schmehl <tolimar at debian.org>  Mon, 11 Jun 2007 21:57:23 +0200
+  [ Gonéri Le Bouder ]
+  * depends on ttf-dejavu instead of ttf-bitstream-vera (Closes: #438812)
 
+ -- Gonéri Le Bouder <goneri at rulezlan.org>  Mon, 10 Sep 2007 00:25:52 +0200
+
 funnyboat (1.5-1) unstable; urgency=low
 
   [Gonéri Le Bouder]

Modified: packages/trunk/funnyboat/debian/control
===================================================================
--- packages/trunk/funnyboat/debian/control	2007-09-09 21:46:12 UTC (rev 4142)
+++ packages/trunk/funnyboat/debian/control	2007-09-09 22:15:29 UTC (rev 4143)
@@ -11,7 +11,7 @@
 
 Package: funnyboat
 Architecture: all
-Depends: ${python:Depends}, ttf-bitstream-vera, python-pygame (>= 1.7), python-numeric (>= 24.2), python-pyogg, ${misc:Depends}
+Depends: ${python:Depends}, ttf-dejavu, python-pygame (>= 1.7), python-numeric (>= 24.2), python-pyogg, ${misc:Depends}
 Description: a side scrolling arcade shooter game on a steamboat 
  Trip on the Funny Boat is side scrolling arcade shooter game on a
  steamboat equipped with a cannon and the ability to jump. The player will

Modified: packages/trunk/funnyboat/debian/patches/series
===================================================================
--- packages/trunk/funnyboat/debian/patches/series	2007-09-09 21:46:12 UTC (rev 4142)
+++ packages/trunk/funnyboat/debian/patches/series	2007-09-09 22:15:29 UTC (rev 4143)
@@ -1 +1 @@
-use_debian_vera_ttf.diff
+use_debian_vera_ttf.diff -p0

Modified: packages/trunk/funnyboat/debian/patches/use_debian_vera_ttf.diff
===================================================================
--- packages/trunk/funnyboat/debian/patches/use_debian_vera_ttf.diff	2007-09-09 21:46:12 UTC (rev 4142)
+++ packages/trunk/funnyboat/debian/patches/use_debian_vera_ttf.diff	2007-09-09 22:15:29 UTC (rev 4143)
@@ -1,15 +1,15 @@
-Index: funnyboat/util.py
+Index: util.py
 ===================================================================
---- funnyboat.orig/util.py	2007-01-22 22:10:58.000000000 +0100
-+++ funnyboat/util.py	2007-01-22 22:11:35.000000000 +0100
+--- util.py.orig
++++ util.py
 @@ -9,8 +9,8 @@
  
  # The Cosmetica font seemed to be broken... had trouble rendering small text
  # with underscores (_) ... it's weird.
 -smallfont = pygame.font.Font("data/Vera.ttf", 14)
 -bigfont = pygame.font.Font("data/Vera.ttf", 24)
-+smallfont = pygame.font.Font("/usr/share/fonts/truetype/ttf-bitstream-vera/Vera.ttf", 14)
-+bigfont = pygame.font.Font("/usr/share/fonts/truetype/ttf-bitstream-vera/Vera.ttf", 24)
++smallfont = pygame.font.Font("/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf", 14)
++bigfont = pygame.font.Font("/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf", 24)
  
  def get_config_path():
      pathname = ""




More information about the Pkg-games-commits mailing list