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 ce9a1041152ef1e11ce906dfb54f92286fb640d7 Author: Alexandre Detiste <[email protected]> Date: Fri Dec 15 23:58:13 2017 +0100 simon-puzzle: fix typos in yaml --- data/simon-puzzle.yaml | 6 +++--- debian/changelog | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/data/simon-puzzle.yaml b/data/simon-puzzle.yaml index 51a8b7b..72267ee 100644 --- a/data/simon-puzzle.yaml +++ b/data/simon-puzzle.yaml @@ -20,7 +20,7 @@ packages: # ... so I just made 4 packages simon-puzzle-pack-jumble-data: - extension_for: simon-puzzle-pack-data + expansion_for: simon-puzzle-pack-data longname: "Jumble" gameid: jumble install_to: $assets/simon-puzzle-pack @@ -28,7 +28,7 @@ packages: - Gjumble simon-puzzle-pack-swampy-data: - extension_for: simon-puzzle-pack-data + expansion_for: simon-puzzle-pack-data longname: "Swampy Adventures" gameid: swampy install_to: $assets/simon-puzzle-pack @@ -36,7 +36,7 @@ packages: - Gswampy simon-puzzle-pack-dimp-data: - extension_for: simon-puzzle-pack-data + expansion_for: simon-puzzle-pack-data longname: "Demon in my Pocket" gameid: dimp install_to: $assets/simon-puzzle-pack diff --git a/debian/changelog b/debian/changelog index 364bd96..0214eb0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,6 +26,8 @@ game-data-packager (55) UNRELEASED; urgency=medium (produced by g-d-p < 44) to freespace2-ogg-video (>= 44) [smcv] - spacequest5: fix regression introduce after g-d-p 49 when building from GOG.com archive [adetiste] + - simon-puzzle: fix depedency of 3 simon-puzzle-pack-*-data packages + against main data package [adetiste] * Internal changes: - Declare compliance with Debian Policy 4.1.2 [smcv] -- 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

