[yquake2] branch master updated (fcb7ddc -> 5d21324)

Simon McVittie smcv at debian.org
Thu Jun 30 09:23:56 UTC 2016


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

smcv pushed a change to branch master
in repository yquake2.

      from  fcb7ddc   Standards-Version: 3.9.7 (no changes needed)
       new  445e719   Imported Upstream version 5.34~dfsg1
       new  c6d5b37   New upstream release
       new  a48e310   no longer specific to amd64 and i386 (Closes: #826689)
       new  98e7721   install 3D crosshair for stereoscopic rendering
       new  5bc79d1   refresh patches
       new  d243460   install new README.md instead of old README
       new  38bbef4   Fix another misspelling
       new  6e48d64   Enable full compiler hardening
       new  0b8c06a   Mark rpath patch as Debian-specific
       new  f03ed27   Rewrite commit message for openal patch
       new  5d21324   Rewrite __DATE__ patch to use SOURCE_DATE_EPOCH directly

The 11 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 +
 CHANGELOG                                          |  17 +-
 CMakeLists.txt                                     |  72 +-
 CONTRIBUTE                                         |  47 +-
 LICENSE                                            |  10 +-
 Makefile                                           |  41 +-
 README.md                                          | 227 +++++
 debian/changelog                                   |   9 +-
 debian/clean                                       |   1 -
 debian/control                                     |   4 +-
 ...TE-macro-which-overrides-__DATE__-for-rep.patch |  45 -
 ...-LD-FLAGS-instead-of-overriding-them-to-o.patch |   5 +-
 .../Fix-spelling-errors-detected-by-lintian.patch  | 114 ++-
 ...Optionally-link-libopenal-at-compile-time.patch |  34 +-
 ...de-__DATE__-from-SOURCE_DATE_EPOCH-if-set.patch |  95 ++
 .../Remove-unwanted-rpaths-from-LDFLAGS.patch      |   5 +-
 debian/patches/series                              |   2 +-
 debian/rules                                       |  10 +-
 debian/yamagi-quake2.install                       |   1 +
 src/backends/sdl/icon/q2icon.xbm                   |  18 +-
 src/backends/sdl/icon/q2icon64.h                   | 955 ++++++++++-----------
 src/backends/sdl/input.c                           |  48 +-
 src/backends/sdl/refresh.c                         |   7 +-
 src/backends/unix/main.c                           |  19 +-
 src/backends/unix/signalhandler.c                  |   8 +-
 src/backends/windows/icon.rc                       |   1 +
 src/backends/windows/system.c                      |   4 +-
 src/client/cl_console.c                            |  10 +-
 src/client/cl_entities.c                           |   8 +-
 src/client/cl_keyboard.c                           |  11 +-
 src/client/cl_main.c                               |   9 +
 src/client/cl_screen.c                             |  94 +-
 src/client/cl_view.c                               |  74 +-
 src/client/header/client.h                         |   7 +-
 src/client/menu/menu.c                             |  83 +-
 src/client/menu/qmenu.c                            |  40 +-
 src/client/menu/videomenu.c                        | 123 +--
 src/client/refresh/files/stb_image.h               |   9 +-
 src/client/refresh/header/local.h                  |  19 +-
 src/client/refresh/r_draw.c                        |  10 +-
 src/client/refresh/r_image.c                       |  12 +-
 src/client/refresh/r_main.c                        | 279 +++++-
 src/client/refresh/r_mesh.c                        |   8 +-
 src/client/sound/openal.c                          |   8 +-
 src/client/sound/sound.c                           |   1 -
 src/common/header/common.h                         |  32 +-
 src/common/misc.c                                  |   2 +-
 src/game/g_misc.c                                  |  14 +-
 src/game/savegame/savegame.c                       | 117 ++-
 README => stuff/README.old                         |  53 +-
 stuff/models/crosshair/skin.pcx                    | Bin 0 -> 4279 bytes
 stuff/models/crosshair/tris.md2                    | Bin 0 -> 1152 bytes
 52 files changed, 1801 insertions(+), 1022 deletions(-)
 create mode 100644 README.md
 delete mode 100644 debian/clean
 delete mode 100644 debian/patches/Add-BUILDDATE-macro-which-overrides-__DATE__-for-rep.patch
 create mode 100644 debian/patches/Override-__DATE__-from-SOURCE_DATE_EPOCH-if-set.patch
 create mode 100644 src/backends/windows/icon.rc
 rename README => stuff/README.old (96%)
 create mode 100644 stuff/models/crosshair/skin.pcx
 create mode 100644 stuff/models/crosshair/tris.md2

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



More information about the Pkg-games-commits mailing list