r11077 - packages/trunk/whichwayisup/debian

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


Author: ansgar-guest
Date: 2010-07-19 07:01:53 +0000 (Mon, 19 Jul 2010)
New Revision: 11077

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

Modified: packages/trunk/whichwayisup/debian/changelog
===================================================================
--- packages/trunk/whichwayisup/debian/changelog	2010-07-19 07:00:44 UTC (rev 11076)
+++ packages/trunk/whichwayisup/debian/changelog	2010-07-19 07:01:53 UTC (rev 11077)
@@ -1,3 +1,9 @@
+whichwayisup (0.7.9-3) UNRELEASED; urgency=low
+
+  * debian/game.sh: Use exec when calling python.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Mon, 19 Jul 2010 16:01:08 +0900
+
 whichwayisup (0.7.9-2) unstable; urgency=low
 
   * python-pyogg was renamed into python-ogg, update dependencies accordingly

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




More information about the Pkg-games-commits mailing list