diff -Nru cups-2.3.0/debian/changelog cups-2.3.0/debian/changelog --- cups-2.3.0/debian/changelog 2019-09-06 07:32:07.000000000 +0000 +++ cups-2.3.0/debian/changelog 2019-09-09 23:25:53.000000000 +0000 @@ -1,3 +1,10 @@ +cups (2.3.0-3+rpi1) bullseye-staging; urgency=medium + + [changes brought forward from 2.2.10-6+rpi1 by Peter Michael Green at Fri, 26 Jul 2019 16:23:41 +0000] + * Disable testsuite. + + -- Raspbian forward porter Mon, 09 Sep 2019 23:25:53 +0000 + cups (2.3.0-3) unstable; urgency=low * Fix autopkgtests for real; refactor lpadmin stderr filtering diff -Nru cups-2.3.0/debian/rules cups-2.3.0/debian/rules --- cups-2.3.0/debian/rules 2019-09-06 07:32:07.000000000 +0000 +++ cups-2.3.0/debian/rules 2019-09-09 23:25:53.000000000 +0000 @@ -205,7 +205,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