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

fabian pushed a change to branch master
in repository yquake2.

      from  0b4ed52   release
       new  55cac39   Imported Upstream version 5.31~dfsg1
       new  31a8015   Merge tag 'upstream/5.31_dfsg1'
       new  86e250b   Update Uploaders field and packaging Copyright to my 
<[email protected]> account
       new  44ace69   Add "Recommends: quake2" to the yamagi-quake2 package and 
"Recommends: quake2-server | yamagi-quake2" to yamagi-quake2-core
       new  6221da8   Removed debian/README.source, did not contain any 
relevant information anymore
       new  58e8462   Refresh patches
       new  164e31e   update debian/changelog
       new  1aa77f7   Backport two commits from upstream GIT to fix crosshair 
scaling (CLoses: #799952)
       new  84b67d4   refresh debian/changelog
       new  c7807e6   Do not hard-code WITH_SYSTEMDIR at build time anymore. 
The engine expects the renderer in the same directory anyway and game data is 
expected in /usr/share/games/quake2, where this defaults to (Closes: #800118)
       new  c05a047   update debian/changelog yet again

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                                          |  13 +-
 CMakeLists.txt                                     | 438 +++++++++++++++++++++
 Makefile                                           |  23 +-
 README                                             |  29 +-
 debian/README.source                               |   2 -
 debian/changelog                                   |  18 +
 debian/control                                     |   4 +-
 debian/copyright                                   |   2 +-
 debian/patches/0001-Fix-crosshair_scale.patch      | 103 +++++
 ...ename-SCR_GetScale-to-SCR_GetDefaultScale.patch |  61 +++
 ...TE-macro-which-overrides-__DATE__-for-rep.patch |   6 -
 ...-LD-FLAGS-instead-of-overriding-them-to-o.patch |   6 +-
 .../Fix-spelling-errors-detected-by-lintian.patch  |   4 -
 ...Optionally-link-libopenal-at-compile-time.patch |  10 +-
 debian/patches/series                              |   2 +
 debian/rules                                       |   1 -
 src/backends/sdl/input.c                           |  23 +-
 src/backends/sdl/refresh.c                         |   4 -
 src/backends/sdl/sound.c                           |   4 -
 src/backends/unix/system.c                         |   6 +-
 src/client/cl_console.c                            |   4 +-
 src/client/cl_download.c                           |   4 +-
 src/client/cl_keyboard.c                           |  96 ++++-
 src/client/cl_main.c                               |   6 +-
 src/client/cl_network.c                            |   2 +-
 src/client/cl_parse.c                              |  11 +-
 src/client/cl_screen.c                             |   2 +-
 src/client/cl_view.c                               |   6 +-
 src/client/header/client.h                         |   2 +-
 src/client/header/keyboard.h                       |  10 +
 src/client/menu/videomenu.c                        |  76 +++-
 src/client/refresh/r_surf.c                        |   1 +
 src/common/cmdparser.c                             |  12 +-
 src/common/filesystem.c                            |   2 +-
 src/common/header/common.h                         |   2 +-
 src/common/header/shared.h                         |  16 +-
 src/common/movemsg.c                               |   4 +-
 src/common/shared/shared.c                         |   5 +-
 src/game/g_main.c                                  |   2 +-
 src/game/g_phys.c                                  |   4 +-
 src/game/header/game.h                             |   2 -
 src/game/monster/boss3/boss32.c                    |   4 +-
 src/game/player/client.c                           |   5 +-
 src/game/savegame/savegame.c                       |  10 +-
 src/server/sv_init.c                               |   9 +-
 src/server/sv_save.c                               |  15 +-
 stuff/cmake/modules/FindOggVorbis.cmake            |  89 +++++
 stuff/cmake/modules/FindSDL2.cmake                 | 173 ++++++++
 49 files changed, 1211 insertions(+), 123 deletions(-)
 create mode 100644 CMakeLists.txt
 delete mode 100644 debian/README.source
 create mode 100644 debian/patches/0001-Fix-crosshair_scale.patch
 create mode 100644 
debian/patches/0002-Rename-SCR_GetScale-to-SCR_GetDefaultScale.patch
 create mode 100644 stuff/cmake/modules/FindOggVorbis.cmake
 create mode 100644 stuff/cmake/modules/FindSDL2.cmake

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

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to