diff -Nru cups-2.2.12/debian/changelog cups-2.2.12/debian/changelog --- cups-2.2.12/debian/changelog 2019-08-30 16:19:57.000000000 +0000 +++ cups-2.2.12/debian/changelog 2019-09-03 18:55:14.000000000 +0000 @@ -1,3 +1,10 @@ +cups (2.2.12-2+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 Tue, 03 Sep 2019 18:55:14 +0000 + cups (2.2.12-2) unstable; urgency=medium [ Helge Kreutzmann ] diff -Nru cups-2.2.12/debian/rules cups-2.2.12/debian/rules --- cups-2.2.12/debian/rules 2019-08-30 16:19:57.000000000 +0000 +++ cups-2.2.12/debian/rules 2019-09-03 18:55:14.000000000 +0000 @@ -197,7 +197,7 @@ dh_fixperms -Xusr/lib/cups/backend-available 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