Author: bdefreese
Date: 2009-03-17 01:43:11 +0000 (Tue, 17 Mar 2009)
New Revision: 9170

Modified:
   packages/trunk/pixfrogger/debian/changelog
   packages/trunk/pixfrogger/debian/patches/browser_command.patch
   packages/trunk/pixfrogger/debian/patches/homedir.patch
Log:
Revert comments in patches it is breaking them for reasons I don't 
understand.


Modified: packages/trunk/pixfrogger/debian/changelog
===================================================================
--- packages/trunk/pixfrogger/debian/changelog  2009-03-17 01:09:58 UTC (rev 
9169)
+++ packages/trunk/pixfrogger/debian/changelog  2009-03-17 01:43:11 UTC (rev 
9170)
@@ -6,7 +6,6 @@
   * Remove XS- from VCS fields in control
   * Move build-depends to build-depends-indep. (Except debhelper).
   * homedir.patch - Use ~/.PiXJuegos. (Closes: #440492, #443356).
-  * Add patch description for previous patch.
   * Fix some syntax in debian/copyright.
   * Bump Standards Version to 3.8.1. (No changes needed).
 

Modified: packages/trunk/pixfrogger/debian/patches/browser_command.patch
===================================================================
--- packages/trunk/pixfrogger/debian/patches/browser_command.patch      
2009-03-17 01:09:58 UTC (rev 9169)
+++ packages/trunk/pixfrogger/debian/patches/browser_command.patch      
2009-03-17 01:43:11 UTC (rev 9170)
@@ -1,13 +1,13 @@
-#Call x-www-browser instead of firefox specifically
-
---- pixfrogger-1.0/src/pixfrogger.prg.orig     2007-07-31 23:19:15.681888592 
+0000
-+++ pixfrogger-1.0/src/pixfrogger.prg  2007-07-31 23:19:41.615509342 +0000
+Index: pixfrogger-1.0/src/pixfrogger.prg
+===================================================================
+--- pixfrogger-1.0.orig/src/pixfrogger.prg     2009-03-16 21:39:11.000000000 
-0400
++++ pixfrogger-1.0/src/pixfrogger.prg  2009-03-16 21:39:27.000000000 -0400
 @@ -151,7 +151,7 @@
-                               if(fxi_os==0)
-                                       shell("http://pixjuegos.com";);
-                               else
--                                      shell("firefox http://pixjuegos.com &");
-+                                      shell("x-www-browser 
http://pixjuegos.com &");
-                               end
-                               break;
-                       end
+                               if(fxi_os==0)
+                                       shell("http://pixjuegos.com";);
+                               else
+-                                      shell("firefox http://pixjuegos.com &");
++                                      shell("x-www-browser 
http://pixjuegos.com &");
+                               end
+                               break;
+                       end

Modified: packages/trunk/pixfrogger/debian/patches/homedir.patch
===================================================================
--- packages/trunk/pixfrogger/debian/patches/homedir.patch      2009-03-17 
01:09:58 UTC (rev 9169)
+++ packages/trunk/pixfrogger/debian/patches/homedir.patch      2009-03-17 
01:43:11 UTC (rev 9170)
@@ -1,15 +1,13 @@
-#Use ~/.PiXJuegos instead of ~/PiXJuegos
-
 Index: pixfrogger-1.0/src/pixfrogger.prg
 ===================================================================
---- pixfrogger-1.0.orig/src/pixfrogger.prg     2009-03-16 20:43:14.000000000 
-0400
-+++ pixfrogger-1.0/src/pixfrogger.prg  2009-03-16 20:43:40.000000000 -0400
+--- pixfrogger-1.0.orig/src/pixfrogger.prg     2009-03-16 21:41:24.000000000 
-0400
++++ pixfrogger-1.0/src/pixfrogger.prg  2009-03-16 21:41:39.000000000 -0400
 @@ -30,7 +30,7 @@
- 
-       // COMPATIBILIDAD CON XP/VISTA/LINUX (usuarios)
-       string savegamedir;
--      string developerpath="/PiXJuegos/PiXFrogger/";
-+      string developerpath="/.PiXJuegos/PiXFrogger/";
- Local
-       i; // la variable maestra
- begin
+ 
+       // COMPATIBILIDAD CON XP/VISTA/LINUX (usuarios)
+       string savegamedir;
+-      string developerpath="/PiXJuegos/PiXFrogger/";
++      string developerpath="/.PiXJuegos/PiXFrogger/";
+ Local
+       i; // la variable maestra
+ begin


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to