[game-data-packager] branch master updated (e2213fe -> 095801f)

Simon McVittie smcv at debian.org
Mon Jan 4 09:04:49 UTC 2016


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  e2213fe   remove install_to_docdir, made extraneous by doc: with group support
       new  aafc118   Re-word some descriptions
       new  108216f   Revert "Add support for the equivalent of dh_installdocs --link-doc"
       new  64c3b54   Move all files derived from data/*.yaml into out/vfs/
       new  6cbdeaf   Do not try to obtain non-preferred alternatives for files
       new  c42be6c   Accept $GDP_DEBUG as a synonym for $DEBUG
       new  4e733a9   runtime: add a generic Gtk launcher, initially for Unreal
       new  528cf41   Add work in progress data for Unreal 1 (1998)
       new  84f906d   Add support for replacing a package's long description entirely
       new  095801f   update changelog and copyrights

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                           |   36 +-
 data/copyright                     |    8 +-
 data/etqw.yaml                     |    6 +-
 data/quake2.yaml                   |    5 +
 data/quake4.yaml                   |    5 +-
 data/wip/unreal.yaml               | 5220 ++++++++++++++++++++++++++++++++++++
 debian/changelog                   |    8 +
 debian/control                     |    2 +
 debian/copyright.in                |   10 +-
 doc/launcher.mdwn                  |  103 +
 etc/oldunreal-mirrors              |    5 +
 game_data_packager/__init__.py     |   43 +-
 game_data_packager/build.py        |   38 +-
 game_data_packager/games/unreal.py |   68 +
 runtime/confirm-binary-only.txt    |    8 +
 runtime/doom2-masterlevels.py      |    2 +-
 runtime/launcher.py                |  403 +++
 runtime/missing-data.txt           |    4 +
 runtime/unreal-gold.desktop        |   20 +
 runtime/unreal.desktop             |   20 +
 tools/check_syntax.py              |    2 +-
 21 files changed, 5948 insertions(+), 68 deletions(-)
 create mode 100644 data/wip/unreal.yaml
 create mode 100644 doc/launcher.mdwn
 create mode 100644 etc/oldunreal-mirrors
 create mode 100644 game_data_packager/games/unreal.py
 create mode 100644 runtime/confirm-binary-only.txt
 create mode 100755 runtime/launcher.py
 create mode 100644 runtime/missing-data.txt
 create mode 100644 runtime/unreal-gold.desktop
 create mode 100644 runtime/unreal.desktop

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