r9167 - in packages/trunk/pixfrogger/debian: . patches

Barry deFreese bdefreese at alioth.debian.org
Tue Mar 17 01:03:07 UTC 2009


Author: bdefreese
Date: 2009-03-17 01:03:06 +0000 (Tue, 17 Mar 2009)
New Revision: 9167

Added:
   packages/trunk/pixfrogger/debian/patches/homedir.patch
Modified:
   packages/trunk/pixfrogger/debian/changelog
   packages/trunk/pixfrogger/debian/control
   packages/trunk/pixfrogger/debian/copyright
   packages/trunk/pixfrogger/debian/patches/browser_command.patch
   packages/trunk/pixfrogger/debian/patches/series
Log:
  * 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).
Update my e-mail address.


Modified: packages/trunk/pixfrogger/debian/changelog
===================================================================
--- packages/trunk/pixfrogger/debian/changelog	2009-03-16 20:07:02 UTC (rev 9166)
+++ packages/trunk/pixfrogger/debian/changelog	2009-03-17 01:03:06 UTC (rev 9167)
@@ -1,14 +1,19 @@
-pixfrogger (1.0-2) UNRELEASED; urgency=low
+pixfrogger (1.0-2) unstable; urgency=low
 
   [ Barry deFreese ]
   * Add watch file
   * Add myself to uploaders
   * 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).
 
   [ Ansgar Burchardt ]
   * Remove deprecated Encoding key from .desktop file
 
- -- Ansgar Burchardt <ansgar at 43-1.org>  Fri, 29 Feb 2008 01:21:21 +0100
+ -- Barry deFreese <bdefreese at debian.org>  Mon, 16 Mar 2009 20:55:40 -0400
 
 pixfrogger (1.0-1) unstable; urgency=low
 

Modified: packages/trunk/pixfrogger/debian/control
===================================================================
--- packages/trunk/pixfrogger/debian/control	2009-03-16 20:07:02 UTC (rev 9166)
+++ packages/trunk/pixfrogger/debian/control	2009-03-17 01:03:06 UTC (rev 9167)
@@ -2,9 +2,10 @@
 Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Miriam Ruiz <little_miry at yahoo.es>, Barry deFreese <bddebian at comcast.net>
-Build-Depends: debhelper (>= 5), quilt, fenix, fenix-plugins-system
-Standards-Version: 3.7.2
+Uploaders: Miriam Ruiz <little_miry at yahoo.es>, Barry deFreese <bdefreese at debian.org>
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: quilt, fenix, fenix-plugins-system
+Standards-Version: 3.8.1
 Homepage: http://www.pixjuegos.com/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/pixfrogger/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/pixfrogger/?op=log

Modified: packages/trunk/pixfrogger/debian/copyright
===================================================================
--- packages/trunk/pixfrogger/debian/copyright	2009-03-16 20:07:02 UTC (rev 9166)
+++ packages/trunk/pixfrogger/debian/copyright	2009-03-17 01:03:06 UTC (rev 9167)
@@ -30,7 +30,7 @@
 
 Copyright: 
 
-    Copyright (c) 2007 PIX Juegos
+    Copyright (C) 2007 PIX Juegos
 
 License:
 
@@ -51,5 +51,5 @@
 On Debian systems, the complete text of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL'.
 
-The Debian packaging is (C) 2007, Miriam Ruiz <little_miry at yahoo.es> and
+The Debian packaging is Copyright (C) 2007, Miriam Ruiz <little_miry at yahoo.es> and
 is licensed under the GPL, see above.

Modified: packages/trunk/pixfrogger/debian/patches/browser_command.patch
===================================================================
--- packages/trunk/pixfrogger/debian/patches/browser_command.patch	2009-03-16 20:07:02 UTC (rev 9166)
+++ packages/trunk/pixfrogger/debian/patches/browser_command.patch	2009-03-17 01:03:06 UTC (rev 9167)
@@ -1,11 +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
 @@ -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

Added: packages/trunk/pixfrogger/debian/patches/homedir.patch
===================================================================
--- packages/trunk/pixfrogger/debian/patches/homedir.patch	                        (rev 0)
+++ packages/trunk/pixfrogger/debian/patches/homedir.patch	2009-03-17 01:03:06 UTC (rev 9167)
@@ -0,0 +1,15 @@
+#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
+@@ -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

Modified: packages/trunk/pixfrogger/debian/patches/series
===================================================================
--- packages/trunk/pixfrogger/debian/patches/series	2009-03-16 20:07:02 UTC (rev 9166)
+++ packages/trunk/pixfrogger/debian/patches/series	2009-03-17 01:03:06 UTC (rev 9167)
@@ -1 +1,2 @@
 browser_command.patch
+homedir.patch




More information about the Pkg-games-commits mailing list