[game-data-packager] branch master updated (e6c0656 -> 3cf0895)

Simon McVittie smcv at debian.org
Mon Nov 2 00:49:17 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  e6c0656   fedora: implement PackageCache & install_packages, split util.py
       new  434579e   quake, quake2: make aliases consistently strings
       new  1a8117c   Always build vfs.zip, and optionally use it even when uninstalled
       new  4236138   to_yaml: turn sets into sorted lists, and output more fields
       new  592d963   Add a test that various forms of the game data are equivalent
       new  8a083f0   Expand install_contents_of rather than including it in to_yaml
       new  bdff296   Add support for named groups of files
       new  b91e023   Use file groups to reduce duplication in quake4.yaml
       new  9c0f84b   quake2: Use file groups to reduce duplication
       new  5d2c70e   tyrian: reduce duplication
       new  8ea249d   ja, jk2: use more compact file format
       new  92af042   compet-n: use more compact format
       new  b650f2e   theme-hospital: use ? syntax for variation selection
       new  fec540c   quake3: use newer, more compact syntax
       new  3cf0895   make_template: output in group syntax

The 14 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                            |   21 +-
 data/compet-n.yaml                  |  136 +-
 data/ja.yaml                        |  102 +-
 data/jk2.yaml                       |   27 +-
 data/quake.yaml                     |    4 +-
 data/quake2.yaml                    | 2868 ++++++++++-------------------------
 data/quake3.yaml                    |  164 +-
 data/quake4.yaml                    | 2351 +++++++---------------------
 data/theme-hospital.yaml            |   26 +-
 data/tyrian.yaml                    |  255 ++--
 debian/changelog                    |    6 +
 debian/rules                        |    5 +-
 game_data_packager/__init__.py      |  336 +++-
 game_data_packager/make_template.py |    7 +-
 game_data_packager/paths.py         |    2 +-
 tools/check_equivalence.py          |  117 ++
 tools/yaml2json.py                  |   49 +
 17 files changed, 2028 insertions(+), 4448 deletions(-)
 create mode 100755 tools/check_equivalence.py

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