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 3868141ab85042cef5b78dacdd9d73bcbec3434e Author: Simon McVittie <[email protected]> Date: Sun Jan 4 20:20:46 2015 +0000 Fix non-existent suggested package (Closes: #742383) --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4550376..08ddf0a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -28,6 +28,7 @@ game-data-packager (38) UNRELEASED-experimental; urgency=low * Avoid including a timestamp in generated packages' changelog.gz * Apply patches from Dwayne Litzenberger for a different edition of the Quake CD-ROM (Closes: #718688) + * Fix non-existent suggested package (Closes: #742383) [ Alexandre Detiste ] * Add support for Tyrian, closes: #739486. diff --git a/debian/control b/debian/control index 2185716..a478403 100644 --- a/debian/control +++ b/debian/control @@ -31,7 +31,7 @@ Suggests: # for quake music and quake2 music cdparanoia, vorbis-tools, # for quake CD-ROM methods - lhasa | jlha-utils | lhz-archiver, + lhasa | jlha-utils | lzh-archiver, # for quake2 mission packs binutils, make, gcc, # for lgeneral -- 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

