r4647 - packages/trunk/oneisenough/debian/patches

Richard Hartmann richih-guest at alioth.debian.org
Tue Nov 13 14:42:04 UTC 2007


Author: richih-guest
Date: 2007-11-13 14:42:04 +0000 (Tue, 13 Nov 2007)
New Revision: 4647

Modified:
   packages/trunk/oneisenough/debian/patches/font_path.patch
Log:
* oneisenough/debian/patches/font_path.patch:
  patch in quilt format now, thanks to Eddy Petrișor



Modified: packages/trunk/oneisenough/debian/patches/font_path.patch
===================================================================
--- packages/trunk/oneisenough/debian/patches/font_path.patch	2007-11-13 14:18:21 UTC (rev 4646)
+++ packages/trunk/oneisenough/debian/patches/font_path.patch	2007-11-13 14:42:04 UTC (rev 4647)
@@ -1,10 +1,11 @@
---- /oneisenough-0.35/bin/game.py.orig	2007-03-27 01:07:48.000000000 +0200
-+++ /oneisenough-0.35/bin/game.py	2007-11-02 00:00:42.290615391 +0100
+--- a/bin/game.py.orig	2007-03-27 02:07:48.000000000 +0300
++++ b/bin/game.py	2007-11-13 16:17:32.000000000 +0200
 @@ -14,7 +14,7 @@
- from camp import Camp
- 
- 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)
- 
- dismiss_delay = 0
+ from camp import Camp
+ 
+ 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)
+ 
+ dismiss_delay = 0
+ 




More information about the Pkg-games-commits mailing list