diff -Nru libsearpc-3.2.0/debian/changelog libsearpc-3.2.0/debian/changelog --- libsearpc-3.2.0/debian/changelog 2019-12-28 12:43:58.000000000 +0000 +++ libsearpc-3.2.0/debian/changelog 2019-12-29 13:20:31.000000000 +0000 @@ -1,3 +1,10 @@ +libsearpc (3.2.0-3) unstable; urgency=medium + + * Fix autopkgtest for Python 3 + * Remove unnecessary dirs file + + -- Moritz Schlarb Sun, 29 Dec 2019 14:20:31 +0100 + libsearpc (3.2.0-2) unstable; urgency=medium * Version bump for source-only upload to allow migration to testing diff -Nru libsearpc-3.2.0/debian/libsearpc1.dirs libsearpc-3.2.0/debian/libsearpc1.dirs --- libsearpc-3.2.0/debian/libsearpc1.dirs 2019-12-28 12:40:18.000000000 +0000 +++ libsearpc-3.2.0/debian/libsearpc1.dirs 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr/lib diff -Nru libsearpc-3.2.0/debian/tests/control libsearpc-3.2.0/debian/tests/control --- libsearpc-3.2.0/debian/tests/control 2019-12-28 12:40:18.000000000 +0000 +++ libsearpc-3.2.0/debian/tests/control 2019-12-29 13:01:56.000000000 +0000 @@ -1,3 +1,3 @@ Test-Command: set -e ; for py in $(pyversions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import pysearpc; print pysearpc" ; done -Depends: python-all, python-searpc +Depends: python3-all, python3-searpc Restrictions: superficial