This is an automated email from the git hooks/post-receive script. skitt pushed a commit to branch master in repository lgogdownloader.
commit 5177328b9561c78c1ecfe294c9add696a65c0ff2 Author: Stephen Kitt <[email protected]> Date: Mon May 9 23:32:35 2016 +0200 New upstream release. --- debian/changelog | 6 ++++++ debian/patches/jsoncpp-1.7.1.patch | 24 ------------------------ debian/patches/series | 1 - 3 files changed, 6 insertions(+), 25 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3f4777c..0d99958 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +lgogdownloader (2.28-1) UNRELEASED; urgency=medium + + * New upstream release, merging jsoncpp-1.7.1.patch. + + -- Stephen Kitt <[email protected]> Mon, 09 May 2016 23:27:56 +0200 + lgogdownloader (2.27-2) unstable; urgency=medium * Apply upstream patch to build with libjsoncpp 1.7.1 and later. Closes: diff --git a/debian/patches/jsoncpp-1.7.1.patch b/debian/patches/jsoncpp-1.7.1.patch deleted file mode 100644 index a72de9f..0000000 --- a/debian/patches/jsoncpp-1.7.1.patch +++ /dev/null @@ -1,24 +0,0 @@ -commit 519cb78d38be04a3af79784b5326e21651ced6e1 -Author: Sude <[email protected]> -Date: Fri Mar 25 23:09:17 2016 +0200 - - Fix compiling with JsonCpp 1.7.1 - -diff --git a/src/util.cpp b/src/util.cpp -index 4b98c45..3d9dfed 100644 ---- a/src/util.cpp -+++ b/src/util.cpp -@@ -388,11 +388,11 @@ int Util::getTerminalWidth() - void Util::getDownloaderUrlsFromJSON(const Json::Value &root, std::vector<std::string> &urls) - { - if(root.size() > 0) { -- for(Json::ValueIterator it = root.begin() ; it != root.end() ; ++it) -+ for(Json::ValueConstIterator it = root.begin() ; it != root.end() ; ++it) - { - if (it.key() == "downloaderUrl") - { -- Json::Value& url = *it; -+ Json::Value url = *it; - urls.push_back(url.asString()); - } - else diff --git a/debian/patches/series b/debian/patches/series index 8bbb52a..48af9e8 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1 @@ manpage-whatis.patch -jsoncpp-1.7.1.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/lgogdownloader.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

