[rocksndiamonds] branch master updated (b1013e5 -> da993e6)

Stephen Kitt skitt at moszumanska.debian.org
Sat Oct 21 21:16:40 UTC 2017


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

skitt pushed a change to branch master
in repository rocksndiamonds.

      from  b1013e5   Release to unstable
       new  92f36cc   New upstream version 4.0.1.0+dfsg
       new  c65359d   Merge tag 'upstream/4.0.1.0+dfsg'
       new  ae8aa71   New upstream release
       new  804409a   Switch to secured upstream URL in debian/watch
       new  1f467b2   Change priority to “optional”
       new  d432afe   Fix a couple of spelling mistakes
       new  b432b6d   Enable hardening build flags
       new  ff19e3a   Standards-Version 4.1.1
       new  da993e6   Release

The 9 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:
 conf/gamecontrollerdb.txt           | 181 ++++++++++
 debian/changelog                    |  11 +
 debian/control                      |   4 +-
 debian/patches/build-flags.patch    |  67 ++++
 debian/patches/series               |   2 +
 debian/patches/spelling-fixes.patch |  25 ++
 debian/postinst.in                  |   4 +-
 debian/rules                        |   4 +
 debian/watch                        |   2 +-
 src/anim.c                          | 330 +++++++++++++++++-
 src/anim.h                          |   2 +
 src/conf_gfx.c                      |  52 ++-
 src/conf_gfx.h                      | 668 +++++++++++++++++++-----------------
 src/conftime.h                      |   2 +-
 src/events.c                        | 262 +++++++++-----
 src/events.h                        |   2 +
 src/files.c                         |  92 ++++-
 src/files.h                         |   2 +
 src/game.c                          |  23 +-
 src/game.h                          |   2 +
 src/game_em/convert.c               |   3 +
 src/game_em/export.h                |   7 +
 src/game_em/input.c                 |  18 +-
 src/game_sp/main.c                  |   3 +
 src/init.c                          |  56 ++-
 src/libgame/joystick.c              |  62 +++-
 src/libgame/joystick.h              |  25 +-
 src/libgame/misc.c                  | 120 ++++++-
 src/libgame/sdl.c                   | 341 +++++++++++++++---
 src/libgame/sdl.h                   |  10 +
 src/libgame/setup.c                 |  15 +-
 src/libgame/system.c                |  38 +-
 src/libgame/system.h                |  30 +-
 src/main.c                          |  79 ++++-
 src/main.h                          | 113 ++++--
 src/screens.c                       | 490 +++++++++++++++++++++++---
 src/tape.c                          |  21 +-
 src/tools.c                         |  64 +++-
 38 files changed, 2639 insertions(+), 593 deletions(-)
 create mode 100644 conf/gamecontrollerdb.txt
 create mode 100644 debian/patches/build-flags.patch
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/spelling-fixes.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/rocksndiamonds.git



More information about the Pkg-games-commits mailing list