[game-data-packager] branch master updated (0d0729f -> 2176e41)
Simon McVittie
smcv at debian.org
Mon Jan 25 01:14:28 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 0d0729f download: do out-of-space check only once per file
new 587abf5 WantedFile: remove unused _depends member
new f07635e check-equivalence: write out the derived data for each game
new dd58132 Turn inter-package relationships into an object
new c77b9eb Convert all games to new syntax for context-sensitive dependencies
new ed16265 Remove support for "debian: depends:" etc.
new 2176e41 Use {context:value} syntax for context-specific engine or install_to
The 6 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 +
data/arx.yaml | 15 +--
data/compet-n.yaml | 7 +-
data/descent1.yaml | 6 +-
data/descent2.yaml | 3 +-
data/doom.yaml | 5 +-
data/doom2.yaml | 16 +--
data/dune2.yaml | 8 +-
data/etqw.yaml | 24 ++---
data/final-doom.yaml | 14 +--
data/freespace2.yaml | 7 +-
data/heretic.yaml | 19 ++--
data/hexen.yaml | 32 ++----
data/larry1.yaml | 4 +-
data/larry2.yaml | 4 +-
data/larry3.yaml | 4 +-
data/larry5.yaml | 4 +-
data/larry6.yaml | 4 +-
data/lgeneral.yaml | 3 +-
data/morrowind.yaml | 10 +-
data/quake.yaml | 8 +-
data/quake2.yaml | 29 ++---
data/quake3.yaml | 13 ++-
data/quake4.yaml | 38 +++----
data/rott.yaml | 16 ++-
data/spear-of-destiny.yaml | 31 +++---
data/strife.yaml | 8 +-
data/theme-hospital.yaml | 6 +-
data/unreal.yaml | 85 +++++----------
data/wolf3d.yaml | 36 ++++---
data/zork-inquisitor.yaml | 4 +-
data/zork-nemesis.yaml | 4 +-
doc/tags.txt | 18 ++--
game_data_packager/__init__.py | 178 ++++++++++++++++++-------------
game_data_packager/build.py | 140 +++++++++++++++---------
game_data_packager/data.py | 65 ++++++++++-
game_data_packager/games/doom_common.py | 37 ++++---
game_data_packager/games/z_code.py | 4 +-
game_data_packager/packaging/__init__.py | 73 ++++++++++++-
game_data_packager/packaging/arch.py | 19 ++++
game_data_packager/packaging/deb.py | 38 +++++++
game_data_packager/packaging/rpm.py | 19 ++++
tests/deb.py | 68 ++++++++++++
tests/rpm.py | 54 ++++++++++
tools/check_equivalence.py | 3 +
tools/check_syntax.py | 6 ++
46 files changed, 769 insertions(+), 423 deletions(-)
create mode 100644 tests/deb.py
create mode 100644 tests/rpm.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