[game-data-packager] branch master updated (d2a4a4a -> 16ec27e)

Simon McVittie smcv at debian.org
Fri Mar 13 00:24:16 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  d2a4a4a   engine: 'NoneType' object has no attribute 'split'
       new  cf75118   YAML files: remove YAML 1.2 version directive
       new  f3b9392   Rename yaml_data to just data, and load_yaml_games to load_games
       new  d723e66   Compile YAML game data into JSON, and read that instead of the YAML
       new  0341c08   make-template: don't emit YAML version header
       new  056ce7d   changelog
       new  bca64c5   debian/control: update list of games, and abbreviate it a bit
       new  16ec27e   document more of Alexandre's changes

The 7 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                                         |  8 +++-
 data/chex.yaml                                   |  1 -
 data/comi.yaml                                   |  1 -
 data/descent1.yaml                               |  1 -
 data/descent2.yaml                               |  1 -
 data/doom.yaml                                   |  1 -
 data/doom2.yaml                                  |  1 -
 data/doom3.yaml                                  |  1 -
 data/final-doom.yaml                             |  1 -
 data/fullthrottle.yaml                           |  1 -
 data/grimfandango.yaml                           |  1 -
 data/hacx.yaml                                   |  1 -
 data/heretic.yaml                                |  1 -
 data/hexen.yaml                                  |  1 -
 data/hexen2.yaml                                 |  1 -
 data/ja.yaml                                     |  1 -
 data/jk2.yaml                                    |  1 -
 data/lgeneral.yaml                               |  1 -
 data/maniacmansion.yaml                          |  1 -
 data/quake.yaml                                  |  1 -
 data/quake2.yaml                                 |  1 -
 data/quake3.yaml                                 |  1 -
 data/rott.yaml                                   |  1 -
 data/rtcw.yaml                                   |  1 -
 data/spear-of-destiny.yaml                       |  1 -
 data/strife.yaml                                 |  1 -
 data/syndicate.yaml                              |  1 -
 data/tentacle.yaml                               |  1 -
 data/theme-hospital.yaml                         |  1 -
 data/tyrian.yaml                                 |  1 -
 data/wolf3d.yaml                                 |  1 -
 debian/changelog                                 | 12 ++++-
 debian/control                                   | 28 +++++++-----
 game_data_packager/__init__.py                   | 56 ++++++++++++------------
 game_data_packager/check_syntax.py               |  4 +-
 game_data_packager/games/doom_common.py          |  6 +--
 game_data_packager/games/residualvm_common.py    |  6 +--
 game_data_packager/games/scummvm_common.py       |  6 +--
 game_data_packager/make_template.py              |  1 -
 game_data_packager/stats.py                      |  7 +--
 game_data_packager/{__main__.py => yaml2json.py} | 14 ++++--
 41 files changed, 85 insertions(+), 93 deletions(-)
 copy game_data_packager/{__main__.py => yaml2json.py} (69%)

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