[game-data-packager] 01/03: misc tweaks
Simon McVittie
smcv at debian.org
Mon Jan 5 19:40:20 UTC 2015
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 <alexandre.detiste at gmail.com>
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 <pkg-games-devel at lists.alioth.debian.org>
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
More information about the Pkg-games-commits
mailing list