[lgogdownloader] branch upstream updated (0698024 -> 6375924)

Stephen Kitt skitt at moszumanska.debian.org
Fri Mar 18 12:03:09 UTC 2016


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

skitt pushed a change to branch upstream
in repository lgogdownloader.

      from  0698024   Imported Upstream version 2.26
       new  6375924   Imported Upstream version 2.27

The 1 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:
 .gitignore                            |   6 +
 CMakeLists.txt                        | 115 +++++++
 Makefile                              | 180 -----------
 README.md                             |   7 +-
 cmake/FindHtmlcxx.cmake               |  54 ++++
 cmake/FindJsoncpp.cmake               |  34 ++
 cmake/FindOAuth.cmake                 |  28 ++
 cmake/FindRhash.cmake                 |  22 ++
 cmake/FindTinyxml.cmake               |  33 ++
 include/api.h                         |   2 +-
 include/config.h                      |   4 +
 include/downloader.h                  |   3 +
 include/gamedetails.h                 |  10 +-
 include/globalconstants.h             |   2 +-
 include/util.h                        |  16 +
 lgogdownloader.cbp                    |  76 -----
 main.cpp                              |  86 +++---
 man/CMakeLists.txt                    |  22 ++
 man/lgogdownloader.supplemental.groff |  26 +-
 src/downloader.cpp                    | 567 +++++++++++++++++++++++-----------
 src/gamedetails.cpp                   |  15 +-
 src/util.cpp                          |  93 +++++-
 version.sh                            |   9 -
 23 files changed, 894 insertions(+), 516 deletions(-)
 create mode 100644 CMakeLists.txt
 delete mode 100644 Makefile
 create mode 100644 cmake/FindHtmlcxx.cmake
 create mode 100644 cmake/FindJsoncpp.cmake
 create mode 100644 cmake/FindOAuth.cmake
 create mode 100644 cmake/FindRhash.cmake
 create mode 100644 cmake/FindTinyxml.cmake
 delete mode 100644 lgogdownloader.cbp
 create mode 100644 man/CMakeLists.txt
 delete mode 100644 version.sh

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



More information about the Pkg-games-commits mailing list