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 <[email protected]> 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 "$@" _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

