r11078 - packages/trunk/bouncy/debian

Ansgar Burchardt ansgar-guest at alioth.debian.org
Mon Jul 19 07:12:39 UTC 2010


Author: ansgar-guest
Date: 2010-07-19 07:12:29 +0000 (Mon, 19 Jul 2010)
New Revision: 11078

Modified:
   packages/trunk/bouncy/debian/changelog
   packages/trunk/bouncy/debian/game.sh
Log:
debian/game.sh: Use exec when calling python.

Modified: packages/trunk/bouncy/debian/changelog
===================================================================
--- packages/trunk/bouncy/debian/changelog	2010-07-19 07:01:53 UTC (rev 11077)
+++ packages/trunk/bouncy/debian/changelog	2010-07-19 07:12:29 UTC (rev 11078)
@@ -1,3 +1,9 @@
+bouncy (0.6.20071104-4) UNRELEASED; urgency=low
+
+  * debian/game.sh: Use exec when calling python.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Mon, 19 Jul 2010 16:11:55 +0900
+
 bouncy (0.6.20071104-3) unstable; urgency=low
 
   [ Evgeni Golov ]

Modified: packages/trunk/bouncy/debian/game.sh
===================================================================
--- packages/trunk/bouncy/debian/game.sh	2010-07-19 07:01:53 UTC (rev 11077)
+++ packages/trunk/bouncy/debian/game.sh	2010-07-19 07:12:29 UTC (rev 11078)
@@ -1,4 +1,4 @@
 #!/bin/sh --
 
 cd /usr/share/games/bouncy/
-python game.py "$@"
+exec python game.py "$@"




More information about the Pkg-games-commits mailing list