diff -Nru python-pyproj-2.6.0+ds/debian/changelog python-pyproj-2.6.0+ds/debian/changelog --- python-pyproj-2.6.0+ds/debian/changelog 2020-03-18 04:46:33.000000000 +0000 +++ python-pyproj-2.6.0+ds/debian/changelog 2020-03-26 02:33:34.000000000 +0000 @@ -1,3 +1,9 @@ +python-pyproj (2.6.0+ds-1+rpi1) bullseye-staging; urgency=medium + + * Ignore test failures on armhf too. + + -- Peter Michael Green Thu, 26 Mar 2020 02:33:34 +0000 + python-pyproj (2.6.0+ds-1) unstable; urgency=medium * New upstream release. diff -Nru python-pyproj-2.6.0+ds/debian/rules python-pyproj-2.6.0+ds/debian/rules --- python-pyproj-2.6.0+ds/debian/rules 2020-03-18 04:46:33.000000000 +0000 +++ python-pyproj-2.6.0+ds/debian/rules 2020-03-26 02:33:23.000000000 +0000 @@ -24,7 +24,7 @@ override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) -ifneq (,$(filter $(DEB_BUILD_ARCH),i386 hppa hurd-i386 kfreebsd-i386 powerpc)) +ifneq (,$(filter $(DEB_BUILD_ARCH),armhf i386 hppa hurd-i386 kfreebsd-i386 powerpc)) dh_auto_test || echo "Ignoring test failures" else dh_auto_test