[game-data-packager] branch master updated (90f1c2e -> dc9eb4c)

Simon McVittie smcv at debian.org
Fri Dec 26 12:17:08 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  90f1c2e   Add Breaks against versions of chocolate-doom not providing hertic-engine or hexen-engine
      adds  e5a597e   implement require_program and checks in targets
      adds  9ac2da3   Small alterations to doom2's LONGNAME
      adds  9b5617e   tweak hexen2 LONGNAME
      adds  dc7f922   Initial support for Quake2 MP "The Reckoning".
      adds  f966aa6   strip game.so binary
      adds  af89e41   the quake2-xatrix .deb is arch-dependent ("any")
      adds  9ad4943   q2xatrix: download source by default
      adds  fb5b848   q2xatrix: verify hash of quake2-xatrix-2.00.tar.xz
      adds  10d5bf8   q2xatrix: add -f flag to force skip of md5sum check
      adds  3bdcab4   q2xatrix: install upstream LICENSE file
      adds  148380e   Small alteration to the q2xatrix LONGNAME
      adds  0e67896   use require_program in q2xatrix for gcc/make/etc.
      adds  529b831   q2xatrix: double-check number of arguments
      adds  71a0bfa   abstract and move stuff from q2xatrix→q2mp-common
      adds  dc44692   initial q2rogue support
      adds  9d18007   tweak control file long description
      adds  31dddc2   document recent changes
       new  94ced18   Merge tag '36' of ssh://anonscm.debian.org/git/pkg-games/game-data-packager
       new  2f0099e   Imported Debian version 37
       new  dc9eb4c   Merge branch 'jmtd'

The 3 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                                         |  8 ---
 Makefile                                           |  4 ++
 debian/changelog                                   | 20 +++++-
 debian/control                                     |  8 ++-
 doc/todo.mdwn                                      |  2 +
 lib/game-data-packager-shared                      | 50 +++++++++++++--
 lib/q2mp-common                                    | 53 ++++++++++++++++
 quake2.mk                                          |  6 ++
 quake2/quake2-rogue.control                        | 14 +++++
 .../quake2-rogue.copyright                         | 11 ++--
 quake2/quake2-xatrix.control                       | 14 +++++
 .../quake2-xatrix.copyright                        | 11 ++--
 supported/doom2                                    |  2 +-
 supported/hexen2                                   |  2 +-
 supported/lgeneral                                 |  5 +-
 supported/q2rogue                                  | 67 ++++++++++++++++++++
 supported/q2xatrix                                 | 71 ++++++++++++++++++++++
 supported/quake                                    | 15 ++---
 supported/quake2                                   |  5 +-
 supported/wolf3d                                   |  1 +
 tests/lib/require_program                          | 13 ++++
 tests/runtests                                     |  7 +++
 22 files changed, 346 insertions(+), 43 deletions(-)
 delete mode 100644 .gitignore
 create mode 100644 lib/q2mp-common
 create mode 100644 quake2/quake2-rogue.control
 copy quake/quake-music.copyright => quake2/quake2-rogue.copyright (72%)
 create mode 100644 quake2/quake2-xatrix.control
 copy quake/quake-music.copyright => quake2/quake2-xatrix.copyright (72%)
 create mode 100644 supported/q2rogue
 create mode 100644 supported/q2xatrix
 create mode 100755 tests/lib/require_program

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