diff -Nru cups-2.2.6/debian/changelog cups-2.2.6/debian/changelog --- cups-2.2.6/debian/changelog 2017-11-03 11:55:53.000000000 +0000 +++ cups-2.2.6/debian/changelog 2017-11-09 12:53:09.000000000 +0000 @@ -1,3 +1,9 @@ +cups (2.2.6-2+rpi1) buster-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Thu, 09 Nov 2017 12:53:09 +0000 + cups (2.2.6-2) unstable; urgency=medium * Backport upstream patch from the 2.3 branch: diff -Nru cups-2.2.6/debian/rules cups-2.2.6/debian/rules --- cups-2.2.6/debian/rules 2017-11-03 11:50:48.000000000 +0000 +++ cups-2.2.6/debian/rules 2017-11-09 12:52:55.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