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 5381f90de269322ea30120d241b660dde746ab7e Author: Alexandre Detiste <[email protected]> Date: Tue Feb 10 11:43:41 2015 +0100 documentation: quotes --- doc/adding_a_game.mdwn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/adding_a_game.mdwn b/doc/adding_a_game.mdwn index 23e4cae..457d049 100644 --- a/doc/adding_a_game.mdwn +++ b/doc/adding_a_game.mdwn @@ -114,7 +114,7 @@ all the field required by policy are present: * `Version` field. This will automatically be filled with the version of gdp which generated the template package. If the generated package is guaranteed to contain the vendor's - version 1.23 data, you may set it in the 'debian: version:' + version 1.23 data, you may set it in the `debian: version:` of the YAML file. * `Maintainer`. We recommend using the same maintainer as for gdp, which is the Debian Games Team. This is also the default value that @@ -124,14 +124,14 @@ all the field required by policy are present: * Any required dependencies. For game data packages, we use `Recommends` to recommend a corresponding engine package, where appropriate. To document an engine, you should add - a 'debian: engine:' key in the YAML file; the other - depedencies 'debian: depends:/recommends:/suggests:' are also + a `debian: engine:` key in the YAML file; the other + depedencies `debian: depends:/recommends:/suggests:` are also supported. 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. This is done - automatically if you set the correct 'expansion_for:'. + automatically if you set the correct `expansion_for:`. `game-data-packager` also 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

