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 <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>
+# 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
+ 


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

Reply via email to