r4081 - in packages/trunk/tatan/debian: . patches

Miriam Ruiz baby-guest at alioth.debian.org
Wed Sep 5 14:35:14 UTC 2007


Author: baby-guest
Date: 2007-09-05 14:35:13 +0000 (Wed, 05 Sep 2007)
New Revision: 4081

Modified:
   packages/trunk/tatan/debian/patches/directories.patch
   packages/trunk/tatan/debian/tatan-data.install
Log:
Added missing file: font.bmp



Modified: packages/trunk/tatan/debian/patches/directories.patch
===================================================================
--- packages/trunk/tatan/debian/patches/directories.patch	2007-09-05 14:24:09 UTC (rev 4080)
+++ packages/trunk/tatan/debian/patches/directories.patch	2007-09-05 14:35:13 UTC (rev 4081)
@@ -3,8 +3,8 @@
 
 Index: tatan-1.0/src/br/gamemanager.d
 ===================================================================
---- tatan-1.0.orig/src/br/gamemanager.d	2007-09-05 10:46:30.000000000 +0000
-+++ tatan-1.0/src/br/gamemanager.d	2007-09-05 10:47:16.000000000 +0000
+--- tatan-1.0.orig/src/br/gamemanager.d	2007-09-05 14:30:40.000000000 +0000
++++ tatan-1.0/src/br/gamemanager.d	2007-09-05 14:30:45.000000000 +0000
 @@ -142,7 +142,7 @@
  		collisionManager = new CollisionManager(1024);
  		collisionManager.clear();
@@ -25,8 +25,8 @@
  		
 Index: tatan-1.0/src/br/screen.d
 ===================================================================
---- tatan-1.0.orig/src/br/screen.d	2007-09-05 10:46:36.000000000 +0000
-+++ tatan-1.0/src/br/screen.d	2007-09-05 10:47:24.000000000 +0000
+--- tatan-1.0.orig/src/br/screen.d	2007-09-05 14:30:40.000000000 +0000
++++ tatan-1.0/src/br/screen.d	2007-09-05 14:30:45.000000000 +0000
 @@ -185,7 +185,7 @@
  		
  		glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
@@ -38,8 +38,8 @@
  	public void saveBMP(char[] name){
 Index: tatan-1.0/src/br/sound.d
 ===================================================================
---- tatan-1.0.orig/src/br/sound.d	2007-09-05 10:43:43.000000000 +0000
-+++ tatan-1.0/src/br/sound.d	2007-09-05 10:45:56.000000000 +0000
+--- tatan-1.0.orig/src/br/sound.d	2007-09-05 14:30:40.000000000 +0000
++++ tatan-1.0/src/br/sound.d	2007-09-05 14:30:45.000000000 +0000
 @@ -59,36 +59,36 @@
  		return ;
  	}
@@ -106,3 +106,16 @@
  	
  	_Sound_PlayingMusic = -1;
  }
+Index: tatan-1.0/import/hell2.d
+===================================================================
+--- tatan-1.0.orig/import/hell2.d	2007-09-05 14:31:43.000000000 +0000
++++ tatan-1.0/import/hell2.d	2007-09-05 14:32:30.000000000 +0000
+@@ -68,7 +68,7 @@
+ static bool[] g_joyButton;
+ static SDL_Joystick* g_joy;
+ static int g_joyButtonNum;
+-static char[] FONT_PATH = "resource/font/font.bmp";
++static char[] FONT_PATH = "/usr/share/games/tatan/font/font.bmp";
+ 
+ static int fps_cnt;
+ static int fps_view;

Modified: packages/trunk/tatan/debian/tatan-data.install
===================================================================
--- packages/trunk/tatan/debian/tatan-data.install	2007-09-05 14:24:09 UTC (rev 4080)
+++ packages/trunk/tatan/debian/tatan-data.install	2007-09-05 14:35:13 UTC (rev 4081)
@@ -2,3 +2,4 @@
 music usr/share/games/tatan/
 se usr/share/games/tatan/
 voice usr/share/games/tatan/
+resource/font usr/share/games/tatan/




More information about the Pkg-games-commits mailing list