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 01770fcf29fe05b1af6ed06539ef3e7a627ad24e Author: Simon McVittie <[email protected]> Date: Wed Oct 21 11:59:36 2015 +0100 rtcw: add Replaces, so that dpkg will automatically replace rtcw-data with language-specific packages like rtcw-en-data --- data/rtcw.yaml | 4 ++++ debian/changelog | 2 ++ 2 files changed, 6 insertions(+) diff --git a/data/rtcw.yaml b/data/rtcw.yaml index cf7639b..edfa8cc 100644 --- a/data/rtcw.yaml +++ b/data/rtcw.yaml @@ -28,6 +28,7 @@ packages: debian: provides: rtcw-data conflicts: rtcw-data + replaces: rtcw-data steam: id: 9010 path: "common/Return to Castle Wolfenstein" @@ -76,6 +77,7 @@ packages: debian: provides: rtcw-data conflicts: rtcw-data + replaces: rtcw-data gog: url: return_to_castle_wolfenstein game: return_to_castle_wolfenstein_game @@ -124,6 +126,7 @@ packages: debian: provides: rtcw-data conflicts: rtcw-data + replaces: rtcw-data version: 1.42b install_to: usr/share/games/rtcw install: @@ -162,6 +165,7 @@ packages: debian: provides: rtcw-data conflicts: rtcw-data + replaces: rtcw-data version: 1.42b install_to: usr/share/games/rtcw install: diff --git a/debian/changelog b/debian/changelog index 9cfc5ad..d7091a5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -96,6 +96,8 @@ game-data-packager (43) UNRELEASED; urgency=medium * Never try to unpack an archive more than once * Warn if we unpack an archive and it doesn't contain everything that our metadata says it should + * rtcw: add Replaces, so that dpkg will automatically replace rtcw-data + with language-specific packages like rtcw-en-data -- Simon McVittie <[email protected]> Thu, 16 Jul 2015 09:59:23 +0200 -- 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

