[game-data-packager] branch master updated (60eb4cf -> c6e454b)

Simon McVittie smcv at debian.org
Tue Dec 30 01:32:02 UTC 2014


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  60eb4cf   changelog
       new  2185c64   Add a modeline so vim will recognise this as shell script
       new  01682dd   Add *.deb to gitignore
       new  2ba7269   Add data-driven gdp with Python and YAML, and use it for RTCW and OpenJK
       new  5d84740   Don't compress Q3-based games' .deb files
       new  e00a449   Add support for downloading patches etc.
       new  e69b133   Convert Quake III Arena to the declarative style
       new  4386d4e   Add mirrorservice.org as a Quake III mirror
       new  6a31233   Add some more mirrors and flag wolf-linux-1.41b.x86.run as downloadable
       new  7a5a44c   De-list an outdated mirror
       new  3f534a5   Move TODO to a better place
       new  0d486a3   Improve mirroring
       new  eca3aeb   Improve progress info
       new  cd26587   Fix indentation
       new  d885788   Stop catching KeyboardInterrupt here, it makes it annoying to cancel
       new  24d4841   We don't want to install the Windows version of main/scripts/translation.cfg
       new  9023f0b   rtcw: prefer wolf-linux-1.4-full.x86.run
       new  85dfff9   Don't try to download from an empty URL
       new  20dbc1c   Improve diagnostics and error handling
       new  bdee341   Add a sketch of how Quake 1 and 2 could look in the data-driven code
       new  d7650c8   Add zip support
       new  5788334   rtcw-data: pull in QVM files from iortcw
       new  bd76875   Add the beginnings of an enemy-territory-data package
       new  737f40b   Put a prefix on new games' version numbers
       new  c6e454b   Update packaging

The 24 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                                         |   3 +
 Makefile                                           |  14 +-
 data/enemy-territory-data.yaml                     |  20 +
 data/jedi-academy-data.control.m4                  |  16 +
 .../jedi-academy-data.copyright                    |   9 +-
 data/jedi-academy-data.yaml                        |  71 ++
 data/jedi-outcast-data.control.m4                  |  16 +
 .../jedi-outcast-data.copyright                    |   9 +-
 data/jedi-outcast-data.yaml                        |  46 ++
 data/quake-registered.yaml                         | 122 ++++
 data/quake2-full-data.yaml                         | 572 +++++++++++++++
 .../DEBIAN/control => data/quake3-data.control.m4  |   0
 .../copyright.in => data/quake3-data.copyright     |   2 +-
 data/quake3-data.yaml                              |  94 +++
 data/rtcw-data.control.m4                          |  17 +
 .../copyright.in => data/rtcw-data.copyright       |   9 +-
 data/rtcw-data.yaml                                | 236 +++++++
 debian/changelog                                   |  18 +-
 debian/compat                                      |   2 +-
 debian/control                                     |  15 +-
 debian/game-data-packager.install                  |   6 +-
 debian/rules                                       |   2 +-
 etc/freebsd-ports-distfiles-mirrors                |   4 +
 etc/gentoo-distfiles-mirrors                       |   3 +
 etc/idstuff-mirrors                                |   2 +-
 etc/quake3-mirrors                                 |   6 -
 etc/rtcw-mirrors                                   |   2 +
 lib/game-data-packager-shared                      |   2 +
 lib/game_data_packager/__init__.py                 | 773 +++++++++++++++++++++
 lib/game_data_packager/__main__.py                 |  56 ++
 lib/game_data_packager/util.py                     |  53 ++
 lib/via-python                                     |  76 ++
 quake3.mk                                          |  45 --
 supported/ja                                       |  38 +
 supported/jk2                                      |  38 +
 supported/quake3                                   | 139 +---
 supported/rtcw                                     |  40 ++
 37 files changed, 2367 insertions(+), 209 deletions(-)
 create mode 100644 data/enemy-territory-data.yaml
 create mode 100644 data/jedi-academy-data.control.m4
 copy quake/quake-music.copyright => data/jedi-academy-data.copyright (66%)
 create mode 100644 data/jedi-academy-data.yaml
 create mode 100644 data/jedi-outcast-data.control.m4
 copy quake/quake-music.copyright => data/jedi-outcast-data.copyright (66%)
 create mode 100644 data/jedi-outcast-data.yaml
 create mode 100644 data/quake-registered.yaml
 create mode 100644 data/quake2-full-data.yaml
 rename quake3-data/DEBIAN/control => data/quake3-data.control.m4 (100%)
 rename quake3-data/copyright.in => data/quake3-data.copyright (93%)
 create mode 100644 data/quake3-data.yaml
 create mode 100644 data/rtcw-data.control.m4
 copy doom-common/usr/share/doc/doom-common/copyright.in => data/rtcw-data.copyright (72%)
 create mode 100644 data/rtcw-data.yaml
 create mode 100644 etc/freebsd-ports-distfiles-mirrors
 create mode 100644 etc/gentoo-distfiles-mirrors
 create mode 100644 etc/rtcw-mirrors
 create mode 100644 lib/game_data_packager/__init__.py
 create mode 100644 lib/game_data_packager/__main__.py
 create mode 100644 lib/game_data_packager/util.py
 create mode 100644 lib/via-python
 delete mode 100644 quake3.mk
 create mode 100644 supported/ja
 create mode 100644 supported/jk2
 create mode 100644 supported/rtcw

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