[game-data-packager] branch master updated (6e9f8c4 -> d58ecf8)

Simon McVittie smcv at debian.org
Wed Dec 30 22:57: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  6e9f8c4   quake1: refresh packaging
       new  bfcdfa5   GameData: do not crash if _iter_expand_groups changes self.files
       new  9b34724   build: allow tar.* as an unpacker format
       new  81c43e8   Fix streaming entries from tar files
       new  49723c4   Fix signature of __exit__ methods
       new  279266c   umod: cope with unexpected sections
       new  8ceab0b   make-template: unify add_one_file() with file part of add_one_dir()
       new  c6f64d4   Do not attempt to extract non-regular files from tar and zip archives
       new  0962ad6   make-template: add auto-detection for how to unpack things
       new  461af9b   gdp.unpack.auto: add makeself content-sniffing, from make-template
       new  1c2eb45   gdp.unpack.ZipUnpacker: we can open a stream
       new  b878c12   gdp.unpack: add format property and seekable method
       new  3f556a6   make-template: don't print {} if there is no package data
       new  4641f0b   make-template: preserve case for files from InnoExtract
       new  57e7680   make-template: preserve full name of license files
       new  92385eb   make-template: generalize support for groups
       new  01c68ca   make-template: add support for recursing into archives
       new  d58ecf8   make-template: remove do_one_file(), now redundant with main code

The 17 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:
 game_data_packager/__init__.py        |   4 +
 game_data_packager/build.py           |   6 +-
 game_data_packager/make_template.py   | 255 +++++++++++++++++-----------------
 game_data_packager/unpack/__init__.py |  57 ++++++--
 game_data_packager/unpack/__main__.py |  26 ++--
 game_data_packager/unpack/auto.py     |  90 ++++++++++++
 game_data_packager/unpack/umod.py     |  99 +++++++++----
 7 files changed, 351 insertions(+), 186 deletions(-)
 create mode 100644 game_data_packager/unpack/auto.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