r6693 - in packages/trunk/warsow/debian: . patches

Andres Mejia ceros-guest at alioth.debian.org
Mon Apr 21 03:27:31 UTC 2008


Author: ceros-guest
Date: 2008-04-21 03:27:30 +0000 (Mon, 21 Apr 2008)
New Revision: 6693

Removed:
   packages/trunk/warsow/debian/patches/map_download.diff
Modified:
   packages/trunk/warsow/debian/patches/makefile_modifications.diff
   packages/trunk/warsow/debian/patches/series
   packages/trunk/warsow/debian/rules
Log:
No longer need map_download.diff patch


Property changes on: packages/trunk/warsow/debian/patches/makefile_modifications.diff
___________________________________________________________________
Name: svn:executable
   - *

Deleted: packages/trunk/warsow/debian/patches/map_download.diff
===================================================================
--- packages/trunk/warsow/debian/patches/map_download.diff	2008-04-21 03:12:16 UTC (rev 6692)
+++ packages/trunk/warsow/debian/patches/map_download.diff	2008-04-21 03:27:30 UTC (rev 6693)
@@ -1,13 +0,0 @@
-Index: Fix a bug w/ fs_usehomedir=1 when downloading maps
-===================================================================
---- ./warsow_0.32/source/qcommon/files.c~	2008-01-02 16:29:12.000000000 +0100
-+++ ./warsow_0.32/source/qcommon/files.c	2008-01-02 16:29:33.000000000 +0100
-@@ -2277,7 +2277,7 @@
- 	if( !fullname )
- 		return qfalse;
- 
--	pakfile = FS_LoadPK3File( filename, qtrue );
-+	pakfile = FS_LoadPK3File( fullname, qtrue );
- 	if( pakfile ) {		// unlock and free, we don't need this file anyway
- 		if( pakfile->sysHandle )
- 			Sys_FS_UnlockFile( pakfile->sysHandle );

Modified: packages/trunk/warsow/debian/patches/series
===================================================================
--- packages/trunk/warsow/debian/patches/series	2008-04-21 03:12:16 UTC (rev 6692)
+++ packages/trunk/warsow/debian/patches/series	2008-04-21 03:27:30 UTC (rev 6693)
@@ -1,3 +1,2 @@
 fix_different_archs.diff
-map_download.diff
 makefile_modifications.diff

Modified: packages/trunk/warsow/debian/rules
===================================================================
--- packages/trunk/warsow/debian/rules	2008-04-21 03:12:16 UTC (rev 6692)
+++ packages/trunk/warsow/debian/rules	2008-04-21 03:27:30 UTC (rev 6693)
@@ -23,7 +23,6 @@
 from-dos:
 	dh_testdir
 	fromdos -e warsow_0.42_src/source/game/q_shared.h
-	fromdos -e warsow_0.42_src/source/qcommon/files.c
 	touch fromdos-stamp
 
 patch: from-dos patch-stamp
@@ -61,7 +60,6 @@
 to-dos:
 	dh_testdir
 	todos -e warsow_0.42_src/source/game/q_shared.h
-	todos -e warsow_0.42_src/source/qcommon/files.c
 	[ ! -f fromdos-stamp ] || rm fromdos-stamp
 
 install: build




More information about the Pkg-games-commits mailing list