diff -Nru cython-0.29.28/debian/changelog cython-0.29.28/debian/changelog --- cython-0.29.28/debian/changelog 2022-03-18 03:20:26.000000000 +0000 +++ cython-0.29.28/debian/changelog 2022-03-24 20:54:36.000000000 +0000 @@ -1,3 +1,9 @@ +cython (0.29.28-3+rpi1) bookworm-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Thu, 24 Mar 2022 20:54:36 +0000 + cython (0.29.28-3) unstable; urgency=medium * Team upload diff -Nru cython-0.29.28/debian/rules cython-0.29.28/debian/rules --- cython-0.29.28/debian/rules 2022-03-18 03:20:26.000000000 +0000 +++ cython-0.29.28/debian/rules 2022-03-24 20:54:36.000000000 +0000 @@ -101,7 +101,7 @@ override_dh_auto_test: -ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))$(filter sparc64,$(DEB_HOST_ARCH))) +ifeq (testsuitedisabled,$(filter nocheck,$(DEB_BUILD_OPTIONS))$(filter sparc64,$(DEB_HOST_ARCH))) set -e; for P in $(PY3VERS); do \ echo =============== $$P start ===============; \ if PYTHONPATH=`/bin/ls -d $(CURDIR)/build/lib.*-$$P` \