r6751 - in packages/trunk/funnyboat/debian: . patches

Gonéri Le Bouder goneri at alioth.debian.org
Thu Apr 24 21:42:56 UTC 2008


Author: goneri
Date: 2008-04-24 21:42:56 +0000 (Thu, 24 Apr 2008)
New Revision: 6751

Added:
   packages/trunk/funnyboat/debian/patches/funnyboat-cursor-patch.diff
Modified:
   packages/trunk/funnyboat/debian/changelog
   packages/trunk/funnyboat/debian/funnyboat.sh
   packages/trunk/funnyboat/debian/patches/series
Log:
* Funnyboat only accepts 2 command line options (Closes: #477423)
  -add patches/funnyboat-cursor-patch.diff
* Funnyboat should not display cursor (Closes: #477422)
* Thanks Brandon AKA winterknight for the two patches above


Modified: packages/trunk/funnyboat/debian/changelog
===================================================================
--- packages/trunk/funnyboat/debian/changelog	2008-04-24 21:06:28 UTC (rev 6750)
+++ packages/trunk/funnyboat/debian/changelog	2008-04-24 21:42:56 UTC (rev 6751)
@@ -1,8 +1,12 @@
-funnyboat (1.5-5) UNRELEASED; urgency=low
+funnyboat (1.5-5) unstable; urgency=low
 
+  * Funnyboat only accepts 2 command line options (Closes: #477423)
+   -add patches/funnyboat-cursor-patch.diff
+  * Funnyboat should not display cursor (Closes: #477422)
+  * Thanks Brandon AKA winterknight for the two patches above
   * debian/control: Change XS-Vcs-* to Vcs-*
 
- -- Ansgar Burchardt <ansgar at 43-1.org>  Fri, 29 Feb 2008 03:08:33 +0100
+ -- Goneri Le Bouder <goneri at rulezlan.org>  Thu, 24 Apr 2008 23:31:29 +0200
 
 funnyboat (1.5-4) unstable; urgency=low
 
@@ -52,3 +56,9 @@
   * Updated dependencies
 
  -- Gonéri Le Bouder <goneri at rulezlan.org>  Sat,  2 Jun 2007 16:57:50 +0200
+funnyboat (1.5-5.1) UNRELEASED; urgency=low
+
+  * debian/control: Change XS-Vcs-* to Vcs-*
+  * 
+
+ -- Goneri Le Bouder <goneri at rulezlan.org>  Thu, 24 Apr 2008 23:31:29 +0200

Modified: packages/trunk/funnyboat/debian/funnyboat.sh
===================================================================
--- packages/trunk/funnyboat/debian/funnyboat.sh	2008-04-24 21:06:28 UTC (rev 6750)
+++ packages/trunk/funnyboat/debian/funnyboat.sh	2008-04-24 21:42:56 UTC (rev 6751)
@@ -1,4 +1,4 @@
 #!/bin/sh
 
 cd /usr/share/games/funnyboat
-exec python /usr/share/games/funnyboat/main.py $1 $2
+exec python /usr/share/games/funnyboat/main.py "$@" 

Added: packages/trunk/funnyboat/debian/patches/funnyboat-cursor-patch.diff
===================================================================
--- packages/trunk/funnyboat/debian/patches/funnyboat-cursor-patch.diff	                        (rev 0)
+++ packages/trunk/funnyboat/debian/patches/funnyboat-cursor-patch.diff	2008-04-24 21:42:56 UTC (rev 6751)
@@ -0,0 +1,11 @@
+--- main.py.orig	2008-04-22 23:46:13.000000000 -0700
++++ main.py	2008-04-22 23:40:16.000000000 -0700
+@@ -62,6 +62,8 @@
+     pygame.display.set_icon(util.load_image("kuvake"))
+     pygame.display.set_caption("Trip on the Funny Boat")
+ 
++    pygame.mouse.set_visible(False)
++
+     init()
+ 
+     joy = None

Modified: packages/trunk/funnyboat/debian/patches/series
===================================================================
--- packages/trunk/funnyboat/debian/patches/series	2008-04-24 21:06:28 UTC (rev 6750)
+++ packages/trunk/funnyboat/debian/patches/series	2008-04-24 21:42:56 UTC (rev 6751)
@@ -1,2 +1,3 @@
 save-sshot-in-homedir.diff -p0
 use_debian_vera_ttf.diff -p0
+funnyboat-cursor-patch.diff -p0




More information about the Pkg-games-commits mailing list