diff -Nru enum34-1.1.6/debian/changelog enum34-1.1.6/debian/changelog --- enum34-1.1.6/debian/changelog 2019-12-17 12:32:54.000000000 +0000 +++ enum34-1.1.6/debian/changelog 2020-01-13 22:35:31.000000000 +0000 @@ -1,3 +1,9 @@ +enum34 (1.1.6-2ubuntu1) focal; urgency=medium + + * Use python2 in the autopkg test. + + -- Matthias Klose Mon, 13 Jan 2020 23:35:31 +0100 + enum34 (1.1.6-2build1) focal; urgency=medium * No-change rebuild to generate dependencies on python2. diff -Nru enum34-1.1.6/debian/tests/control enum34-1.1.6/debian/tests/control --- enum34-1.1.6/debian/tests/control 2017-11-18 10:08:44.000000000 +0000 +++ enum34-1.1.6/debian/tests/control 2020-01-13 22:35:06.000000000 +0000 @@ -1,7 +1,7 @@ # We can't use autodep8 because the name of the Debian package is # 'enum34' but the name of the Python module is 'enum'. -Test-Command: cd "$ADTTMP" ; python -c "import enum; print enum" +Test-Command: cd "$ADTTMP" ; python2 -c "import enum; print enum" Depends: python-enum34 Test-Command: cd "$ADTTMP" ; pypy -c "import enum; print enum"