diff -Nru python-socksipy-1.6.8+dfsg/debian/changelog python-socksipy-1.6.8+dfsg/debian/changelog --- python-socksipy-1.6.8+dfsg/debian/changelog 2018-09-08 00:06:51.000000000 +0000 +++ python-socksipy-1.6.8+dfsg/debian/changelog 2020-01-14 11:15:20.000000000 +0000 @@ -1,3 +1,15 @@ +python-socksipy (1.6.8+dfsg-1ubuntu1) focal; urgency=medium + + * Use python2 in the autopkg test. + + -- Matthias Klose Tue, 14 Jan 2020 12:15:20 +0100 + +python-socksipy (1.6.8+dfsg-1build1) focal; urgency=medium + + * No-change rebuild to generate dependencies on python2. + + -- Matthias Klose Tue, 17 Dec 2019 12:44:21 +0000 + python-socksipy (1.6.8+dfsg-1) unstable; urgency=medium * New upstream release (Closes: #856617) diff -Nru python-socksipy-1.6.8+dfsg/debian/tests/control python-socksipy-1.6.8+dfsg/debian/tests/control --- python-socksipy-1.6.8+dfsg/debian/tests/control 2018-09-07 23:35:26.000000000 +0000 +++ python-socksipy-1.6.8+dfsg/debian/tests/control 2020-01-14 11:15:18.000000000 +0000 @@ -1,5 +1,5 @@ Depends: python-socks -Test-Command: cd "$AUTOPKGTEST_TMP" ; python -c "import socks ; print socks.__version__" +Test-Command: cd "$AUTOPKGTEST_TMP" ; python2 -c "import socks ; print socks.__version__" Depends: python3-socks Test-Command: cd "$AUTOPKGTEST_TMP" ; python3 -c "import socks ; print(socks.__version__)"