r7118 - in packages/trunk/pixbros/debian: . patches

Miriam Ruiz miriam at alioth.debian.org
Tue May 20 11:50:29 UTC 2008


Author: miriam
Date: 2008-05-20 11:50:29 +0000 (Tue, 20 May 2008)
New Revision: 7118

Added:
   packages/trunk/pixbros/debian/patches/windowed.patch
Modified:
   packages/trunk/pixbros/debian/copyright
   packages/trunk/pixbros/debian/patches/series
Log:
Start in window by default
Fixed copyright file



Modified: packages/trunk/pixbros/debian/copyright
===================================================================
--- packages/trunk/pixbros/debian/copyright	2008-05-20 07:17:19 UTC (rev 7117)
+++ packages/trunk/pixbros/debian/copyright	2008-05-20 11:50:29 UTC (rev 7118)
@@ -51,10 +51,5 @@
 On Debian systems, the complete text of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL'.
 
-NOTE: See home page of the game [1] to find the game license [2]
-
-[1] http://www.pixjuegos.com/?q=node/54
-[2] http://www.pixjuegos.com/descargas/copying
-
 The Debian packaging is (C) 2007, Miriam Ruiz <little_miry at yahoo.es> and
 is licensed under the GPL, see above.

Modified: packages/trunk/pixbros/debian/patches/series
===================================================================
--- packages/trunk/pixbros/debian/patches/series	2008-05-20 07:17:19 UTC (rev 7117)
+++ packages/trunk/pixbros/debian/patches/series	2008-05-20 11:50:29 UTC (rev 7118)
@@ -1,3 +1,4 @@
 build.patch
 directories.patch
 browser.patch
+windowed.patch

Added: packages/trunk/pixbros/debian/patches/windowed.patch
===================================================================
--- packages/trunk/pixbros/debian/patches/windowed.patch	                        (rev 0)
+++ packages/trunk/pixbros/debian/patches/windowed.patch	2008-05-20 11:50:29 UTC (rev 7118)
@@ -0,0 +1,16 @@
+# Copyright (C) 2008  Miriam Ruiz <little_miry at yahoo.es>
+# Distributed under the same license as the game. See debian/copyright.
+
+Index: pixbros-0.6/src/pixbros.prg
+===================================================================
+--- pixbros-0.6.orig/src/pixbros.prg	2008-05-20 11:48:47.000000000 +0000
++++ pixbros-0.6/src/pixbros.prg	2008-05-20 11:49:07.000000000 +0000
+@@ -27,7 +27,7 @@
+ 		byte lenguaje=0; 	// 0 = castellano, 1 = catalán, 2 = francés, 3 = inglés
+ 		byte musica=1;
+ 		byte sonido=1;
+-		int ventana=0;
++		int ventana=1;
+ 		byte dificultad=1; //la normal
+ 	End
+ 




More information about the Pkg-games-commits mailing list