[netpanzer] 79/118: Merge tag 'upstream/0.8.7+ds'

Markus Koschany apo at moszumanska.debian.org
Sun Jun 5 10:20:34 UTC 2016


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

apo pushed a commit to branch master
in repository netpanzer.

commit ef68021e4574f74a7638f71111919b980ee4b50c
Merge: 3028b27 92a2f79
Author: Markus Koschany <apo at debian.org>
Date:   Sun Jun 5 07:05:27 2016 +0200

    Merge tag 'upstream/0.8.7+ds'
    
    Upstream version 0.8.7+ds
    
    # gpg: Signature made Sun 05 Jun 2016 07:03:58 CEST using RSA key ID 513B51E4
    # gpg: Good signature from "Markus Koschany <apo at gambaru.de>" [ultimate]
    # gpg:                 aka "Markus Koschany <markus at koschany.net>" [ultimate]
    # gpg:                 aka "Markus Koschany <apo at debian.org>" [ultimate]

 src/Lib/lua/COPYRIGHT               |   34 -
 src/Lib/lua/Makefile                |  183 ---
 src/Lib/lua/README                  |   37 -
 src/Lib/lua/lapi.c                  | 1080 ----------------
 src/Lib/lua/lapi.h                  |   16 -
 src/Lib/lua/lauxlib.c               |  653 ----------
 src/Lib/lua/lauxlib.h               |  174 ---
 src/Lib/lua/lbaselib.c              |  643 ----------
 src/Lib/lua/lcode.c                 |  839 ------------
 src/Lib/lua/lcode.h                 |   76 --
 src/Lib/lua/ldblib.c                |  397 ------
 src/Lib/lua/ldebug.c                |  622 ---------
 src/Lib/lua/ldebug.h                |   33 -
 src/Lib/lua/ldo.c                   |  516 --------
 src/Lib/lua/ldo.h                   |   57 -
 src/Lib/lua/ldump.c                 |  164 ---
 src/Lib/lua/lfunc.c                 |  174 ---
 src/Lib/lua/lfunc.h                 |   34 -
 src/Lib/lua/lgc.c                   |  711 -----------
 src/Lib/lua/lgc.h                   |  110 --
 src/Lib/lua/linit.c                 |   38 -
 src/Lib/lua/liolib.c                |  532 --------
 src/Lib/lua/llex.c                  |  461 -------
 src/Lib/lua/llex.h                  |   81 --
 src/Lib/lua/llimits.h               |  128 --
 src/Lib/lua/lmathlib.c              |  263 ----
 src/Lib/lua/lmem.c                  |   86 --
 src/Lib/lua/lmem.h                  |   49 -
 src/Lib/lua/loadlib.c               |  664 ----------
 src/Lib/lua/lobject.c               |  214 ----
 src/Lib/lua/lobject.h               |  381 ------
 src/Lib/lua/lopcodes.c              |  102 --
 src/Lib/lua/lopcodes.h              |  268 ----
 src/Lib/lua/loslib.c                |  244 ----
 src/Lib/lua/lparser.c               | 1337 -------------------
 src/Lib/lua/lparser.h               |   82 --
 src/Lib/lua/lstate.c                |  214 ----
 src/Lib/lua/lstate.h                |  168 ---
 src/Lib/lua/lstring.c               |  111 --
 src/Lib/lua/lstring.h               |   31 -
 src/Lib/lua/lstrlib.c               |  868 -------------
 src/Lib/lua/ltable.c                |  588 ---------
 src/Lib/lua/ltable.h                |   40 -
 src/Lib/lua/ltablib.c               |  278 ----
 src/Lib/lua/ltm.c                   |   75 --
 src/Lib/lua/ltm.h                   |   54 -
 src/Lib/lua/lua.cpp                 |    3 -
 src/Lib/lua/lua.h                   |  385 ------
 src/Lib/lua/lua.hpp                 |   11 -
 src/Lib/lua/luaconf.h               |  762 -----------
 src/Lib/lua/lualib.h                |   53 -
 src/Lib/lua/lundump.c               |  223 ----
 src/Lib/lua/lundump.h               |   36 -
 src/Lib/lua/lvm.c                   |  765 -----------
 src/Lib/lua/lvm.h                   |   36 -
 src/Lib/lua/lzio.c                  |   82 --
 src/Lib/lua/lzio.h                  |   67 -
 src/Lib/lua/print.c                 |  227 ----
 src/Lib/physfs/CHANGELOG.txt        |   11 -
 src/Lib/physfs/CMakeLists.txt       |  388 ------
 src/Lib/physfs/CREDITS.txt          |  113 --
 src/Lib/physfs/Doxyfile             | 1079 ----------------
 src/Lib/physfs/INSTALL.txt          |  153 ---
 src/Lib/physfs/LICENSE.txt          |   44 -
 src/Lib/physfs/TODO.txt             |   45 -
 src/Lib/physfs/archivers/dir.c      |  283 -----
 src/Lib/physfs/archivers/zip.c      | 1454 ---------------------
 src/Lib/physfs/makeos2.cmd          |  181 ---
 src/Lib/physfs/physfs.c             | 2221 --------------------------------
 src/Lib/physfs/physfs.h             | 2395 -----------------------------------
 src/Lib/physfs/physfs.spec.in       |   99 --
 src/Lib/physfs/physfs_byteorder.c   |  312 -----
 src/Lib/physfs/physfs_casefolding.h | 2013 -----------------------------
 src/Lib/physfs/physfs_internal.h    | 1496 ----------------------
 src/Lib/physfs/physfs_platforms.h   |   49 -
 src/Lib/physfs/physfs_unicode.c     |  460 -------
 src/Lib/physfs/platform/beos.cpp    |  256 ----
 src/Lib/physfs/platform/macosx.c    |  396 ------
 src/Lib/physfs/platform/os2.c       |  702 ----------
 src/Lib/physfs/platform/pocketpc.c  |  608 ---------
 src/Lib/physfs/platform/posix.c     |  424 -------
 src/Lib/physfs/platform/unix.c      |  446 -------
 src/Lib/physfs/platform/windows.c   | 1403 --------------------
 src/Lib/physfs/zlib123/README       |  125 --
 src/Lib/physfs/zlib123/adler32.c    |  149 ---
 src/Lib/physfs/zlib123/compress.c   |   79 --
 src/Lib/physfs/zlib123/crc32.c      |  423 -------
 src/Lib/physfs/zlib123/crc32.h      |  441 -------
 src/Lib/physfs/zlib123/deflate.c    | 1736 -------------------------
 src/Lib/physfs/zlib123/deflate.h    |  331 -----
 src/Lib/physfs/zlib123/gzio.c       | 1026 ---------------
 src/Lib/physfs/zlib123/infback.c    |  623 ---------
 src/Lib/physfs/zlib123/inffast.c    |  318 -----
 src/Lib/physfs/zlib123/inffast.h    |   11 -
 src/Lib/physfs/zlib123/inffixed.h   |   94 --
 src/Lib/physfs/zlib123/inflate.c    | 1368 --------------------
 src/Lib/physfs/zlib123/inflate.h    |  115 --
 src/Lib/physfs/zlib123/inftrees.c   |  329 -----
 src/Lib/physfs/zlib123/inftrees.h   |   55 -
 src/Lib/physfs/zlib123/trees.c      | 1219 ------------------
 src/Lib/physfs/zlib123/trees.h      |  128 --
 src/Lib/physfs/zlib123/uncompr.c    |   61 -
 src/Lib/physfs/zlib123/zconf.h      |  332 -----
 src/Lib/physfs/zlib123/zlib.h       | 1357 --------------------
 src/Lib/physfs/zlib123/zutil.c      |  318 -----
 src/Lib/physfs/zlib123/zutil.h      |  269 ----
 106 files changed, 44498 deletions(-)

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



More information about the Pkg-games-commits mailing list