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 ff30acaaf9b7eea6894010e78184a687596b33d2 Author: Alexandre Detiste <[email protected]> Date: Thu Jan 15 15:21:51 2015 +0100 adding_a_game: GDP package policy --- doc/adding_a_game.mdwn | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/adding_a_game.mdwn b/doc/adding_a_game.mdwn index fbdd054..f2051f0 100644 --- a/doc/adding_a_game.mdwn +++ b/doc/adding_a_game.mdwn @@ -25,7 +25,11 @@ Policy dictates the following fields within the control file: description that follows. * Any required dependencies. For game data packages, we use `Recommends` to recommend a corresponding engine package, where - appropriate. + appropriate. + If your game is split in several packages, the package with + the full game should `Suggests` all the avaible expansions; + to avoid that those are recognised as useless + and then removed by aptitude or deborphan. `game-data-packager` automatically adds: -- 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

