r5671 - in packages/trunk/oneisenough/debian: . patches

Paul Wise pabs at alioth.debian.org
Thu Feb 7 03:26:57 UTC 2008


Author: pabs
Date: 2008-02-07 03:26:57 +0000 (Thu, 07 Feb 2008)
New Revision: 5671

Modified:
   packages/trunk/oneisenough/debian/control
   packages/trunk/oneisenough/debian/patches/font_path.patch
Log:
use the least fugly dejavu font instead of the to-be-removed bitstream vera

Modified: packages/trunk/oneisenough/debian/control
===================================================================
--- packages/trunk/oneisenough/debian/control	2008-02-07 03:05:52 UTC (rev 5670)
+++ packages/trunk/oneisenough/debian/control	2008-02-07 03:26:57 UTC (rev 5671)
@@ -11,7 +11,7 @@
 
 Package: oneisenough
 Architecture: all
-Depends: ttf-bitstream-vera, python, python-pygame
+Depends: ttf-dejavu-core, python, python-pygame
 Description: 2D platform game about the epic struggle of balls
  One Is Enough, a 2D platform game in which a communist balls needs to
  convert  capitalist balls into communist balls. More and more capitalist

Modified: packages/trunk/oneisenough/debian/patches/font_path.patch
===================================================================
--- packages/trunk/oneisenough/debian/patches/font_path.patch	2008-02-07 03:05:52 UTC (rev 5670)
+++ packages/trunk/oneisenough/debian/patches/font_path.patch	2008-02-07 03:26:57 UTC (rev 5671)
@@ -5,7 +5,7 @@
  
  pygame.font.init()
 -smallfont = pygame.font.Font(os.path.join("data","Vera.ttf"), 14)
-+smallfont = pygame.font.Font(os.path.join("/usr/share/fonts/truetype/ttf-bitstream-vera","Vera.ttf"), 14)
++smallfont = pygame.font.Font(os.path.join("/usr/share/fonts/truetype/ttf-dejavu","DejaVuSansMono.ttf"), 14)
  
  dismiss_delay = 0
  




More information about the Pkg-games-commits mailing list