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

dmn pushed a change to branch master
in repository reminiscence.

      from  85271d0   releasing package reminiscence version 0.2.1-2
       new  063a8ef   New upstream version 0.3.5
       new  a1a6ada   Update upstream source from tag 'upstream/0.3.5'
       new  68c37e5   enable all hardening flags
       new  429bd43   drop unneeded honour-cxxflags.patch
       new  af8327c   add upstream email to d/copyright
       new  cf0d48e   update build-dependencies
       new  8b4ef06   bump debhelper compatibility level to 10
       new  1ba9846   update changelog

The 8 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:
 Makefile                             |   25 +-
 README => README.txt                 |   49 +-
 collision.cpp                        |  123 ++-
 cutscene.cpp                         |  542 +++++++-----
 cutscene.h                           |  147 ++--
 debian/changelog                     |   13 +
 debian/compat                        |    2 +-
 debian/control                       |    8 +-
 debian/copyright                     |    2 +-
 debian/patches/honour-cxxflags.patch |   17 -
 debian/patches/series                |    1 -
 debian/rules                         |    5 +
 dynlib.cpp                           |   59 ++
 dynlib.h                             |   16 +
 file.cpp                             |  221 +++--
 file.h                               |   43 +-
 fs.cpp                               |  138 ++-
 fs.h                                 |   22 +-
 game.cpp                             |  910 ++++++++++---------
 game.h                               |  225 +++--
 graphics.cpp                         |  167 ++--
 graphics.h                           |   43 +-
 intern.h                             |  251 +++---
 locale.cpp                           |   49 --
 locale.h                             |   68 --
 main.cpp                             |  228 ++++-
 menu.cpp                             |  237 ++---
 menu.h                               |   68 +-
 mixer.cpp                            |  128 ++-
 mixer.h                              |   78 +-
 mod_player.cpp                       |  359 +++++---
 mod_player.h                         |  111 +--
 ogg_player.cpp                       |  208 +++++
 ogg_player.h                         |   34 +
 piege.cpp                            |  321 ++++---
 resource.cpp                         |  781 +++++++++++------
 resource.h                           |  200 +++--
 resource_aba.cpp                     |   85 ++
 resource_aba.h                       |   34 +
 rs.cfg                               |   20 +
 scaler.cpp                           |  207 ++---
 scaler.h                             |   45 +-
 screenshot.cpp                       |   70 ++
 screenshot.h                         |    9 +
 seq_player.cpp                       |   90 +-
 seq_player.h                         |   35 +-
 sfx_player.cpp                       |   57 +-
 sfx_player.h                         |   85 +-
 staticres.cpp                        | 1600 ++++++++++++++++++++++++++++++++--
 sys.h                                |   54 --
 systemstub.h                         |   48 +-
 systemstub_sdl.cpp                   |  861 ++++++++++--------
 unpack.cpp                           |   91 +-
 unpack.h                             |   31 +-
 util.cpp                             |   47 +-
 util.h                               |   27 +-
 video.cpp                            |  534 +++++++-----
 video.h                              |   92 +-
 58 files changed, 6392 insertions(+), 3629 deletions(-)
 rename README => README.txt (66%)
 delete mode 100644 debian/patches/honour-cxxflags.patch
 delete mode 100644 debian/patches/series
 create mode 100644 dynlib.cpp
 create mode 100644 dynlib.h
 delete mode 100644 locale.cpp
 delete mode 100644 locale.h
 create mode 100644 ogg_player.cpp
 create mode 100644 ogg_player.h
 create mode 100644 resource_aba.cpp
 create mode 100644 resource_aba.h
 create mode 100644 rs.cfg
 create mode 100644 screenshot.cpp
 create mode 100644 screenshot.h
 delete mode 100644 sys.h

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

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

Reply via email to