[game-data-packager] branch master updated (9909bdc -> 1f6c611)

Simon McVittie smcv at debian.org
Sun Oct 25 22:13:36 UTC 2015


This is an automated email from the git hooks/post-receive script.

smcv pushed a change to branch master
in repository game-data-packager.

      from  9909bdc   rott: grammar
       new  f0d08ff   Add --debug option which does the same as DEBUG=1
       new  f5e18bd   Reduce duplication by making GOG path search behave more like Steam
       new  4f1118f   Document vendor-specific metadata
       new  727d541   doom3: add search paths for Steam
       new  2a03f74   Add support for games with platform-specific binary executables
       new  10e5e64   Change how we represent the exceptions to the rule "must know the sizes"
       new  899f5e6   Form valid plugin names if a game contains "-"
       new  9531124   Add support for Quake 4
       new  1f6c611   Update changelog

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 data/atlantis.yaml                      |   15 +-
 data/baldurs-gate-1.yaml                |    4 +-
 data/baldurs-gate-2.yaml                |    4 +-
 data/dig.yaml                           |   15 +-
 data/doom3.yaml                         |    2 +
 data/eye-of-the-beholder1.yaml          |   11 +-
 data/eye-of-the-beholder2.yaml          |   11 +-
 data/grimfandango.yaml                  |    3 +
 data/hugo.yaml                          |   10 +-
 data/inherit.yaml                       |   11 +-
 data/loom.yaml                          |    8 +-
 data/nomouth.yaml                       |   22 +-
 data/quake.yaml                         |    4 +
 data/quake4-bin.control.in              |   10 +
 data/quake4-censored-de-data.control.in |   10 +
 data/quake4-data.control.in             |    8 +
 data/quake4-pb-bin.control.in           |   10 +
 data/quake4.yaml                        | 2198 +++++++++++++++++++++++++++++++
 data/rott.yaml                          |    4 +-
 data/sam-and-max.yaml                   |   16 +-
 data/toonstruck.yaml                    |   17 +-
 data/zak.yaml                           |    5 +-
 debian/changelog                        |  140 +-
 doc/adding_a_game.mdwn                  |   46 +
 doc/tags.txt                            |    6 +
 game_data_packager/__init__.py          |   36 +-
 game_data_packager/build.py             |   93 +-
 game_data_packager/make_template.py     |    6 +-
 game_data_packager/steam.py             |   10 +-
 29 files changed, 2553 insertions(+), 182 deletions(-)
 create mode 100644 data/quake4-bin.control.in
 create mode 100644 data/quake4-censored-de-data.control.in
 create mode 100644 data/quake4-data.control.in
 create mode 100644 data/quake4-pb-bin.control.in
 create mode 100644 data/quake4.yaml

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git



More information about the Pkg-games-commits mailing list