diff -Nru setuptools-scm-3.4.3/debian/changelog setuptools-scm-3.4.3/debian/changelog --- setuptools-scm-3.4.3/debian/changelog 2020-01-23 06:08:30.000000000 +0000 +++ setuptools-scm-3.4.3/debian/changelog 2020-01-30 11:21:03.000000000 +0000 @@ -1,3 +1,9 @@ +setuptools-scm (3.4.3-1ubuntu1) focal; urgency=medium + + * Still build the Python2 and PyPy packages. + + -- Matthias Klose Thu, 30 Jan 2020 12:21:03 +0100 + setuptools-scm (3.4.3-1) unstable; urgency=medium * Document the patch was forwarded and is from me. diff -Nru setuptools-scm-3.4.3/debian/control setuptools-scm-3.4.3/debian/control --- setuptools-scm-3.4.3/debian/control 2020-01-23 06:08:30.000000000 +0000 +++ setuptools-scm-3.4.3/debian/control 2020-01-30 11:21:03.000000000 +0000 @@ -9,6 +9,14 @@ dh-python, git, mercurial, + pypy, + pypy-py, + pypy-pytest, + pypy-setuptools, + python-all, + python-py, + python-pytest, + python-setuptools (>= 18.8-1~), python3-all, python3-py, python3-pytest, @@ -17,6 +25,15 @@ Vcs-Git: https://salsa.debian.org/python-team/modules/setuptools-scm.git Vcs-Browser: https://salsa.debian.org/python-team/modules/setuptools-scm +Package: python-setuptools-scm +Architecture: all +Depends: python-pkg-resources, ${misc:Depends}, ${python:Depends} +Description: blessed package to manage your versions by scm tags for Python 2 + setuptools_scm handles managing your Python package versions in scm metadata. + It also handles file finders for the suppertes scm's. + . + This package installs the library for Python 2. + Package: python3-setuptools-scm Architecture: all Depends: python3-distutils, @@ -29,3 +46,12 @@ It also handles file finders for the suppertes scm's. . This package installs the library for Python 3. + +Package: pypy-setuptools-scm +Architecture: all +Depends: pypy-pkg-resources, ${misc:Depends}, ${python:Depends} +Description: blessed package to manage your versions by scm tags for PyPy + setuptools_scm handles managing your Python package versions in scm metadata. + It also handles file finders for the suppertes scm's. + . + This package installs the library for PyPy. diff -Nru setuptools-scm-3.4.3/debian/rules setuptools-scm-3.4.3/debian/rules --- setuptools-scm-3.4.3/debian/rules 2020-01-23 06:08:30.000000000 +0000 +++ setuptools-scm-3.4.3/debian/rules 2020-01-30 11:21:03.000000000 +0000 @@ -7,7 +7,7 @@ export SETUPTOOLS_SCM_PRETEND_VERSION=$(DEB_VERSION_UPSTREAM) %: - dh $@ --with python3,pypy --buildsystem=pybuild + dh $@ --with python2,python3,pypy --buildsystem=pybuild override_dh_auto_test: