diff -Nru derpconf-0.8.2/debian/changelog derpconf-0.8.2/debian/changelog --- derpconf-0.8.2/debian/changelog 2019-12-17 12:32:18.000000000 +0000 +++ derpconf-0.8.2/debian/changelog 2019-11-27 00:00:06.000000000 +0000 @@ -1,8 +1,13 @@ -derpconf (0.8.2-2build1) focal; urgency=medium +derpconf (0.8.2-3) unstable; urgency=medium - * No-change rebuild to generate dependencies on python2. + [ Ondřej Nový ] + * d/copyright: Use https protocol in Format field. + * Use debhelper-compat instead of debian/compat. - -- Matthias Klose Tue, 17 Dec 2019 12:32:18 +0000 + [ Marcelo Jorge Vieira ] + * py3 support (Closes: #943014, #936386) + + -- Marcelo Jorge Vieira Tue, 26 Nov 2019 21:00:06 -0300 derpconf (0.8.2-2) unstable; urgency=high diff -Nru derpconf-0.8.2/debian/compat derpconf-0.8.2/debian/compat --- derpconf-0.8.2/debian/compat 2019-02-24 22:28:42.000000000 +0000 +++ derpconf-0.8.2/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -9 diff -Nru derpconf-0.8.2/debian/control derpconf-0.8.2/debian/control --- derpconf-0.8.2/debian/control 2019-03-17 22:36:32.000000000 +0000 +++ derpconf-0.8.2/debian/control 2019-11-27 00:00:06.000000000 +0000 @@ -5,23 +5,23 @@ Section: python Priority: optional Standards-Version: 4.0.0 -Build-Depends: debhelper (>= 9), - python-setuptools (>= 0.6b3), - python-all (>= 2.6.6-3), +Build-Depends: debhelper-compat (= 9), + python3-setuptools (>= 0.6b3), + python3-all (>= 2.6.6-3), dh-python, - python-pyvows, - python-gevent, - python-coverage, - python-colorama, - python-six, + python3-pyvows, + python3-gevent, + python3-coverage, + python3-colorama, + python3-six, tox Homepage: https://github.com/globocom/derpconf Vcs-Git: https://salsa.debian.org/python-team/modules/derpconf.git Vcs-Browser: https://salsa.debian.org/python-team/modules/derpconf -Package: python-derpconf +Package: python3-derpconf Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, python-six -Provides: ${python:Provides} +Depends: ${misc:Depends}, ${python3:Depends}, python3-six +Provides: ${python3:Provides} Description: Python module to abstract loading configuration files for your app Abstracts loading configuration files for your app. diff -Nru derpconf-0.8.2/debian/copyright derpconf-0.8.2/debian/copyright --- derpconf-0.8.2/debian/copyright 2019-02-24 22:28:42.000000000 +0000 +++ derpconf-0.8.2/debian/copyright 2019-11-26 23:52:32.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: derpconf Source: https://github.com/globocom/derpconf diff -Nru derpconf-0.8.2/debian/rules derpconf-0.8.2/debian/rules --- derpconf-0.8.2/debian/rules 2019-02-24 22:28:42.000000000 +0000 +++ derpconf-0.8.2/debian/rules 2019-11-27 00:00:06.000000000 +0000 @@ -1,6 +1,6 @@ #!/usr/bin/make -f %: - dh $@ --with python2 --buildsystem=python_distutils + dh $@ --with python3 --buildsystem=pybuild override_dh_auto_test: $(MAKE) test