[game-data-packager] branch master updated (393120d -> 73444f8)

Alexandre Detiste detiste-guest at moszumanska.debian.org
Thu Mar 26 15:15:15 UTC 2015


This is an automated email from the git hooks/post-receive script.

detiste-guest pushed a change to branch master
in repository game-data-packager.

      from  393120d   engine recommendation: avoid duplicate calls to is_installed, readability
       new  2432cbf   build new binary package doom2-masterlevels #776279
       new  e4c980c   doom2 master levels: re-use doom2 icon
       new  4d97001   doom2 master levels: add definition for original self-extract archive
       new  1d4fba1   make load_games() progress indicator work more like the one in HashedFile
       new  04550e5   doom2 masterlevels gui: add URL button to doomwiki
       new  1ac081e   doom2 masterleves: avoid using reserved word 'map', handle 'Bad Dream' level
       new  73444f8   doom-common: automatic IWAD/PWAD & virtual engine wording

The 7 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:
 .gitignore                              |   1 +
 Makefile                                |   3 +-
 data/chexquest-data.control.in          |   7 --
 data/chexquest2-data.control.in         |   8 --
 data/doom-common.control.in             |   4 -
 data/doom2-nerve-wad.control.in         |   5 -
 data/doom2.yaml                         |  50 ++++++++
 data/hacx-data.control.in               |   8 --
 data/heretic.yaml                       |   2 +
 data/hexen-deathkings-data.control.in   |   5 -
 data/hexen-demo-data.control.in         |   4 -
 data/hexen.control.in                   |   5 -
 data/hexen.yaml                         |   4 +
 data/strife-data.control.in             |   7 --
 debian/changelog                        |   2 +
 debian/control                          |  19 ++-
 debian/copyright                        |   1 +
 debian/doom2-masterlevels.install       |   1 +
 debian/doom2-masterlevels.manpages      |   1 +
 debian/rules                            |   1 +
 doc/doom2-masterlevels.6                |  24 ++++
 game_data_packager/__init__.py          |  32 +++--
 game_data_packager/games/doom_common.py |  21 +---
 runtime/doom2-masterlevels.desktop      |   9 ++
 runtime/doom2-masterlevels.py           | 208 ++++++++++++++++++++++++++++++++
 25 files changed, 349 insertions(+), 83 deletions(-)
 delete mode 100644 data/chexquest-data.control.in
 delete mode 100644 data/chexquest2-data.control.in
 delete mode 100644 data/doom-common.control.in
 delete mode 100644 data/doom2-nerve-wad.control.in
 delete mode 100644 data/hacx-data.control.in
 delete mode 100644 data/hexen-deathkings-data.control.in
 delete mode 100644 data/hexen-demo-data.control.in
 delete mode 100644 data/hexen.control.in
 delete mode 100644 data/strife-data.control.in
 create mode 100644 debian/doom2-masterlevels.install
 create mode 100644 debian/doom2-masterlevels.manpages
 create mode 100644 doc/doom2-masterlevels.6
 create mode 100644 runtime/doom2-masterlevels.desktop
 create mode 100755 runtime/doom2-masterlevels.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