r6947 - in packages/trunk/vegastrike/debian: . patches

Andres Mejia ceros-guest at alioth.debian.org
Sun May 11 05:31:51 UTC 2008


Author: ceros-guest
Date: 2008-05-11 05:31:50 +0000 (Sun, 11 May 2008)
New Revision: 6947

Modified:
   packages/trunk/vegastrike/debian/changelog
   packages/trunk/vegastrike/debian/patches/config_path.diff
   packages/trunk/vegastrike/debian/patches/vssetup.diff
Log:
Fix quilt warnings about patches

Modified: packages/trunk/vegastrike/debian/changelog
===================================================================
--- packages/trunk/vegastrike/debian/changelog	2008-05-11 05:04:09 UTC (rev 6946)
+++ packages/trunk/vegastrike/debian/changelog	2008-05-11 05:31:50 UTC (rev 6947)
@@ -16,6 +16,7 @@
     libceguiogre-dev, libavcodec-dev, libavformat-dev, and libswscale-dev.
   * Updated watchfile.
   * Add bigger icon for .desktop files.
+  * Fix quilt warnings about patches.
 
  -- Andres Mejia <mcitadel at gmail.com>  Sat, 10 May 2008 23:29:36 -0400
 

Modified: packages/trunk/vegastrike/debian/patches/config_path.diff
===================================================================
--- packages/trunk/vegastrike/debian/patches/config_path.diff	2008-05-11 05:04:09 UTC (rev 6946)
+++ packages/trunk/vegastrike/debian/patches/config_path.diff	2008-05-11 05:31:50 UTC (rev 6947)
@@ -17,9 +17,9 @@
        chdir (paths.back().c_str());
 Index: src/networking/soundserver.cpp
 ===================================================================
---- src/networking/soundserver.cpp~	2006-10-09 16:45:17.000000000 +0200
-+++ src/networking/soundserver.cpp	2008-04-07 21:36:26.000000000 +0200
-@@ -113,7 +113,7 @@
+--- src/networking/soundserver.cpp.bak	2008-05-11 01:26:51.000000000 -0400
++++ src/networking/soundserver.cpp	2008-05-11 01:27:19.000000000 -0400
+@@ -118,7 +118,7 @@
  #endif
  	exit(1);
  }

Modified: packages/trunk/vegastrike/debian/patches/vssetup.diff
===================================================================
--- packages/trunk/vegastrike/debian/patches/vssetup.diff	2008-05-11 05:04:09 UTC (rev 6946)
+++ packages/trunk/vegastrike/debian/patches/vssetup.diff	2008-05-11 05:31:50 UTC (rev 6947)
@@ -1,13 +1,13 @@
 Use x-terminal-emulator
 ===================================================================
---- setup/src/include/display_gtk.cpp~	2004-10-25 04:27:13.000000000 +0200
-+++ setup/src/include/display_gtk.cpp	2008-04-07 21:57:10.000000000 +0200
-@@ -58,7 +58,7 @@
+--- setup/src/include/display_gtk.cpp.bak	2008-05-11 01:27:11.000000000 -0400
++++ setup/src/include/display_gtk.cpp	2008-05-11 01:27:19.000000000 -0400
+@@ -66,7 +66,7 @@
  #ifdef _WIN32
  	int err=(int)ShellExecute(NULL,"open","documentation\\readme.txt","","",1);
  #else
 -	execlp("less", "less","readme.txt", NULL); //Will this work in Linux?
 +	execlp("x-terminal-emulator", "xterminal-emulator","-e","less","/usr/share/games/vegastrike/readme.txt", NULL); //Will this work in Linux?
  #endif
- 	gtk_exit(exitval);
+ 	exit(0);//exitval);
  }




More information about the Pkg-games-commits mailing list