This is an automated email from the git hooks/post-receive script. detiste-guest pushed a commit to branch master in repository game-data-packager.
commit cd19b0af546c7a5ce501940c44d0e34572711cef Author: Alexandre Detiste <[email protected]> Date: Sat Mar 14 15:58:00 2015 +0100 add support for H2G2 defunct package http://snapshot.debian.org/package/int-fiction-installer/1.5/ supported many more games; we don't necesserly need to support all of these --- data/hhgg.yaml | 21 +++++++++++++++++++++ debian/changelog | 1 + 2 files changed, 22 insertions(+) diff --git a/data/hhgg.yaml b/data/hhgg.yaml new file mode 100644 index 0000000..bf623b0 --- /dev/null +++ b/data/hhgg.yaml @@ -0,0 +1,21 @@ +--- +longname: The Hitchhiker's Guide to the Galaxy +plugin: z_code +copyright: © 1984 Infocom + +packages: + hhgg-data: + install: + - hhgg.z3 + # no tea + +cksums: | + _ 113664 hhgg.z3 +md5sums: | + 6666389f60e0c8e4ceb08242a263bb52 hhgg.z3 +sha1sums: | + fe6f5606a7c3976cdd251cf9db57a7dbc2d0e7b7 hhgg.z3 +sha256sums: | + 88b968cb0ab1f564fa40183e4e5fe93c41157fe7883a802ca31ae3095769acf6 hhgg.z3 +... + diff --git a/debian/changelog b/debian/changelog index c474388..21a59cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,7 @@ game-data-packager (40) UNRELEASED; urgency=medium * add support for HacX (Closes: #775493) * add support for Syndicate, needs freesynd engine * add support for Zork I,II,III + * add support for The HitchHiker Guide to the Galaxy text game * improve documentation * improve make_template mode * change default install_to to omit trailing -data if any -- 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

