[iortcw] branch master updated (7c67e9e -> f8c3c2d)

Simon McVittie smcv at debian.org
Wed Mar 18 10:50:24 UTC 2015


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

smcv pushed a change to branch master
in repository iortcw.

      from  7c67e9e   refresh patch
       new  9150d70   Imported Upstream version 1.42b+20150316+dfsg1
       new  c7118a9   Merge tag 'upstream/1.42b+20150316+dfsg1'
       new  4049872   New upstream snapshot, now coming from git rather than svn
       new  45e7b16   Copy over some Debian patches from ioquake3
       new  dfcf5ae   Describe the initial Debian patchset in the changelog
       new  f8c3c2d   build-depend on minizip

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:
 .gitignore                                         |   38 +
 MP/.gitignore                                      |   38 +
 MP/Makefile                                        |   54 +-
 MP/code/qcommon/ioapi.c                            |  182 ---
 MP/code/qcommon/ioapi.h                            |   75 -
 MP/code/qcommon/unzip.c                            | 1602 --------------------
 MP/code/qcommon/unzip.h                            |  355 -----
 MP/code/rend2/tr_animation.c                       |   18 +-
 MP/code/rend2/tr_backend.c                         |   16 +-
 MP/code/rend2/tr_shade.c                           |   30 +-
 MP/code/renderer/tr_animation.c                    |   18 +-
 SP/README => README.md                             |   13 +-
 SP/.gitignore                                      |   38 +
 SP/Makefile                                        |   54 +-
 SP/code/qcommon/ioapi.c                            |  182 ---
 SP/code/qcommon/ioapi.h                            |   75 -
 SP/code/qcommon/unzip.c                            | 1602 --------------------
 SP/code/qcommon/unzip.h                            |  355 -----
 SP/code/rend2/tr_animation.c                       |   18 +-
 SP/code/rend2/tr_backend.c                         |   16 +-
 SP/code/rend2/tr_shade.c                           |   30 +-
 SP/code/renderer/tr_animation.c                    |   18 +-
 debian/changelog                                   |   17 +-
 debian/control                                     |    1 +
 debian/copyright                                   |    7 +-
 .../Allow-use-of-system-minizip-library.patch      |  255 ++++
 ...rash-if-more-than-128-modes-are-available.patch |  102 ++
 debian/patches/series                              |    2 +
 debian/rules                                       |   25 +-
 29 files changed, 609 insertions(+), 4627 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 MP/.gitignore
 delete mode 100644 MP/code/qcommon/ioapi.c
 delete mode 100644 MP/code/qcommon/ioapi.h
 delete mode 100644 MP/code/qcommon/unzip.c
 delete mode 100644 MP/code/qcommon/unzip.h
 copy SP/README => README.md (99%)
 create mode 100644 SP/.gitignore
 delete mode 100644 SP/code/qcommon/ioapi.c
 delete mode 100644 SP/code/qcommon/ioapi.h
 delete mode 100644 SP/code/qcommon/unzip.c
 delete mode 100644 SP/code/qcommon/unzip.h
 create mode 100644 debian/patches/Allow-use-of-system-minizip-library.patch
 create mode 100644 debian/patches/Don-t-crash-if-more-than-128-modes-are-available.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/iortcw.git



More information about the Pkg-games-commits mailing list