diff -Nru uvloop-0.14.0+ds1/debian/changelog uvloop-0.14.0+ds1/debian/changelog --- uvloop-0.14.0+ds1/debian/changelog 2019-12-03 20:20:11.000000000 +0000 +++ uvloop-0.14.0+ds1/debian/changelog 2020-03-31 02:19:25.000000000 +0000 @@ -1,3 +1,9 @@ +uvloop (0.14.0+ds1-1+rpi1) bullseye-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Tue, 31 Mar 2020 02:19:25 +0000 + uvloop (0.14.0+ds1-1) unstable; urgency=medium [ Ondřej Nový ] diff -Nru uvloop-0.14.0+ds1/debian/rules uvloop-0.14.0+ds1/debian/rules --- uvloop-0.14.0+ds1/debian/rules 2019-12-03 20:20:11.000000000 +0000 +++ uvloop-0.14.0+ds1/debian/rules 2020-03-31 02:19:02.000000000 +0000 @@ -4,7 +4,7 @@ export PYBUILD_BUILD_ARGS=build_ext --use-system-libuv export PYBUILD_INSTALL_ARGS=build_ext --use-system-libuv export PYBUILD_TEST_ARGS=-s tests --ignore=tests/test_pipes.py --ignore=tests/test_sourcecode.py -export PYBUILD_DISABLE=test/python3-dbg +export PYBUILD_DISABLE=test export DEB_BUILD_MAINT_OPTIONS = hardening=+all