This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository whichwayisup.
commit ad759d359de3113784f0f2bf027f957f685d17af Author: Ansgar Burchardt <[email protected]> Date: Mon Jul 19 07:01:53 2010 +0000 debian/game.sh: Use exec when calling python. --- debian/changelog | 6 ++++++ debian/game.sh | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 40b15be..be2741b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/debian/game.sh b/debian/game.sh index 3e5b14d..9386dfe 100644 --- a/debian/game.sh +++ b/debian/game.sh @@ -1,4 +1,4 @@ #!/bin/sh -- cd /usr/share/games/whichwayisup/ -python run_game.py "$@" +exec python run_game.py "$@" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/whichwayisup.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

