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 e977233e66be0257fdb6ac4b5ca32631a403a3d4 Author: Alexandre Detiste <[email protected]> Date: Thu Oct 8 12:55:00 2015 +0200 Quake3: move package description to YAML --- data/quake3-data.control.in | 8 -------- data/quake3-team-arena-data.control.in | 11 ----------- data/quake3.yaml | 9 +++++++++ 3 files changed, 9 insertions(+), 19 deletions(-) diff --git a/data/quake3-data.control.in b/data/quake3-data.control.in deleted file mode 100644 index dc68788..0000000 --- a/data/quake3-data.control.in +++ /dev/null @@ -1,8 +0,0 @@ -Description: Quake III Arena commercial data files - Quake III Arena requires an engine and game data to play. This package contains - the commercial data from id Software's game "Quake III Arena", and was - generated using the "game-data-packager" program from the Debian package of - the same name. - . - To play Quake III Arena using this data, install the quake3 package, or to - run a dedicated server, install the quake3-server package. diff --git a/data/quake3-team-arena-data.control.in b/data/quake3-team-arena-data.control.in deleted file mode 100644 index b32c329..0000000 --- a/data/quake3-team-arena-data.control.in +++ /dev/null @@ -1,11 +0,0 @@ -Description: Quake III Team Arena commercial data files - This package contains the commercial data from id Software's addon pack - "Quake III Team Arena" for the game "Quake III Arena", and was generated - using the "game-data-packager" program from the Debian package of - the same name. - . - To play Team Arena using this data, install the quake3 package - and select it from the Mods menu. - . - To run a dedicated server, install the quake3-server package - and run the server with the option "+set fs_game missionpack". diff --git a/data/quake3.yaml b/data/quake3.yaml index 339358e..060b6a2 100644 --- a/data/quake3.yaml +++ b/data/quake3.yaml @@ -36,6 +36,9 @@ help_text: | packages: quake3-data: longname: Quake III Arena + description: | + To play Quake III Arena using this data, install the quake3 package, or to + run a dedicated server, install the quake3-server package. steam: id: 2200 path: "common/Quake 3 Arena" @@ -131,6 +134,12 @@ packages: quake3-team-arena-data: longname: Quake III Team Arena + description: | + To play Team Arena using this data, install the quake3 package + and select it from the Mods menu. + . + To run a dedicated server, install the quake3-server package + and run the server with the option "+set fs_game missionpack". wiki: Quake_3_Team_Arena copyright: © 2000 id Software steam: -- 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

