[game-data-packager] branch master updated (c07cc7c -> 64e5179)

Simon McVittie smcv at debian.org
Thu Oct 1 10:16:49 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  c07cc7c   yaml2json: use a clearer way to get the game name
       new  66928bf   Turn install_packages into a plain function
       new  c446e94   Move types that support the build process to a new module
       new  9cfa8ca   Move steam and gog modes to their own modules
       new  dfc99f7   Run pyflakes before the actual testing
       new  4b97c1c   Separate GameData (static information about the game) from PackagingTask (the actual game-data-packaging)
       new  971f77c   Split out detailed information about files to be packaged
       new  44a8e18   Always give PackagingTask.verbose a value
       new  1acdb40   Add configurable installation method instead of always using su
       new  64e5179   Add configurable installation and root-gaining methods

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:
 Makefile                                      |    7 +-
 debian/TODO                                   |   16 -
 debian/changelog                              |    8 +
 debian/control                                |    2 +
 game_data_packager/__init__.py                | 2812 ++-----------------------
 game_data_packager/{__init__.py => build.py}  | 1520 ++-----------
 game_data_packager/config.py                  |    8 +-
 game_data_packager/games/doom_common.py       |   21 +-
 game_data_packager/games/ecwolf_common.py     |   18 +-
 game_data_packager/games/lgeneral.py          |   11 +-
 game_data_packager/games/quake.py             |   13 +-
 game_data_packager/games/quake2.py            |    6 +-
 game_data_packager/games/residualvm_common.py |   25 +-
 game_data_packager/games/scummvm_common.py    |   25 +-
 game_data_packager/games/z_code.py            |   18 +-
 game_data_packager/gog.py                     |   67 +-
 game_data_packager/steam.py                   |  143 +-
 game_data_packager/util.py                    |   58 +
 tools/babel.py                                |   16 +-
 tools/check_syntax.py                         |    1 +
 tools/spider.py                               |    2 +-
 tools/stats.py                                |   13 +-
 tools/yaml2json.py                            |   25 +-
 23 files changed, 752 insertions(+), 4083 deletions(-)
 copy game_data_packager/{__init__.py => build.py} (64%)

-- 
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