[springlobby] branch master updated (f67033b -> d3a3239)

Markus Koschany apo at moszumanska.debian.org
Sun Oct 1 18:37:57 UTC 2017


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

apo pushed a change to branch master
in repository springlobby.

      from  f67033b   Upload to unstable.
       new  7518400   New upstream version 0.257+dfsg
       new  b2da7f4   Updated version 0.257+dfsg from 'upstream/0.257+dfsg'
       new  0015f04   Declare compliance with Debian Policy 4.1.1.
       new  3dc0ab2   Update changelog
       new  d3a3239   Add appdata-metainfo.patch and use the canonical directory for

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:
 .travis.yml                                        |   2 +-
 ChangeLog                                          |   3 +
 VERSION                                            |   2 +-
 debian/changelog                                   |   9 +
 debian/control                                     |   2 +-
 debian/patches/appdata-metainfo.patch              |  24 ++
 debian/patches/series                              |   1 +
 springlobby_config.h                               |   2 +-
 src/CMakeLists.txt                                 |  13 +-
 src/autohostmanager.cpp                            |  10 +
 src/autohostmanager.h                              |   3 +
 src/downloader/lib/README.md                       |   2 +-
 src/downloader/lib/src/FileSystem/FileSystem.cpp   |  34 ++-
 src/downloader/lib/src/FileSystem/FileSystem.h     |   5 +-
 src/downloader/lib/src/lib/minizip/unzip.c         |   2 +-
 src/downloader/lib/src/lib/minizip/zip.c           |  22 +-
 .../lib/src/lsl/lslunitsync/unitsync.cpp           |   1 +
 src/downloader/lib/src/main.cpp                    |  41 ++--
 src/downloader/lib/src/pr-downloader.cpp           |  22 +-
 src/gui/basedataviewmodel.h                        |   1 -
 src/gui/channel/autojoinchanneldialog.cpp          |   5 +
 src/gui/chatpanel.cpp                              |   1 -
 src/gui/connectwindow.cpp                          |  17 +-
 src/gui/connectwindow.h                            |   1 +
 src/gui/hosting/battlemaptab.cpp                   |   5 +
 src/gui/hosting/battlemaptab.h                     |   2 +-
 ...tleoptionstab.cpp => battlerestrictionstab.cpp} |  56 ++---
 ...{battleoptionstab.h => battlerestrictionstab.h} |   9 +-
 src/gui/hosting/battleroomtab.cpp                  |  21 ++
 src/gui/hosting/battleroomtab.h                    |   5 +-
 src/gui/hosting/mainjoinbattletab.cpp              |  14 +-
 src/gui/hosting/mainjoinbattletab.h                |   8 +-
 src/gui/hosting/mainsingleplayertab.cpp            |   6 +-
 src/gui/hosting/mainsingleplayertab.h              |   6 +-
 src/gui/mapctrl.cpp                                |  33 +--
 src/gui/singleplayertab.cpp                        |   3 +-
 src/gui/ui.cpp                                     |  25 ++-
 src/gui/ui.h                                       |   1 +
 src/inetclass.h                                    |   4 +
 src/serverevents.cpp                               |  13 +-
 src/serverevents.h                                 |   1 +
 src/settings.cpp                                   |  56 +++--
 src/settings.h                                     |  14 +-
 src/socket.cpp                                     | 246 ++++++++++++++++++++-
 src/socket.h                                       |  27 ++-
 src/tasserver.cpp                                  |  31 ++-
 src/tasserver.h                                    |   1 +
 tools/mxe_create_builddir.sh                       |   2 +-
 48 files changed, 621 insertions(+), 193 deletions(-)
 create mode 100644 debian/patches/appdata-metainfo.patch
 create mode 100644 debian/patches/series
 rename src/gui/hosting/{battleoptionstab.cpp => battlerestrictionstab.cpp} (83%)
 rename src/gui/hosting/{battleoptionstab.h => battlerestrictionstab.h} (89%)

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



More information about the Pkg-games-commits mailing list