lgogdownloader (2.19-1) unstable; urgency=medium
authorStephen Kitt <skitt@debian.org>
Tue, 21 Oct 2014 18:31:24 +0000 (19:31 +0100)
committerStephen Kitt <skitt@debian.org>
Tue, 21 Oct 2014 18:31:24 +0000 (19:31 +0100)
  * New upstream release.
  * Standards-Version 3.9.6, no change required.

[dgit import unpatched lgogdownloader 2.19-1]

12 files changed:
1  2 
debian/changelog
debian/compat
debian/control
debian/copyright
debian/gbp.conf
debian/patches/honour-flags.patch
debian/patches/manpage-whatis.patch
debian/patches/no-debug-build.patch
debian/patches/series
debian/rules
debian/source/format
debian/watch

index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..95074bb67232fc2aa5368d2bdd815f05b2173ce5
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,28 @@@
++lgogdownloader (2.19-1) unstable; urgency=medium
++
++  * New upstream release.
++  * Standards-Version 3.9.6, no change required.
++
++ -- Stephen Kitt <skitt@debian.org>  Tue, 21 Oct 2014 20:31:24 +0200
++
++lgogdownloader (2.18-1) unstable; urgency=medium
++
++  * New upstream release.
++  * Refresh patches, and drop help-without-home.patch (merged upstream).
++  * Add pointers to the git repository on Alioth.
++  * Make sure CPPFLAGS are taken into account.
++
++ -- Stephen Kitt <skitt@debian.org>  Tue, 23 Sep 2014 17:18:17 +0200
++
++lgogdownloader (2.17-2) unstable; urgency=medium
++
++  * Avoid touching $HOME if --help or --version are specified on the
++    command-line. Closes: #761217.
++
++ -- Stephen Kitt <skitt@debian.org>  Thu, 11 Sep 2014 23:17:00 +0200
++
++lgogdownloader (2.17-1) unstable; urgency=low
++
++  * Initial release. Closes: #761130.
++
++ -- Stephen Kitt <skitt@debian.org>  Wed, 10 Sep 2014 23:26:18 +0200
diff --cc debian/compat
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..ec635144f60048986bc560c5576355344005e6e7
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,1 @@@
++9
diff --cc debian/control
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..251611f45d18dbea1bae54bf62bea9c892939b7a
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,36 @@@
++Source: lgogdownloader
++Section: web
++Priority: optional
++Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
++Uploaders: Stephen Kitt <skitt@debian.org>
++Build-Depends: debhelper (>=9),
++               help2man,
++               libboost-date-time-dev,
++               libboost-filesystem-dev,
++               libboost-program-options-dev,
++               libboost-regex-dev,
++               libboost-system-dev,
++               libhtmlcxx-dev,
++               libjsoncpp-dev,
++               liboauth-dev,
++               librhash-dev,
++               libtinyxml-dev
++Standards-Version: 3.9.6
++Homepage: https://sites.google.com/site/gogdownloader/
++Vcs-Git: git://anonscm.debian.org/pkg-games/lgogdownloader.git
++Vcs-Browser: http://anonscm.debian.org/cgit/pkg-games/lgogdownloader.git
++
++Package: lgogdownloader
++Architecture: any
++Multi-Arch: foreign
++Depends: ${misc:Depends},
++         ${shlibs:Depends}
++Description: downloader for GOG.com files
++ lgogdownloader is a client for the GOG.com download API, allowing
++ simple downloads and updates of games and other files from GOG.com.
++ .
++ This package is only useful if you own games on GOG.com. There are a
++ few free-as-in-beer games available for Linux, but the DFSG-free
++ games are not provided for Linux on GOG.com and are available in
++ Debian anyway (lure-of-the-temptress, beneath-a-steel-sky,
++ flight-of-the-amazon-queen).
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..28919ec6612ed17ea9d55b37cb075b5ca3758a85
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,36 @@@
++Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
++Upstream-Name: lgogdownloader
++Source: https://sites.google.com/site/gogdownloader/
++
++Files: *
++Copyright: none declared
++License: WTFPL-2
++
++Files: debian/*
++Copyright: 2014 Stephen Kitt
++License: WTFPL-2
++
++License: WTFPL-2
++ This program is free software. It comes without any warranty, to the
++ extent permitted by applicable law. You can redistribute it and/or
++ modify it under the terms of the Do What The Fuck You Want To Public
++ License, Version 2, as published by Sam Hocevar. See
++ http://www.wtfpl.net/ for more details.
++ .
++ The full text of the license is provided in the COPYING file and
++ reproduced here:
++ .
++            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
++                    Version 2, December 2004
++ .
++ Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
++ .
++ Everyone is permitted to copy and distribute verbatim or modified
++ copies of this license document, and changing it is allowed as long
++ as the name is changed.
++ .
++            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
++   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
++ .
++  0. You just DO WHAT THE FUCK YOU WANT TO.
++ .
diff --cc debian/gbp.conf
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..7e386167be4269dc85a21e42c693ab17890df3ff
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,4 @@@
++# Configuration file for git-buildpackage and friends
++
++[DEFAULT]
++pristine-tar = True
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..dc9d30793d03707f104d4b8cef959f797603e636
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,34 @@@
++Description: Take externally-defined flags into account
++Author: Stephen Kitt <skitt@debian.org>
++
++--- a/Makefile
+++++ b/Makefile
++@@ -16,11 +16,11 @@
++ WINDRES = windres
++ 
++ INC =  -Iinclude -I/usr/include/rhash
++-CFLAGS =  -std=c++11 -Wall -fexceptions -D_FILE_OFFSET_BITS=64
+++CFLAGS := $(CFLAGS) -std=c++11 -Wall -fexceptions -D_FILE_OFFSET_BITS=64
++ RESINC = 
++ LIBDIR = 
++ LIB =  -lcurl -loauth -ljsoncpp -lhtmlcxx -lboost_system -lboost_filesystem -lboost_regex -lboost_program_options -lboost_date_time -ltinyxml -lrhash
++-LDFLAGS = 
+++LDFLAGS := $(LDFLAGS)
++ 
++ VERSION = -DVERSION_STRING="\"$(shell sh version.sh)\""
++ HELP2MAN = $(shell which help2man 2> /dev/null)
++@@ -39,12 +39,12 @@
++ OUT_DEBUG = bin/Debug/lgogdownloader
++ 
++ INC_RELEASE =  $(INC)
++-CFLAGS_RELEASE =  $(CFLAGS) -O2
+++CFLAGS_RELEASE =  $(CFLAGS) $(CPPFLAGS)
++ RESINC_RELEASE =  $(RESINC)
++ RCFLAGS_RELEASE =  $(RCFLAGS)
++ LIBDIR_RELEASE =  $(LIBDIR)
++ LIB_RELEASE = $(LIB)
++-LDFLAGS_RELEASE =  $(LDFLAGS) -s
+++LDFLAGS_RELEASE =  $(LDFLAGS)
++ OBJDIR_RELEASE = obj/Release
++ DEP_RELEASE = 
++ OUT_RELEASE = bin/Release/lgogdownloader
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..165293113e49fb25695ee7b82d76729cf6a90749
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,14 @@@
++Description: Provide meaningful whatis entry
++Author: Stephen Kitt <skitt@debian.org>
++
++--- a/Makefile
+++++ b/Makefile
++@@ -106,7 +106,7 @@
++ 
++ after_release: out_release
++ ifdef HELP2MAN
++-     help2man -N -i $(MAN_DIR)/lgogdownloader.supplemental.groff -o $(MAN_DIR)/$(MAN_PAGE) $(OUT_RELEASE)
+++     help2man -N -i $(MAN_DIR)/lgogdownloader.supplemental.groff -n "downloader for GOG.com games and other files" -o $(MAN_DIR)/$(MAN_PAGE) $(OUT_RELEASE)
++      gzip -f -9 $(MAN_DIR)/$(MAN_PAGE)
++ endif
++ 
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..624def831fdfe43ceca3622ffbe5171da17e902f
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,14 @@@
++Description: Don't build the debug version
++Author: Stephen Kitt <skitt@debian.org>
++
++--- a/Makefile
+++++ b/Makefile
++@@ -53,7 +53,7 @@
++ 
++ OBJ_RELEASE = $(OBJDIR_RELEASE)/main.o $(OBJDIR_RELEASE)/src/api.o $(OBJDIR_RELEASE)/src/downloader.o $(OBJDIR_RELEASE)/src/progressbar.o $(OBJDIR_RELEASE)/src/util.o $(OBJDIR_RELEASE)/src/blacklist.o $(OBJDIR_RELEASE)/src/gamedetails.o $(OBJDIR_RELEASE)/src/gamefile.o
++ 
++-all: debug release
+++all: release
++ 
++ clean: clean_debug clean_release
++ 
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..cb1e8127871bb14267cd22f9a7f5383a19d2d988
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,3 @@@
++honour-flags.patch
++manpage-whatis.patch
++no-debug-build.patch
diff --cc debian/rules
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..1db70d864a7a9ffde66e0499bc6338df429f9d98
new file mode 100755 (executable)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,9 @@@
++#!/usr/bin/make -f
++#DH_VERBOSE = 1
++
++%:
++      dh $@  
++
++
++
++
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..c3d9f2407417795889250717d7b519eadd8373e6
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,2 @@@
++3.0 (quilt)
++
diff --cc debian/watch
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..3642829c0ad8e60ebcbd5d8222c9b6815a914716
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,4 @@@
++# watch control file for uscan
++version=3
++
++https://github.com/Sude-/lgogdownloader/tags (?:.*/)?v?(\d[\d\.]*)\.(?:tar\.gz|tar\.bz2|tar\.xz)