[game-data-packager] branch master updated (417f9b4 -> 10cc409)

Simon McVittie smcv at debian.org
Thu Jan 22 01:10:46 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  417f9b4   changelog
       new  8433ded   move conflicts: from .control files into yaml
       new  8817167   factorize reading control files
       new  8bf80cc   Merge branch 'master' of git://anonscm.debian.org/pkg-games/game-data-packager
       new  c17a77b   Fix keeping timestamps of files from tarballs
       new  ad5cdad   fill_gaps: respect the log argument
       new  61868ea   quake2: upgrade mission pack game code
       new  b46a0ec   When files in install_contents_of are already optional, don't make them mandatory
       new  6267b45   quake2: make all demo documentation optional
       new  69f3cc9   quake2: make documentation optional
       new  01ba9d0   quake2: don't install release.txt, it isn't useful for our engine
       new  ac20df8   quake2: install CTF readme as documentation
       new  3d51f16   quake2: add Steam files, and game-code files from Yamagi's versions
       new  69ddd5a   support architecture-specific packages
       new  a20b455   quake2: distinguish some documentation that differs between Steam and the demo
       new  6711835   quake2: install HTML manual if available
       new  13058f3   Convert Quake II mission packs to Python/YAML (Closes: #775082)
       new  54977c2   Remove stale comment
       new  55bfd08   Fix logging of incorrect package name
       new  f617c15   Remove old Quake 2 build system
       new  c4c4fbe   Rename Quake II mission packs to something closer to their marketing names
       new  10cc409   Add Steam paths and long names for Q2 mission packs

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                                           |    4 -
 data/doom-common.control.in                        |    2 -
 data/doom.yaml                                     |    1 +
 data/doom2.yaml                                    |    1 +
 data/final-doom.yaml                               |    2 +
 data/quake2-demo-data.control.in                   |    9 -
 data/quake2-full-data.control.in                   |   12 -
 ...ontrol.in => quake2-groundzero-data.control.in} |    9 +-
 ....copyright => quake2-groundzero-data.copyright} |    4 +-
 data/quake2-music.control.in                       |    8 -
 ...control.in => quake2-reckoning-data.control.in} |    9 +-
 ...x.copyright => quake2-reckoning-data.copyright} |    4 +-
 data/quake2.yaml                                   | 1835 +++++++++++++++++++-
 data/rott-data.control.in                          |    2 -
 data/rott-extreme-data.control.in                  |    2 -
 data/rott-registered-data.control.in               |    2 -
 data/wolf3d-demo-data.control.in                   |    2 -
 lib/game_data_packager/__init__.py                 |   86 +-
 lib/game_data_packager/games/quake2.py             |   61 +
 quake2.mk                                          |   20 -
 supported/q2rogue                                  |   66 +-
 supported/q2xatrix                                 |   68 +-
 22 files changed, 1870 insertions(+), 339 deletions(-)
 rename data/{quake2-rogue.control.in => quake2-groundzero-data.control.in} (54%)
 rename data/{quake2-rogue.copyright => quake2-groundzero-data.copyright} (86%)
 rename data/{quake2-xatrix.control.in => quake2-reckoning-data.control.in} (54%)
 rename data/{quake2-xatrix.copyright => quake2-reckoning-data.copyright} (86%)
 create mode 100644 lib/game_data_packager/games/quake2.py
 delete mode 100644 quake2.mk

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