diff -Nru python-pyproj-2.4.1+ds/debian/changelog python-pyproj-2.4.1+ds/debian/changelog --- python-pyproj-2.4.1+ds/debian/changelog 2019-11-06 13:28:09.000000000 +0000 +++ python-pyproj-2.4.1+ds/debian/changelog 2019-11-26 12:01:37.000000000 +0000 @@ -1,3 +1,9 @@ +python-pyproj (2.4.1+ds-1+rpi1) bullseye-staging; urgency=medium + + * Ignore test failures on armhf too. + + -- Peter Michael Green Tue, 26 Nov 2019 12:01:37 +0000 + python-pyproj (2.4.1+ds-1) unstable; urgency=medium * New upstream release. diff -Nru python-pyproj-2.4.1+ds/debian/rules python-pyproj-2.4.1+ds/debian/rules --- python-pyproj-2.4.1+ds/debian/rules 2019-09-19 06:05:44.000000000 +0000 +++ python-pyproj-2.4.1+ds/debian/rules 2019-11-26 12:01:28.000000000 +0000 @@ -25,7 +25,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),i386 hppa hurd-i386 kfreebsd-i386 powerpc armhf)) dh_auto_test || echo "Ignoring test failures" else dh_auto_test