diff -Nru cups-2.3.3/debian/changelog cups-2.3.3/debian/changelog --- cups-2.3.3/debian/changelog 2020-09-03 07:27:04.000000000 +0000 +++ cups-2.3.3/debian/changelog 2020-09-07 08:26:52.000000000 +0000 @@ -1,3 +1,9 @@ +cups (2.3.3-3+rpi1) bullseye-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Mon, 07 Sep 2020 08:26:52 +0000 + cups (2.3.3-3) unstable; urgency=medium [ Didier Raboud ] diff -Nru cups-2.3.3/debian/rules cups-2.3.3/debian/rules --- cups-2.3.3/debian/rules 2020-09-03 07:27:04.000000000 +0000 +++ cups-2.3.3/debian/rules 2020-09-07 08:26:52.000000000 +0000 @@ -213,7 +213,7 @@ dh_strip_nondeterminism override_dh_auto_test: -ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) +ifeq (testsuitedisabled,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) CUPS_TESTBASE=$(shell mktemp -d /tmp/cups.XXXXXX) make check # Check that cups-config is not architecture-specific [ -r cups-config ] && grep -vq $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) cups-config