diff -Nru path.py-11.5.0/debian/changelog path.py-11.5.0/debian/changelog --- path.py-11.5.0/debian/changelog 2018-10-22 08:19:28.000000000 +0000 +++ path.py-11.5.0/debian/changelog 2018-11-23 07:55:24.000000000 +0000 @@ -1,3 +1,10 @@ +path.py (11.5.0-3) unstable; urgency=medium + + * Team upload. + * Fix autopkgtests, replace them with autodep8 Python tests. + + -- Ondřej Nový Fri, 23 Nov 2018 08:55:24 +0100 + path.py (11.5.0-2) unstable; urgency=medium * Modify how the upstream test suite gets run (Closes: #911488). diff -Nru path.py-11.5.0/debian/control path.py-11.5.0/debian/control --- path.py-11.5.0/debian/control 2018-10-22 08:19:28.000000000 +0000 +++ path.py-11.5.0/debian/control 2018-11-23 07:35:57.000000000 +0000 @@ -17,6 +17,7 @@ python3-setuptools-scm Vcs-Git: https://salsa.debian.org/python-team/modules/path.py.git Vcs-Browser: https://salsa.debian.org/python-team/modules/path.py +Testsuite: autopkgtest-pkg-python Package: python-path Architecture: all diff -Nru path.py-11.5.0/debian/tests/control path.py-11.5.0/debian/tests/control --- path.py-11.5.0/debian/tests/control 2018-10-22 08:19:28.000000000 +0000 +++ path.py-11.5.0/debian/tests/control 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -Tests: import2 -Depends: python-path - -Tests: import3 -Depends: python3-path - -Tests: upstream2 -Depends: python-path, python-pytest, python-setuptools, python-packaging - -Tests: upstream3 -Depends: python3-path, python3-pytest, python3-setuptools, python3-packaging diff -Nru path.py-11.5.0/debian/tests/control.autodep8 path.py-11.5.0/debian/tests/control.autodep8 --- path.py-11.5.0/debian/tests/control.autodep8 1970-01-01 00:00:00.000000000 +0000 +++ path.py-11.5.0/debian/tests/control.autodep8 2018-11-23 07:35:38.000000000 +0000 @@ -0,0 +1,5 @@ +Tests: upstream2 +Depends: python-path, python-pytest, python-setuptools, python-packaging + +Tests: upstream3 +Depends: python3-path, python3-pytest, python3-setuptools, python3-packaging diff -Nru path.py-11.5.0/debian/tests/import2 path.py-11.5.0/debian/tests/import2 --- path.py-11.5.0/debian/tests/import2 2018-10-22 08:19:28.000000000 +0000 +++ path.py-11.5.0/debian/tests/import2 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -#!/bin/sh -set -e -python2 -c "import path" diff -Nru path.py-11.5.0/debian/tests/import3 path.py-11.5.0/debian/tests/import3 --- path.py-11.5.0/debian/tests/import3 2018-10-22 08:19:28.000000000 +0000 +++ path.py-11.5.0/debian/tests/import3 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -#!/bin/sh -set -e -python3 -c "import path"