r4024 - in packages/trunk/fretsonfire/debian: . patches

Miriam Ruiz baby-guest at alioth.debian.org
Sat Sep 1 18:05:28 UTC 2007


Author: baby-guest
Date: 2007-09-01 18:05:27 +0000 (Sat, 01 Sep 2007)
New Revision: 4024

Modified:
   packages/trunk/fretsonfire/debian/changelog
   packages/trunk/fretsonfire/debian/patches/datapath.patch
   packages/trunk/fretsonfire/debian/patches/series
   packages/trunk/fretsonfire/debian/patches/stage.ini.patch
   packages/trunk/fretsonfire/debian/patches/svg.patch
Log:
Added new patch
Fixed changelog for upload



Modified: packages/trunk/fretsonfire/debian/changelog
===================================================================
--- packages/trunk/fretsonfire/debian/changelog	2007-09-01 02:09:06 UTC (rev 4023)
+++ packages/trunk/fretsonfire/debian/changelog	2007-09-01 18:05:27 UTC (rev 4024)
@@ -1,37 +1,28 @@
-fretsonfire (1.2.451.dfsg-4) unstable; urgency=low
+fretsonfire (1.2.451.dfsg-2) unstable; urgency=low
 
   [ Matthew Johnson ]
-  * Update menu to format menu-2, change menu section
-    as-per menu transition
-
-  [ Gonéri Le Bouder ]
-  * fix the watch file
-
-  [Miriam Ruiz]
-  * Updated Sami's address in debian/copyright
-
- -- Matthew Johnson <debian at matthew.ath.cx>  Thu,  5 Jul 2007 14:27:15 +0100
-
-fretsonfire (1.2.451.dfsg-3) unstable; urgency=low
-
-  * Fix stage.ini so that lights are smaller (only a problem with the pngs)
+  * Update debian/copyright to be utf8
+  * reformat README.Debian-source to be 80 characters/line
+  * Added watch file
+  * Fixed stage.ini so that lights are smaller (only a problem with the pngs)
     (Closes: #428350)
   * Depend on python-pyvorbis (Closes: #427579)
   * Add note to README.Debian and long description that FoF won't work without
     proper GL support.
   * Add note to README.Debian that only PS2 importing is supported
     (Closes: #428346)
+  * Update menu to format menu-2, change menu section
+    as-per menu transition
 
- -- Matthew Johnson <debian at matthew.ath.cx>  Mon, 18 Jun 2007 09:24:45 +0100
+  [ Gonéri Le Bouder ]
+  * fixed the watch file
 
-fretsonfire (1.2.451.dfsg-2) unstable; urgency=low
+  [Miriam Ruiz]
+  * Updated Sami's address in debian/copyright
+  * Added patch to fix a crashing on startup due to wrong type. Closes: #437330
 
-  * Update debian/copyright to be utf8
-  * reformat README.Debian-source to be 80 characters/line
-  * Add watch file 
+ -- Miriam Ruiz <little_miry at yahoo.es>  Sat, 01 Sep 2007 17:46:06 +0000
 
- -- Matthew Johnson <debian at matthew.ath.cx>  Fri,  8 Jun 2007 01:35:49 +0100
-
 fretsonfire (1.2.451.dfsg-1) unstable; urgency=low
 
   [ Matthew Johnson ]

Modified: packages/trunk/fretsonfire/debian/patches/datapath.patch
===================================================================
--- packages/trunk/fretsonfire/debian/patches/datapath.patch	2007-09-01 02:09:06 UTC (rev 4023)
+++ packages/trunk/fretsonfire/debian/patches/datapath.patch	2007-09-01 18:05:27 UTC (rev 4024)
@@ -1,5 +1,10 @@
---- fretsonfire-1.0.243.orig/src/Version.py
-+++ fretsonfire-1.0.243/src/Version.py
+# Copyright (C) 2006  Miriam Ruiz <little_miry at yahoo.es>
+# Licensed under the GPL, see /usr/share/common-licenses/GPL
+
+Index: fretsonfire-1.2.451.dfsg/src/Version.py
+===================================================================
+--- fretsonfire-1.2.451.dfsg.orig/src/Version.py	2007-04-14 10:31:38.000000000 +0000
++++ fretsonfire-1.2.451.dfsg/src/Version.py	2007-09-01 17:23:07.000000000 +0000
 @@ -43,6 +43,6 @@
      else:
        dataPath = "data"

Modified: packages/trunk/fretsonfire/debian/patches/series
===================================================================
--- packages/trunk/fretsonfire/debian/patches/series	2007-09-01 02:09:06 UTC (rev 4023)
+++ packages/trunk/fretsonfire/debian/patches/series	2007-09-01 18:05:27 UTC (rev 4024)
@@ -1,3 +1,4 @@
 datapath.patch
 svg.patch
 stage.ini.patch
+typeerror.patch

Modified: packages/trunk/fretsonfire/debian/patches/stage.ini.patch
===================================================================
--- packages/trunk/fretsonfire/debian/patches/stage.ini.patch	2007-09-01 02:09:06 UTC (rev 4023)
+++ packages/trunk/fretsonfire/debian/patches/stage.ini.patch	2007-09-01 18:05:27 UTC (rev 4024)
@@ -1,5 +1,10 @@
---- a/data/stage.ini	2007-05-26 16:04:31.000000000 +0000
-+++ b/data/stage.ini	2007-06-15 13:12:31.108672955 +0000
+# Copyright (C) 2006  Matthew Johnson <debian at matthew.ath.cx>
+# Licensed under the GPL, see /usr/share/common-licenses/GPL
+
+Index: fretsonfire-1.2.451.dfsg/data/stage.ini
+===================================================================
+--- fretsonfire-1.2.451.dfsg.orig/data/stage.ini	2007-05-26 16:04:31.000000000 +0000
++++ fretsonfire-1.2.451.dfsg/data/stage.ini	2007-09-01 17:23:09.000000000 +0000
 @@ -110,8 +110,8 @@
  yres         = 256
  xpos         = -0.87

Modified: packages/trunk/fretsonfire/debian/patches/svg.patch
===================================================================
--- packages/trunk/fretsonfire/debian/patches/svg.patch	2007-09-01 02:09:06 UTC (rev 4023)
+++ packages/trunk/fretsonfire/debian/patches/svg.patch	2007-09-01 18:05:27 UTC (rev 4024)
@@ -1,5 +1,10 @@
---- a/src/Svg.py	2007-05-11 19:14:19.000000000 +0100
-+++ b/src/Svg.py	2007-04-30 16:16:01.274633586 +0100
+# Copyright (C) 2006  Matthew Johnson <debian at matthew.ath.cx>
+# Licensed under the GPL, see /usr/share/common-licenses/GPL
+
+Index: fretsonfire-1.2.451.dfsg/src/Svg.py
+===================================================================
+--- fretsonfire-1.2.451.dfsg.orig/src/Svg.py	2007-03-18 21:05:55.000000000 +0000
++++ fretsonfire-1.2.451.dfsg/src/Svg.py	2007-09-01 17:23:08.000000000 +0000
 @@ -237,7 +237,7 @@
  
  class SvgTransform:




More information about the Pkg-games-commits mailing list