[fenix] 06/127: corrected the patch

Peter Pentchev roam at ringlet.net
Thu Dec 17 14:39:29 UTC 2015


This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix.

commit 59116e41a81e1c9d6a49983a6bdd0ed8fe604f2e
Author: Miriam Ruiz <miriam at debian.org>
Date:   Tue Jun 5 18:41:45 2007 +0000

    corrected the patch
---
 debian/control                   |  3 ++-
 debian/patches/fxi_binname.patch | 16 +++++++++-------
 2 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index 292f485..a9b6e74 100644
--- a/debian/control
+++ b/debian/control
@@ -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
 
diff --git a/debian/patches/fxi_binname.patch b/debian/patches/fxi_binname.patch
index 5eb6888..6468bed 100644
--- a/debian/patches/fxi_binname.patch
+++ b/debian/patches/fxi_binname.patch
@@ -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 ;*/
  		}
  	}
  

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/fenix.git



More information about the Pkg-games-commits mailing list