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 03082f29aa774aaf67ab469d45c70f4de2ca2e0b Author: Simon McVittie <[email protected]> Date: Wed Dec 20 09:13:41 2017 +0000 brokensword2: Look for CD music, speech filenames too Signed-off-by: Simon McVittie <[email protected]> --- data/brokensword2.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/data/brokensword2.yaml b/data/brokensword2.yaml index ed3e69b..00c60e4 100644 --- a/data/brokensword2.yaml +++ b/data/brokensword2.yaml @@ -63,6 +63,26 @@ files: unpack: format: innoextract + music1.clu: + look_for: + - music.clu + - music1.clu + + music2.clu: + look_for: + - music.clu + - music2.clu + + speech1.clu: + look_for: + - speech.clu + - speech1.clu + + speech2.clu: + look_for: + - speech.clu + - speech2.clu + groups: archives: group_members: | -- 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

