diff -Nru lazr.restfulclient-0.14.2/debian/changelog lazr.restfulclient-0.14.2/debian/changelog --- lazr.restfulclient-0.14.2/debian/changelog 2018-11-17 17:28:17.000000000 +0000 +++ lazr.restfulclient-0.14.2/debian/changelog 2019-10-09 09:55:48.000000000 +0000 @@ -1,3 +1,13 @@ +lazr.restfulclient (0.14.2-2) unstable; urgency=medium + + * Team upload. + * Use debhelper-compat instead of debian/compat. + * d/control: Fix wrong Vcs-*. + * Drop Python 2 support (Closes: #936822). + * Enable autopkgtest-pkg-python testsuite. + + -- Ondřej Nový Wed, 09 Oct 2019 11:55:48 +0200 + lazr.restfulclient (0.14.2-1) unstable; urgency=medium * Team upload. diff -Nru lazr.restfulclient-0.14.2/debian/compat lazr.restfulclient-0.14.2/debian/compat --- lazr.restfulclient-0.14.2/debian/compat 2018-05-08 08:42:37.000000000 +0000 +++ lazr.restfulclient-0.14.2/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -9 diff -Nru lazr.restfulclient-0.14.2/debian/control lazr.restfulclient-0.14.2/debian/control --- lazr.restfulclient-0.14.2/debian/control 2018-11-17 17:22:01.000000000 +0000 +++ lazr.restfulclient-0.14.2/debian/control 2019-10-09 09:55:48.000000000 +0000 @@ -5,31 +5,15 @@ Uploaders: Debian Python Modules Team , Build-Depends: - debhelper (>= 9), + debhelper-compat (= 9), dh-python, - python-all (>= 2.6.6-14~), - python-setuptools, python3-all, python3-setuptools, Standards-Version: 3.9.8 Homepage: https://launchpad.net/lazr.restfulclient -Vcs-Git: https://salsa.debian.org/python-team/modules/lazr.restfulclient +Vcs-Git: https://salsa.debian.org/python-team/modules/lazr.restfulclient.git Vcs-Browser: https://salsa.debian.org/python-team/modules/lazr.restfulclient - -Package: python-lazr.restfulclient -Architecture: all -Depends: - python-httplib2, - python-lazr.uri, - python-pkg-resources, - python-simplejson, - python-wadllib (>= 1.1.4), - ${misc:Depends}, - ${python:Depends}, -Description: client for lazr.restful-based web services - A programmable client library that takes advantage of the commonalities - among lazr.rest web services to provide added functionality on top - of wadllib. +Testsuite: autopkgtest-pkg-python Package: python3-lazr.restfulclient Architecture: all diff -Nru lazr.restfulclient-0.14.2/debian/rules lazr.restfulclient-0.14.2/debian/rules --- lazr.restfulclient-0.14.2/debian/rules 2018-05-08 08:58:17.000000000 +0000 +++ lazr.restfulclient-0.14.2/debian/rules 2019-10-09 09:55:48.000000000 +0000 @@ -3,7 +3,7 @@ export PYBUILD_NAME=lazr.restfulclient %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_auto_install: dh_auto_install