This is an automated email from the git hooks/post-receive script. smcv pushed a commit to branch master in repository game-data-packager.
commit 6f8d977433f00da484fb33d426c62258f842359b Author: Alexandre Detiste <[email protected]> Date: Mon Jan 5 18:33:29 2015 +0100 misc tweaks --- data/rtcw-data.control.m4 | 4 ++-- lib/game_data_packager/make_template.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/rtcw-data.control.m4 b/data/rtcw-data.control.m4 index 6dab60b..1ded88d 100644 --- a/data/rtcw-data.control.m4 +++ b/data/rtcw-data.control.m4 @@ -4,7 +4,7 @@ Section: non-free/games Priority: optional Architecture: all Multi-Arch: foreign -Recommends: rtcw-sp +Recommends: rtcw Installed-Size: 500000 Maintainer: Debian Games Team <[email protected]> Description: Return to Castle Wolfenstein data files @@ -14,4 +14,4 @@ Description: Return to Castle Wolfenstein data files the Debian package of the same name. . To play Return to Castle Wolfenstein using this data, install the - rtcw-sp package. + rtcw package. diff --git a/lib/game_data_packager/make_template.py b/lib/game_data_packager/make_template.py index 407bbe7..0fe9229 100644 --- a/lib/game_data_packager/make_template.py +++ b/lib/game_data_packager/make_template.py @@ -184,7 +184,7 @@ def main(): for arg in args.args: if os.path.isdir(arg): - do_one_dir(arg) + do_one_dir(arg.rstrip('/')) else: do_one_deb(arg) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

