--- googleplay-api-0.4.3.orig/debian/changelog +++ googleplay-api-0.4.3/debian/changelog @@ -0,0 +1,16 @@ +googleplay-api (0.4.3-1) unstable; urgency=low + + * New upstream release. + * Upload to unstable now that protobuf has been updated. + * Replace pycryptodome build-dep with python-cryptography. + * Fix some lintian errors & warnings. + + -- Andres Salomon Sat, 13 Oct 2018 05:07:02 +0000 + +googleplay-api (0.4.2-1) experimental; urgency=low + + * New upstream release. + * Backport license fix from upstream git head (MIT -> GPL3). + + -- Andres Salomon Fri, 23 Mar 2018 09:48:50 +0000 + --- googleplay-api-0.4.3.orig/debian/compat +++ googleplay-api-0.4.3/debian/compat @@ -0,0 +1 @@ +9 --- googleplay-api-0.4.3.orig/debian/control +++ googleplay-api-0.4.3/debian/control @@ -0,0 +1,22 @@ +Source: googleplay-api +Section: utils +Priority: optional +Maintainer: Andres Salomon +Build-Depends: debhelper (>= 9.0~), + dh-python, + python3, + python3-setuptools, + python3-protobuf (>= 3.5.2), + python3-requests, + python3-cryptography (>= 2.2) +Standards-Version: 4.1.4.1 +Homepage: https://github.com/NoMore201/googleplay-api + +Package: python3-gpapi +Architecture: all +Depends: ${python3:Depends}, + ${misc:Depends} +Description: Unofficial python API for Google Play + This python3 library provides an API for accessing + Google Play. It includes support for searching, + downloading APKs, etc. --- googleplay-api-0.4.3.orig/debian/copyright +++ googleplay-api-0.4.3/debian/copyright @@ -0,0 +1,47 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: googleplay-api +Upstream-Contact: NoMore201 +Source: https://github.com/NoMore201/googleplay-api + +Files: * +Copyright: 2012 Emilien Girault + 2017-2018 Domenico Iezzi +License: BSD-2-clause and GPL-3 + +License: BSD-2-clause + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. + +License: GPL-3 + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + can be found in "/usr/share/common-licenses/GPL-3". --- googleplay-api-0.4.3.orig/debian/py3dist-overrides +++ googleplay-api-0.4.3/debian/py3dist-overrides @@ -0,0 +1 @@ +pycryptodomex python3-pycryptodome --- googleplay-api-0.4.3.orig/debian/rules +++ googleplay-api-0.4.3/debian/rules @@ -0,0 +1,14 @@ +#!/usr/bin/make -f + +include /usr/share/dpkg/default.mk + +%: + dh $@ --with python3 --buildsystem=pybuild + +#override_dh_auto_install: +# dh_auto_install +# chmod 0644 debian/gplaycli/etc/gplaycli/cronjob + +#override_dh_clean: +# dh_clean +# rm -rf GPlayCli.egg-info/ --- googleplay-api-0.4.3.orig/debian/source/format +++ googleplay-api-0.4.3/debian/source/format @@ -0,0 +1 @@ +1.0