[lordsawar] branch master updated (6c71f3f -> 65dafca)

Markus Koschany apo at moszumanska.debian.org
Mon Oct 3 15:26:12 UTC 2016


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

apo pushed a change to branch master
in repository lordsawar.

      from  6c71f3f   Set Forwarded header.
       new  2d91185   New upstream version 0.3.1
       new  8e98a33   Merge tag 'upstream/0.3.1'
       new  fe89355   Drop gcc6.patch. Fixed upstream.
       new  3b620e7   Drop reproducible-build.patch. Fixed upstream.
       new  42d5791   Remove dh-autoreconf from Build-Depends.
       new  65dafca   Update changelog

The 6 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:
 ABOUT-NLS                                     | 1282 ++++++
 INSTALL                                       |    4 +-
 Makefile.in                                   |   55 +-
 aclocal.m4                                    |  635 ++-
 compile                                       |  347 ++
 config.guess                                  |   15 +-
 config.h.in                                   |    3 +-
 config.rpath                                  |  690 +++
 config.sub                                    |   19 +-
 configure                                     | 3275 +++++++++------
 configure.ac                                  |    4 +-
 create-lw-file                                |    7 +-
 dat/Makefile.in                               |   34 +-
 dat/army/Makefile.in                          |   30 +-
 dat/army/bigdefault/Makefile.in               |   30 +-
 dat/army/default/Makefile.in                  |   30 +-
 dat/army/duel/Makefile.in                     |   30 +-
 dat/citysets/Makefile.in                      |   30 +-
 dat/citysets/bigdefault/Makefile.in           |   30 +-
 dat/citysets/bigdol/Makefile.in               |   30 +-
 dat/citysets/default/Makefile.in              |   30 +-
 dat/citysets/dol/Makefile.in                  |   30 +-
 dat/glade/Makefile.in                         |   30 +-
 dat/glade/editor/Makefile.in                  |   30 +-
 dat/icons/32x32/Makefile.in                   |   30 +-
 dat/icons/64x64/Makefile.in                   |   30 +-
 dat/icons/Makefile.in                         |   30 +-
 dat/map/Makefile.in                           |   30 +-
 dat/map/dol/Makefile.in                       |   30 +-
 dat/map/duel/Makefile.in                      |   30 +-
 dat/music/Makefile.in                         |   30 +-
 dat/shield/Makefile.in                        |   30 +-
 dat/shield/default/Makefile.in                |   30 +-
 dat/shield/dol/Makefile.in                    |   30 +-
 dat/shield/plain/Makefile.in                  |   30 +-
 dat/tilesets/Makefile.in                      |   30 +-
 dat/tilesets/bigdefault/Makefile.in           |   30 +-
 dat/tilesets/bigstark/Makefile.in             |   30 +-
 dat/tilesets/bigwesnoth/Makefile.in           |   30 +-
 dat/tilesets/default/Makefile.in              |   30 +-
 dat/tilesets/stark/Makefile.in                |   30 +-
 dat/tilesets/wesnoth/Makefile.in              |   30 +-
 dat/various/Makefile.in                       |   30 +-
 dat/various/editor/Makefile.in                |   30 +-
 dat/various/items/Makefile.in                 |   30 +-
 dat/various/xslt/Makefile.in                  |   30 +-
 debian/changelog                              |    9 +
 debian/control                                |    1 -
 debian/patches/gcc6.patch                     |   24 -
 debian/patches/reproducible-build.patch       |   28 -
 debian/patches/series                         |    2 -
 depcomp                                       |    2 +-
 doc/Makefile.in                               |   30 +-
 help/Makefile.in                              |   30 +-
 help/figures/Makefile.in                      |   30 +-
 install-sh                                    |  366 +-
 ltmain.sh                                     | 5528 ++++++++++++++++---------
 m4/intltool.m4                                |  237 ++
 m4/libtool.m4                                 | 2550 +++++++-----
 m4/ltoptions.m4                               |  127 +-
 m4/ltsugar.m4                                 |    7 +-
 m4/ltversion.m4                               |   12 +-
 m4/lt~obsolete.m4                             |    7 +-
 m4/nls.m4                                     |   32 +
 missing                                       |    6 +-
 po/lordsawar.pot                              |  337 +-
 src/GameMap.cpp                               |   10 +-
 src/LocationBox.cpp                           |    2 +-
 src/Makefile.in                               |   31 +-
 src/MapGenerator.cpp                          |    2 +-
 src/ai_fast.cpp                               |  586 +--
 src/editor/Makefile.in                        |   31 +-
 src/editor/smallmap-editor-dialog.cpp         |   70 +-
 src/editor/tileset-flag-editor-dialog.cpp     |    6 +-
 src/editor/tileset-selector-editor-dialog.cpp |    6 +-
 src/game-server.h                             |    2 +-
 src/game.h                                    |    4 +-
 src/ghs/Makefile.in                           |   31 +-
 src/ghs/gamehost-server.h                     |    2 +-
 src/gls/Makefile.in                           |   31 +-
 src/gls/gamelist-server.h                     |    2 +-
 src/gui/Makefile.in                           |   31 +-
 src/gui/driver.cpp                            |   43 +-
 src/gui/game-window.cpp                       |   51 +-
 src/gui/main.cpp                              |   28 +-
 src/gui/use-item-on-player-dialog.cpp         |    2 +-
 src/player.cpp                                |    2 +-
 src/snd.cpp                                   |    7 +
 src/stacklist.cpp                             |   20 +-
 src/tileset.cpp                               |    2 +-
 90 files changed, 11666 insertions(+), 6061 deletions(-)
 create mode 100644 ABOUT-NLS
 create mode 100755 compile
 create mode 100755 config.rpath
 delete mode 100644 debian/patches/gcc6.patch
 delete mode 100644 debian/patches/reproducible-build.patch
 delete mode 100644 debian/patches/series
 create mode 100644 m4/intltool.m4
 create mode 100644 m4/nls.m4

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



More information about the Pkg-games-commits mailing list