This is an automated email from the git hooks/post-receive script. skitt pushed a commit to branch master in repository lgogdownloader.
commit 6e5bc5050db377566773ee480ab145baa12b4a32 Author: Stephen Kitt <[email protected]> Date: Wed Oct 14 18:24:23 2015 +0200 New upstream release, merging unattended-login.patch. --- debian/changelog | 7 +++++++ debian/patches/series | 1 - debian/patches/unattended-login.patch | 16 ---------------- 3 files changed, 7 insertions(+), 17 deletions(-) diff --git a/debian/changelog b/debian/changelog index ab67831..2438068 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +lgogdownloader (2.26-1) UNRELEASED; urgency=medium + + * New upstream release. + * Drop unattended-login.patch, merged upstream. + + -- Stephen Kitt <[email protected]> Wed, 14 Oct 2015 18:21:06 +0200 + lgogdownloader (2.25-2) unstable; urgency=medium * Handle unattended login attempts. Closes: #798740. diff --git a/debian/patches/series b/debian/patches/series index 8c0f0e4..cb1e812 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,4 +1,3 @@ honour-flags.patch manpage-whatis.patch no-debug-build.patch -unattended-login.patch diff --git a/debian/patches/unattended-login.patch b/debian/patches/unattended-login.patch deleted file mode 100644 index a60fa29..0000000 --- a/debian/patches/unattended-login.patch +++ /dev/null @@ -1,16 +0,0 @@ -Description: Handle login attempts with no tty -Author: Stephen Kitt <[email protected]> - ---- a/src/downloader.cpp -+++ b/src/downloader.cpp -@@ -121,6 +121,10 @@ - { - char *pwd; - std::string email; -+ if (!isatty(STDIN_FILENO)) { -+ std::cout << "Unable to read email and password" << std::endl; -+ return 0; -+ } - std::cout << "Email: "; - std::getline(std::cin,email); - pwd = getpass("Password: "); -- 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

