r4648 - packages/trunk/oneisenough/debian/patches

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


Author: richih-guest
Date: 2007-11-13 15:26:41 +0000 (Tue, 13 Nov 2007)
New Revision: 4648

Modified:
   packages/trunk/oneisenough/debian/patches/font_path.patch
Log:
* oneisenough/debian/patches/font_path.patch:
  pine mangles newlines in files you save without warning. As orig is DOS encoded, this breaks the patch



Modified: packages/trunk/oneisenough/debian/patches/font_path.patch
===================================================================
--- packages/trunk/oneisenough/debian/patches/font_path.patch	2007-11-13 14:42:04 UTC (rev 4647)
+++ packages/trunk/oneisenough/debian/patches/font_path.patch	2007-11-13 15:26:41 UTC (rev 4648)
@@ -1,11 +1,11 @@
 --- 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