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 3b01b6baccc56e7b2f646abd8c7f636aaf984f02 Author: Alexandre Detiste <[email protected]> Date: Mon Sep 28 20:16:32 2015 +0200 add "Cruise for a Corpse" scummvm game --- data/cruise.yaml | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ debian/TODO | 1 - debian/changelog | 1 + debian/control | 1 + 4 files changed, 85 insertions(+), 1 deletion(-) diff --git a/data/cruise.yaml b/data/cruise.yaml new file mode 100644 index 0000000..066112c --- /dev/null +++ b/data/cruise.yaml @@ -0,0 +1,83 @@ +--- +longname: Cruise for a Corpse +copyright: © 1991 Delphine Software +plugin: scummvm_common +wiki: Cruise_for_a_Corpse + +packages: + # without copy protection + cruise-for-a-corpse-en-data: + debian: + provides: cruise-for-a-corpse-data + install: + - d1 + - d2 + - d3 + - d4 + - d5 + - delphine.lng + - system.fnt + - vol.cnf + + # with copy protection + cruise-for-a-corpse-fr-data: + longname: "Cruise for a Corpse (Croisière pour un cadavre)" + lang: fr + debian: + provides: cruise-for-a-corpse-data + install: + - d1_fr + - d2_fr + - d3_fr + - d4_fr + - d5_fr + - system.fnt + - vol.cnf_fr + +files: + d1_fr: + install_as: d1 + d2_fr: + install_as: d2 + d3_fr: + install_as: d3 + d4_fr: + install_as: d4 + d5_fr: + install_as: d5 + vol.cnf_fr: + install_as: vol.cnf + +size_and_md5: | + 612731 330cb6c19ee4feaed1023413bfb710a5 d1 + 635629 e5832b08d7621a288e38b0a239fa33f2 d2 + 697428 b87149186dd753cfe58f36bfadf995a9 d3 + 784712 0e50832735ff2b387056d46d422663db d4 + 727005 bda2adb8b786ed0fbe96d36d9dc1d7b0 d5 + 489 6946c4e1b45349165d0a6b324f773405 delphine.lng + 6362 e501ff132e71d12590f56657cb2d7d95 system.fnt + 14372 31e25f3bfaeac1ade788aef0feb1ecfc vol.cnf + + 541225 701fadf05a7bc00cc4186d72fb5a8a20 d1_fr + 600107 9c65889e959c189758c8d59e438d494a d2_fr + 660159 4945fd4834c213fbfa7bfa2b212f6adf d3_fr + 705044 57e319e3b819805ebdc8a2139ef71b84 d4_fr + 649375 3594fa7efe4ec1ed63d81c92bb2f7d5b d5_fr + 12370 9c578575468b356a11d4d1f9f2a3786a vol.cnf_fr + +sha1sums: | + 562f4ab92883f01622f6ac342d61a18830e972a4 d1 + e9b91f5589854c1d3ea4de0634082feb59f48d52 d2 + edee6b6e8fe4185b0a058d1bbba3767b2bb1bb2b d3 + f9d3d91b9a05b5ec9aae44ed30ce4784f1b24600 d4 + 01a18dcb0dc37400540be71b268584a81adeaaf0 d5 + 350f97456d77db5276b909eb5578cd7092804ce6 system.fnt + 46614c056901b4378dcadc7a25e0a31edd2b8b7e vol.cnf + + 54aec52fa0957c3207589073de97d5237299f9be d1_fr + b7d77d13bdf67f6f3929a16df5eb859b2b3b713e d2_fr + 1bbe056078d319f4d83a6df138fe113ba7ebbf06 d3_fr + 578f640ed30a1aa94583750126c8c8682c547c62 d4_fr + 22938b410e232d463d31e4c64779892c54a6a7b1 d5_fr + 7aa203ade3bc99d0e7daae16b167ac6bbb4084fd vol.cnf_fr +... diff --git a/debian/TODO b/debian/TODO index 3c66e6f..728112a 100644 --- a/debian/TODO +++ b/debian/TODO @@ -24,7 +24,6 @@ Chivalry is Not Dead Codename: ICEMAN Conquests of Camelot: The Search for the Grail Conquests of the Longbow: The Legend of Robin Hood -Cruise for a Corpse Darby the Dragon Discworld II: Missing Presumed...!? EcoQuest: The Search for Cetus diff --git a/debian/changelog b/debian/changelog index 3355bd4..f9be857 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,6 +24,7 @@ game-data-packager (43) UNRELEASED; urgency=medium - the Manhole - Personal Nightmare - Future Wars (English version) + - Cruise for a Corpse * add support for X-COM: UFO Defense (Closes: #793017) * fix speeches altenatives in Broken Sword1 (Closes: #795624) * Grim Fandango: add Brazilian & Spanish versions diff --git a/debian/control b/debian/control index 6b33aee..7c9458c 100644 --- a/debian/control +++ b/debian/control @@ -84,6 +84,7 @@ Description: Installer for game data files * Castle of Dr. Brain & The Island of Dr. Brain * Broken Sword * Chex Quest and Chex Quest 2 + * Cruise for a Corpse * The Curse of Monkey Island * Descent and Descent II * The Dig -- 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

