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 b795aef676595e9f7c754fef855c78ab18e65d67 Author: Alexandre Detiste <[email protected]> Date: Thu Mar 9 14:19:15 2017 +0100 doc: compress_deb also applies to .rpm output --- doc/adding_a_game.mdwn | 5 +++-- doc/tags.txt | 4 +++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/adding_a_game.mdwn b/doc/adding_a_game.mdwn index afa57ab..e5ab3db 100644 --- a/doc/adding_a_game.mdwn +++ b/doc/adding_a_game.mdwn @@ -30,8 +30,9 @@ which should get you easily started. This should match the title screen of the game, if any. * `engine`: string: package name that contain the program needed to run the game. * `genre`: the game genre -* `compress_deb`: boolean, default true: If false, the `.deb` will never be - compressed. Use this if it contains non-compressible files (e.g. `*.pk3` +* `compress_deb`: boolean, default true: If false, the `.deb` or `.rpm` + will never be compressed. + Use this if it contains non-compressible files (e.g. `*.pk3` which are zip files) for which `xz` will waste a lot of time and produce poor results. * `try_repack_from`: string or list of strings: extra locations to search diff --git a/doc/tags.txt b/doc/tags.txt index 83da679..b06d516 100644 --- a/doc/tags.txt +++ b/doc/tags.txt @@ -2,7 +2,7 @@ longname: string franchise: string copyright: string fanmade: bool -compress_deb: string/bool +compress_deb: bool/list of strings (=argv) aliases: list engine: string plugin: string @@ -94,6 +94,8 @@ files: unpack: list provides: list +groups: + size_and_md5: list sha1sums: list -- 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

