diff -Nru python-pyproj-3.0.0/debian/changelog python-pyproj-3.0.0/debian/changelog --- python-pyproj-3.0.0/debian/changelog 2020-11-06 09:51:26.000000000 +0000 +++ python-pyproj-3.0.0/debian/changelog 2020-11-12 14:34:57.000000000 +0000 @@ -1,3 +1,9 @@ +python-pyproj (3.0.0-1+rpi1) bullseye-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Thu, 12 Nov 2020 14:34:57 +0000 + python-pyproj (3.0.0-1) unstable; urgency=medium * Ignore .post releases in watch file. diff -Nru python-pyproj-3.0.0/debian/rules python-pyproj-3.0.0/debian/rules --- python-pyproj-3.0.0/debian/rules 2020-11-05 05:08:51.000000000 +0000 +++ python-pyproj-3.0.0/debian/rules 2020-11-12 14:34:45.000000000 +0000 @@ -33,7 +33,7 @@ PYTHONPATH=$(shell ls -d $(CURDIR)/.pybuild/*_$(shell py3versions -dv)_*/build 2> /dev/null | head -1) make -C $(CURDIR)/docs man override_dh_auto_test: -ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) +ifeq (testsuitedisabled,$(filter nocheck,$(DEB_BUILD_OPTIONS))) ifneq (,$(filter $(DEB_BUILD_ARCH),i386 hppa hurd-i386 kfreebsd-i386 powerpc)) dh_auto_test || echo "Ignoring test failures" else