diff -Nru genshi-0.7.3/debian/changelog genshi-0.7.3/debian/changelog --- genshi-0.7.3/debian/changelog 2020-02-10 07:22:57.000000000 +0000 +++ genshi-0.7.3/debian/changelog 2020-03-02 23:53:00.000000000 +0000 @@ -1,3 +1,9 @@ +genshi (0.7.3-0ubuntu3) focal; urgency=medium + + * debian/tests/control: don't hard-code py37. + + -- Steve Langasek Mon, 02 Mar 2020 23:53:00 +0000 + genshi (0.7.3-0ubuntu2) focal; urgency=medium * No-change rebuild with fixed binutils on arm64. diff -Nru genshi-0.7.3/debian/control genshi-0.7.3/debian/control --- genshi-0.7.3/debian/control 2019-02-03 10:42:57.000000000 +0000 +++ genshi-0.7.3/debian/control 2020-03-02 23:53:00.000000000 +0000 @@ -1,7 +1,8 @@ Source: genshi Section: python Priority: optional -Maintainer: Debian Python Modules Team +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian Python Modules Team Uploaders: Barry Warsaw Build-Depends: debhelper (>= 12), dh-python, diff -Nru genshi-0.7.3/debian/tests/control genshi-0.7.3/debian/tests/control --- genshi-0.7.3/debian/tests/control 2019-02-17 10:53:12.000000000 +0000 +++ genshi-0.7.3/debian/tests/control 2020-03-02 23:52:27.000000000 +0000 @@ -1,2 +1,2 @@ -Test-Command: tox -e py37 +Test-Command: tox Depends: tox, @builddeps@