r3717 - in packages/trunk/hex-a-hop/debian: . patches

Jens Seidel jseidel-guest at alioth.debian.org
Mon Aug 20 14:38:00 UTC 2007


Author: jseidel-guest
Date: 2007-08-20 14:38:00 +0000 (Mon, 20 Aug 2007)
New Revision: 3717

Modified:
   packages/trunk/hex-a-hop/debian/install
   packages/trunk/hex-a-hop/debian/patches/remove_old_font_handling.patch
Log:
* Do not install font.dat. Fixes maybe #438857


Modified: packages/trunk/hex-a-hop/debian/install
===================================================================
--- packages/trunk/hex-a-hop/debian/install	2007-08-20 14:21:59 UTC (rev 3716)
+++ packages/trunk/hex-a-hop/debian/install	2007-08-20 14:38:00 UTC (rev 3717)
@@ -1,5 +1,12 @@
 hex-a-hop usr/games
 *.dat usr/share/games/hex-a-hop
-graphics usr/share/games/hex-a-hop
+graphics/emi.dat usr/share/games/hex-a-hop/graphics/
+graphics/gradient.dat usr/share/games/hex-a-hop/graphics/
+graphics/icon.bmp usr/share/games/hex-a-hop/graphics/
+graphics/map.dat usr/share/games/hex-a-hop/graphics/
+graphics/map_top.dat usr/share/games/hex-a-hop/graphics/
+graphics/tiles.dat usr/share/games/hex-a-hop/graphics/
+graphics/tiles_reflect.dat usr/share/games/hex-a-hop/graphics/
+graphics/title.dat usr/share/games/hex-a-hop/graphics/
 debian/*.xpm usr/share/pixmaps/
 debian/*.desktop usr/share/applications/

Modified: packages/trunk/hex-a-hop/debian/patches/remove_old_font_handling.patch
===================================================================
--- packages/trunk/hex-a-hop/debian/patches/remove_old_font_handling.patch	2007-08-20 14:21:59 UTC (rev 3716)
+++ packages/trunk/hex-a-hop/debian/patches/remove_old_font_handling.patch	2007-08-20 14:38:00 UTC (rev 3717)
@@ -147,3 +147,16 @@
  		else
  			PrintC(false, r2.x+r2.w/2, r.y+4, title);
  	}
+Index: hex-a-hop.svn/gfx_list.h
+===================================================================
+--- hex-a-hop.svn.orig/gfx_list.h	2007-08-20 16:39:11.000000000 +0200
++++ hex-a-hop.svn/gfx_list.h	2007-08-20 16:39:26.000000000 +0200
+@@ -17,7 +17,7 @@
+ */
+ 
+ 
+-X(fontImage,		"font",				true)
++//X(fontImage,		"font",				true)
+ X(gradient,			"gradient",			false)
+ X(mapBG,			"map",				false)
+ X(mapBG2,			"map_top",			true)




More information about the Pkg-games-commits mailing list