[game-data-packager] branch master updated (451e7d1 -> f60c9fc)

Simon McVittie smcv at debian.org
Wed Jan 21 11:51:59 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  451e7d1   TODO: mention possible privilege escalation tools
       new  40354ce   add 'unzip' compression method
       new  6e59b87   fix Steam default path under PlayOnLinux
       new  adef526   fix "Hexen: Deathkings..." Steam location
       new  e068e2f   Make GameDataPackage.type read-only, populated from demo_for/expansion_for
       new  2c602b8   Add --package argument
       new  3cc1a88   Don't search paths associated with a package we aren't going to build
       new  21fd9bf   Warn immediately if an explicitly-specified package cannot be created
       new  4300389   Add support for ripping CD audio (Closes: #775078)
       new  b68ac52   QuakeGameData: cope with packages that don't install anything
       new  c8b02ab   quake: rip CD audio
       new  0378e07   quake: add more info about MP1+MP2 CD, and try to package its manual
       new  9432c4b   quake: be approximately command-line compatible with the shell script
       new  bf507fe   Add the ability to use .copyright or .copyright.in files based on shortname
       new  a27bca5   Remove shell-script code for Quake, use Python/YAML
       new  3c6e49d   Simplify alternative handling, and do not log errors for optional files
       new  5aad41e   quake: minor text fix
       new  d8749a4   quake2: add support for CD music
       new  ce78025   Convert quake2 (except for its mission packs) to Python/YAML style
       new  4ad1edb   changelog
       new  cfe0c61   Don't search the same path more than once
       new  f60c9fc   Don't build music packages with no music

The 21 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                                           |  50 +--
 data/hexen.yaml                                    |   2 +-
 data/quake-common.control.in                       |  10 -
 .../copyright.in => data/quake.copyright.in        |   0
 data/quake.yaml                                    | 200 +++++++--
 data/quake2-groundzero-music.copyright.in          |   1 +
 ...2-music.copyright => quake2-music.copyright.in} |   2 +-
 data/quake2-reckoning-music.copyright.in           |   1 +
 data/quake2.yaml                                   |  51 ++-
 debian/changelog                                   |   6 +
 lib/game_data_packager/__init__.py                 | 310 ++++++++++---
 lib/game_data_packager/games/doom_common.py        |  16 +-
 lib/game_data_packager/games/quake.py              |  32 +-
 lib/game_data_packager/util.py                     |   6 +
 quake.mk                                           |  90 ----
 quake2.mk                                          |  25 +-
 quake2/cd.md5sums                                  |  12 -
 quake2/demo.md5sums                                | 185 --------
 quake2/patch.md5sums                               | 216 ---------
 supported/quake                                    | 491 +--------------------
 supported/quake2                                   | 485 +-------------------
 21 files changed, 525 insertions(+), 1666 deletions(-)
 rename quake-common/copyright.in => data/quake.copyright.in (100%)
 create mode 120000 data/quake2-groundzero-music.copyright.in
 rename data/{quake2-music.copyright => quake2-music.copyright.in} (93%)
 create mode 120000 data/quake2-reckoning-music.copyright.in
 delete mode 100644 quake.mk
 delete mode 100644 quake2/cd.md5sums
 delete mode 100644 quake2/demo.md5sums
 delete mode 100644 quake2/patch.md5sums

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