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 12aea59925fb7e3da35a45b9b6d6658452f94f77 Author: Alexandre Detiste <[email protected]> Date: Thu Dec 3 09:56:04 2015 +0100 add new game "Troll's Tale" --- data/troll.yaml | 18 ++++++++++++++++++ debian/TODO | 1 - debian/changelog | 1 + debian/control | 1 + 4 files changed, 20 insertions(+), 1 deletion(-) diff --git a/data/troll.yaml b/data/troll.yaml new file mode 100644 index 0000000..4ffb7b9 --- /dev/null +++ b/data/troll.yaml @@ -0,0 +1,18 @@ +--- +longname: "Troll's Tale" +copyright: © 1984 Sierra +plugin: scummvm_common +wiki: Troll%27s_Tale + +packages: + trolls-tale-data: + install: + - troll.img + +groups: + default group: | + 184320 78bf623993b16a6dd84d08f62340d494 troll.img + +sha1sums: | + ba4af24069a68b4ec0fbacd5d84e5f3998f50622 troll.img +... diff --git a/debian/TODO b/debian/TODO index b07aea8..56dfa42 100644 --- a/debian/TODO +++ b/debian/TODO @@ -11,7 +11,6 @@ Monkey Island 2: LeChuck's Revenge Mortville Manor The Journeyman Project: Pegasus Prime The Secret of Monkey Island -Troll's Tale Voyeur # Card diff --git a/debian/changelog b/debian/changelog index 4f6a391..ca13726 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,7 @@ game-data-packager (44) UNRELEASED; urgency=medium - Simon the Sorcerer's Puzzle Pack - Tony Tough and the Night of Roasted Moths - Touché: The Adventures of the Fifth Musketeer + - Troll's Tale - Urban Runner - Ween: The Prophecy diff --git a/debian/control b/debian/control index b1b83ea..8e6bf39 100644 --- a/debian/control +++ b/debian/control @@ -168,6 +168,7 @@ Description: Installer for game data files * Toonstruck * Touché: The Adventures of the Fifth Musketeer * Transport Tycoon Deluxe + * Troll's Tale * Tyrian * Urban Runner * Ween: The Prophecy -- 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

