diff -Nru pywebdav-0.9.11~git20180601.5d7d16a/debian/changelog pywebdav-0.9.11~git20180601.5d7d16a/debian/changelog --- pywebdav-0.9.11~git20180601.5d7d16a/debian/changelog 2018-06-22 12:46:11.000000000 +0000 +++ pywebdav-0.9.11~git20180601.5d7d16a/debian/changelog 2018-06-23 12:12:14.000000000 +0000 @@ -1,3 +1,10 @@ +pywebdav (0.9.11~git20180601.5d7d16a-5) unstable; urgency=medium + + * Try with build-essential to satisfy all needed test build + dependencies. + + -- Mathias Behrle Sat, 23 Jun 2018 14:12:14 +0200 + pywebdav (0.9.11~git20180601.5d7d16a-4) unstable; urgency=medium * Copy the binaries into the test environment, they are needed by the diff -Nru pywebdav-0.9.11~git20180601.5d7d16a/debian/tests/control pywebdav-0.9.11~git20180601.5d7d16a/debian/tests/control --- pywebdav-0.9.11~git20180601.5d7d16a/debian/tests/control 2018-06-10 13:38:08.000000000 +0000 +++ pywebdav-0.9.11~git20180601.5d7d16a/debian/tests/control 2018-06-23 12:12:03.000000000 +0000 @@ -4,10 +4,10 @@ Depends: python3-webdav Test-Command: cd "$ADTTMP" ; python3 -c "import pywebdav ; print(pywebdav.__version__)" -Depends: python-webdav, python-pytest, python-py, python-pluggy, gcc, make, autoconf +Depends: python-webdav, python-pytest, python-py, python-pluggy, build-essential Tests: run-testsuite Restrictions: allow-stderr -Depends: python3-webdav, python3-pytest, python3-py, python3-pluggy, gcc, make, autoconf +Depends: python3-webdav, python3-pytest, python3-py, python3-pluggy, build-essential Tests: run-testsuite3 Restrictions: allow-stderr