[game-data-packager] branch master updated (68af1c3 -> e503fdb)

Simon McVittie smcv at debian.org
Thu Dec 24 16:28:20 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  68af1c3   add new game "Winnie the Pooh in the Hundred Acre Wood"
       new  daf39b5   Move data/*.wip to data/wip/*.yaml
       new  a633447   make-template: capture SHA1 and SHA256 for all game files
       new  a8cf94c   make-template: replace self.files with self.file_data
       new  59f625a   make_template: make better use of groups
       new  a8db8c0   Remove unused variable assignment
       new  ab6f25b   Add support for patching files using xdelta
       new  f7915ca   Unify code to stream members from a TarFile or ZipFile
       new  43e9dee   Parameterize PYTHON in Makefile
       new  e503fdb   Add library code to extract Unreal mods and installers

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                                           |  10 +-
 .../operation-stealth.yaml}                        |   0
 data/{policequest4.wip => wip/policequest4.yaml}   |   0
 data/{spacequest6.wip => wip/spacequest6.yaml}     |   0
 data/{warcraft2.wip => wip/warcraft2.yaml}         |   0
 debian/control                                     |   2 +
 doc/tags.txt                                       |   2 +-
 game_data_packager/__init__.py                     |   7 +
 game_data_packager/build.py                        | 142 +++----
 game_data_packager/make_template.py                | 190 +++++----
 game_data_packager/unpack/__init__.py              | 282 +++++++++++++
 game_data_packager/unpack/__main__.py              |  44 ++
 game_data_packager/unpack/umod.py                  | 445 +++++++++++++++++++++
 etc/quake3-mirrors => tests/__init__.py            |   0
 tests/umod.py                                      | 103 +++++
 15 files changed, 1049 insertions(+), 178 deletions(-)
 rename data/{operation-stealth.wip => wip/operation-stealth.yaml} (100%)
 rename data/{policequest4.wip => wip/policequest4.yaml} (100%)
 rename data/{spacequest6.wip => wip/spacequest6.yaml} (100%)
 rename data/{warcraft2.wip => wip/warcraft2.yaml} (100%)
 create mode 100644 game_data_packager/unpack/__init__.py
 create mode 100644 game_data_packager/unpack/__main__.py
 create mode 100644 game_data_packager/unpack/umod.py
 copy etc/quake3-mirrors => tests/__init__.py (100%)
 create mode 100644 tests/umod.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