This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository whichwayisup.
commit 79500b87bc9b3d6d125ddcf7b8f827ecc1f7057d Author: Miriam Ruiz <[email protected]> Date: Fri Jun 1 15:05:50 2007 +0000 removed pysupport architecture all extra space in man page proper watch file (Thanks, dato!) --- debian/control | 6 +++--- debian/rules | 1 - debian/watch | 7 ++++--- debian/whichwayisup.6 | 2 +- debian/whichwayisup.dirs | 8 -------- 5 files changed, 8 insertions(+), 16 deletions(-) diff --git a/debian/control b/debian/control index 2a8d5d9..39640d1 100644 --- a/debian/control +++ b/debian/control @@ -3,12 +3,12 @@ Section: games Priority: extra Maintainer: Debian Games Team <[email protected]> Uploaders: Miriam Ruiz <[email protected]> -Build-Depends: debhelper (>= 5), quilt, python-dev (>= 2.4), python-support (>= 0.4) +Build-Depends: debhelper (>= 5), quilt Standards-Version: 3.7.2 Package: whichwayisup -Architecture: any -Depends: ttf-bitstream-vera, ${python:Depends}, python-pygame, python-pyogg, ${misc:Depends} +Architecture: all +Depends: ttf-bitstream-vera, python, python-pygame, python-pyogg, ${misc:Depends} Description: 2D platform game with a slight rotational twist Which Way Is Up, a traditional and challenging 2D platform game with a slight rotational twist. Help a mysterious big-eared salaryman named Guy diff --git a/debian/rules b/debian/rules index ebbb59d..1a79ea0 100755 --- a/debian/rules +++ b/debian/rules @@ -46,7 +46,6 @@ binary-indep: build install dh_installexamples dh_install dh_installmenu - dh_pysupport dh_installman dh_link dh_strip diff --git a/debian/watch b/debian/watch index 02621bc..7f8a35c 100644 --- a/debian/watch +++ b/debian/watch @@ -1,9 +1,10 @@ # Watch control file for uscan # See uscan(1) for format - + # Compulsory line, this is a version 3 file version=3 - + # Examine a Webpage # <Webpage URL> <string match> -http://hectigo.net/puskutraktori/whichwayisup/ whichwayisup_(.*)\.zip +opts="uversionmangle=s/^b//;s/(\d)(\d)(\d)/$1.$2.$3/g" \ +http://hectigo.net/puskutraktori/whichwayisup/ whichwayisup_([^_]+)\.zip diff --git a/debian/whichwayisup.6 b/debian/whichwayisup.6 index 6bac5db..0de9c8a 100644 --- a/debian/whichwayisup.6 +++ b/debian/whichwayisup.6 @@ -4,7 +4,7 @@ whichwayisup \- 2D platform game with a slight rotational twist .SH "SYNOPSIS" .B whichwayisup .SH "DESCRIPTION" - Which Way Is Up, a traditional and challenging 2D platform game with a slight rotational twist. Help a mysterious big\-eared salaryman named Guy find his keys in a labyrinth of dangers and bad dialogue. +Which Way Is Up, a traditional and challenging 2D platform game with a slight rotational twist. Help a mysterious big\-eared salaryman named Guy find his keys in a labyrinth of dangers and bad dialogue. .SH "USAGE" You will get some instructions on how to play at the beginning of the game. diff --git a/debian/whichwayisup.dirs b/debian/whichwayisup.dirs deleted file mode 100644 index 1c9c905..0000000 --- a/debian/whichwayisup.dirs +++ /dev/null @@ -1,8 +0,0 @@ -usr/games -usr/share/games/whichwayisup -usr/share/games/whichwayisup/lib -usr/share/games/whichwayisup/data/levels -usr/share/games/whichwayisup/data/pictures -usr/share/games/whichwayisup/data/sounds -usr/share/pixmaps -usr/share/applications -- 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

