diff -Nru tellico-3.2.1/debian/changelog tellico-3.2.1/debian/changelog --- tellico-3.2.1/debian/changelog 2019-07-10 04:14:53.000000000 +0000 +++ tellico-3.2.1/debian/changelog 2019-08-15 15:20:02.000000000 +0000 @@ -1,3 +1,9 @@ +tellico (3.2.1-1+rpi1) bullseye-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Thu, 15 Aug 2019 15:20:02 +0000 + tellico (3.2.1-1) unstable; urgency=medium * New upstream release. diff -Nru tellico-3.2.1/debian/rules tellico-3.2.1/debian/rules --- tellico-3.2.1/debian/rules 2018-05-26 10:51:52.000000000 +0000 +++ tellico-3.2.1/debian/rules 2019-08-15 15:19:49.000000000 +0000 @@ -19,7 +19,7 @@ -DENABLE_WEBCAM=false override_dh_auto_test: -ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) +ifeq (testsuitedisabled,$(filter nocheck,$(DEB_BUILD_OPTIONS))) cd obj-* && $(MAKE) install DESTDIR=$(CURDIR)/test_root mkdir -p "$(TESTS_HOME)" mkdir -p "$(TESTS_HOME)/tmp"