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 0f0e82b0811ea8a63a7488fc2edccfdc66553c6d Author: Alexandre Detiste <[email protected]> Date: Fri Feb 6 10:20:45 2015 +0100 doom2: add expansion 'No Rest for the Living' Didn't own the game, data is copied from http://doom.wikia.com/wiki/NERVE.WAD . --- data/doom2.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/data/doom2.yaml b/data/doom2.yaml index f7d8189..a544de9 100644 --- a/data/doom2.yaml +++ b/data/doom2.yaml @@ -27,6 +27,18 @@ packages: install: - doom2.wad + doom2-norestfortheliving-wad: + longname: "No Rest for the Living" + expansion_for: doom2-wad + create_desktop_file: false + # this is a PWAD, not an IWAD + steam: + id: 208200 + #path: common/<Doom 3 BFG edition ... something> + install_to: usr/share/games/doom + install: + - nerve.wad + doom2-masterlevels-wad: longname: Master Levels for DOOM II expansion_for: doom2-wad @@ -174,6 +186,8 @@ files: install_to: $docdir cksums: | + _ 3819855 nerve.wad + _ 14824716 nerve.wad_xboxla _ 1581 attack.txt _ 185135 attack.wad _ 4872 blacktwr.txt @@ -228,6 +242,8 @@ md5sums: | a793ebcdd790afad4a1f39cc39a893bd doom2.wad_xbox_roe 4c3db5f23b145fccd24c9b84aba3b7dd doom2.wad_psn 9640fc4b2c8447bbd28f2080725d5c51 doom2.wad_tapwave_zodiac + 967d5ae23daf45196212ae1b605da3b0 nerve.wad + d4c3cb51899e8c399d0ea48cfcc87c53 nerve.wad_xboxla b5d81e4014b0e41a977ad837be62015a attack.txt cb03fd0cd84b10579c2b2b313199d4c1 attack.wad cd05ef340481c80dd866910fb61de078 blacktwr.txt @@ -282,6 +298,7 @@ sha1sums: | 1c91d86cd8a2f3817227986503a6672a5e1613f0 doom2.wad_xbox_roe ca8db908a7c9fbac764f34c148f0bcc78d18553e doom2.wad_psn 2cda310805397ae44059bbcaed3cd602f4864a82 doom2.wad_tapwave_zodiac + 3451288383fb16e196f273d9f85d58c1fda97bf4 nerve.wad 139095fcf78349ad570be721d21dd1fa809fb3c8 attack.txt e0b93dcb87875544cc57306088983cb21ca45165 attack.wad c64e724dda69bd7318b63b9192434edc1bd9dcf7 blacktwr.txt -- 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

