[rott] branch master updated (52e83de -> df58924)

Fabian Greffrath fabian-guest at moszumanska.debian.org
Thu Apr 30 15:03:00 UTC 2015


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

fabian-guest pushed a change to branch master
in repository rott.

      from  52e83de   update debian/changelog
       new  3cf851d   Add debian/README.source file to document how the Debian source tarball was created
       new  aede78d   Imported Upstream version 1.1.2+svn287
       new  8a13248   Merge tag 'upstream/1.1.2+svn287'
       new  1bca9cc   Remove all patches that were applied upstream
       new  df58924   Upstream switched build system to Autotools

The 5 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.am                                |   1 +
 Makefile_old                               |  33 ++++
 README                                     |  35 ++--
 configure.ac                               |  85 ++++++++++
 debian/README.source                       |  11 ++
 debian/changelog                           |  11 ++
 debian/control                             |   1 +
 debian/patches/conflicting_types.patch     |  18 ---
 debian/patches/drawsky.patch               |  64 --------
 debian/patches/fogshade.patch              |  57 -------
 debian/patches/rott-merge-commercial.patch | 246 -----------------------------
 debian/patches/rott-r275.diff              |  23 ---
 debian/patches/rott-r276.diff              |  51 ------
 debian/patches/series                      |   7 -
 debian/patches/weaponscale.patch           |  38 -----
 debian/rott.install                        |   3 +-
 debian/rules                               |  25 ++-
 misc/icons.mk                              |   5 +
 {debian => misc}/rott.png                  | Bin
 {debian => misc}/rott.svg                  |   0
 misc/rott.xpm                              | 219 +++++++++++++++++--------
 misc/runrott.sh                            |   2 +-
 rott/Makefile.am                           |  56 +++++++
 rott/{Makefile => Makefile_old}            |  10 +-
 rott/_rt_floo.h                            |   2 +-
 rott/_rt_ted.h                             |  13 --
 rott/audiolib/Makefile.am                  |  13 ++
 rott/audiolib/{Makefile => Makefile_old}   |   0
 rott/develop.h                             |   8 +-
 rott/modexlib.c                            |  13 +-
 rott/rt_actor.c                            |  15 +-
 rott/rt_cfg.c                              |  13 +-
 rott/rt_cfg.h                              |   4 +-
 rott/rt_draw.c                             |  19 ++-
 rott/rt_floor.c                            |   9 +-
 rott/rt_game.c                             |   4 +-
 rott/rt_main.c                             |  53 +++++--
 rott/rt_main.h                             |  10 ++
 rott/rt_menu.c                             |  13 +-
 rott/rt_scale.c                            |   4 +-
 rott/rt_ted.c                              |   5 +-
 rott/rt_util.c                             |   2 +-
 rott/rt_view.c                             |  11 +-
 43 files changed, 527 insertions(+), 685 deletions(-)
 create mode 100644 Makefile.am
 create mode 100755 Makefile_old
 create mode 100644 configure.ac
 create mode 100644 debian/README.source
 delete mode 100644 debian/patches/conflicting_types.patch
 delete mode 100644 debian/patches/drawsky.patch
 delete mode 100644 debian/patches/fogshade.patch
 delete mode 100644 debian/patches/rott-merge-commercial.patch
 delete mode 100644 debian/patches/rott-r275.diff
 delete mode 100644 debian/patches/rott-r276.diff
 delete mode 100644 debian/patches/weaponscale.patch
 create mode 100644 misc/icons.mk
 copy {debian => misc}/rott.png (100%)
 copy {debian => misc}/rott.svg (100%)
 create mode 100644 rott/Makefile.am
 rename rott/{Makefile => Makefile_old} (86%)
 create mode 100644 rott/audiolib/Makefile.am
 rename rott/audiolib/{Makefile => Makefile_old} (100%)

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



More information about the Pkg-games-commits mailing list