r2847 - in packages/trunk/fenix0.92/debian: . patches

Miriam Ruiz baby-guest at alioth.debian.org
Tue Jun 5 18:41:45 UTC 2007


Author: baby-guest
Date: 2007-06-05 18:41:45 +0000 (Tue, 05 Jun 2007)
New Revision: 2847

Modified:
   packages/trunk/fenix0.92/debian/control
   packages/trunk/fenix0.92/debian/patches/fxi_binname.patch
Log:
corrected the patch



Modified: packages/trunk/fenix0.92/debian/control
===================================================================
--- packages/trunk/fenix0.92/debian/control	2007-06-05 18:35:59 UTC (rev 2846)
+++ packages/trunk/fenix0.92/debian/control	2007-06-05 18:41:45 UTC (rev 2847)
@@ -1,7 +1,8 @@
 Source: fenix0.92
 Section: devel
 Priority: extra
-Maintainer: Miriam Ruiz <little_miry at yahoo.es>
+Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org> 
+Uploaders: Miriam Ruiz <little_miry at yahoo.es>
 Build-Depends: dpkg-dev (>= 1.13.19), debhelper (>= 5), quilt, autotools-dev, libsdl1.2-dev, libsdl-mixer1.2-dev, zlib1g-dev, libungif4-dev, libpng12-dev, libsmpeg-dev, libmikmod2-dev, libvorbis-dev
 Standards-Version: 3.7.2
 

Modified: packages/trunk/fenix0.92/debian/patches/fxi_binname.patch
===================================================================
--- packages/trunk/fenix0.92/debian/patches/fxi_binname.patch	2007-06-05 18:35:59 UTC (rev 2846)
+++ packages/trunk/fenix0.92/debian/patches/fxi_binname.patch	2007-06-05 18:41:45 UTC (rev 2847)
@@ -1,22 +1,24 @@
---- fenix0.92-0.92a/fxi/src/main.c.orig	2007-06-05 16:29:21.000000000 +0000
-+++ fenix0.92-0.92a/fxi/src/main.c	2007-06-05 16:31:50.000000000 +0000
-@@ -158,7 +158,7 @@
+--- fenix0.92-0.92a/fxi/src/main.c.orig	2007-06-05 16:35:10.000000000 +0000
++++ fenix0.92-0.92a/fxi/src/main.c	2007-06-05 16:37:24.000000000 +0000
+@@ -158,7 +158,9 @@
   	ptr = argv[0] + strlen(argv[0]) ;
   	while (ptr > argv[0] && ptr[-1] != '\\' && ptr[-1] != '/')
   		ptr-- ;
 - 	fxi = (strncmp(ptr,"fxi",3) == 0) || (strncmp(ptr,"FXI",3) == 0) ;
-+ 	fxi = (strncmp(ptr,"fenix0.92-fxi",3) == 0) || (strncmp(ptr,"FXI",3) == 0) ;
++ 	fxi = (strncmp(ptr,"fenix0.92-fxi",13) == 0) \
++		|| (strncmp(ptr,"fxi",3) == 0) \
++		|| (strncmp(ptr,"FXI",3) == 0) ;
  
  	/* Init RAND generator */
  
-@@ -220,8 +220,8 @@
+@@ -220,8 +222,8 @@
  			/* No embedded DCB; search for a DCB with similar name */
  
  			filename = ptr ;
 -	 		while (*ptr && *ptr != '.') ptr++ ;
 -	 		*ptr = 0 ;
-+	 		#while (*ptr && *ptr != '.') ptr++ ;
-+	 		#*ptr = 0 ;
++	 		/*while (*ptr && *ptr != '.') ptr++ ;*/
++	 		/**ptr = 0 ;*/
  		}
  	}
  




More information about the Pkg-games-commits mailing list