[game-data-packager] branch master updated (9f1be07 -> 7ca5f23)

Simon McVittie smcv at debian.org
Fri Jan 2 21:11:55 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  9f1be07   properly close #739486
       new  8913293   Add support for French-language version of Return to Castle Wolfenstein
       new  3d6c701   draft yaml for rott
       new  1c5bb01   fix lintian warnings
       new  9dcceb2   Merge remote-tracking branch 'a-detiste/master'
       new  ffcfaa7   changelog
       new  5d39c62   rott-data: ROTTSW13.SHR provides DEMO4_3.DMO
       new  9fe5309   When unpacking tarballs or zip files, coerce names to lower-case
       new  08ed63b   Be willing to download wanted files directly, not just providers
       new  fa00e18   Evaluate potential providers of files recursively
       new  1016aa2   Add support for installing individual files in a different data directory
       new  800afc8   Convert rott to use YAML
       new  ddc68a4   Rename all work-in-progress YAML out of the way
       new  ac029ad   Add a syntax check to "make check"
       new  47b58e4   Add newly supported games to debian/control, and use a bullet list
       new  94cdc1d   changelog
       new  ed3e15e   Add support for including symlinks in a .deb, and use it for rott-data
       new  7ca5f23   Avoid including a timestamp in generated packages' changelog.gz

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:
 Makefile                                           |   3 +-
 ...erritory-data.yaml => enemy-territory-data.wip} |   0
 ...{quake-registered.yaml => quake-registered.wip} |   0
 ...{quake2-full-data.yaml => quake2-full-data.wip} |   2 +-
 rott-data/control.in => data/rott-data.control.m4  |   0
 rott-data/copyright => data/rott-data.copyright    |   0
 data/rott-data.yaml                                | 103 +++++++++
 data/rtcw-data.yaml                                |  30 ++-
 debian/changelog                                   |  18 +-
 debian/control                                     |  19 +-
 etc/alioth-mirrors                                 |   3 +
 etc/rott-mirrors                                   |   1 +
 lib/game_data_packager/__init__.py                 | 248 +++++++++++++++++----
 lib/game_data_packager/check_syntax.py             |  33 +++
 supported/rott                                     |  88 +-------
 15 files changed, 401 insertions(+), 147 deletions(-)
 rename data/{enemy-territory-data.yaml => enemy-territory-data.wip} (100%)
 rename data/{quake-registered.yaml => quake-registered.wip} (100%)
 rename data/{quake2-full-data.yaml => quake2-full-data.wip} (99%)
 copy rott-data/control.in => data/rott-data.control.m4 (100%)
 copy rott-data/copyright => data/rott-data.copyright (100%)
 create mode 100644 data/rott-data.yaml
 create mode 100644 etc/alioth-mirrors
 create mode 100644 etc/rott-mirrors
 create mode 100644 lib/game_data_packager/check_syntax.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