diff -Nru gnome-keyring-3.36.0/debian/changelog gnome-keyring-3.36.0/debian/changelog --- gnome-keyring-3.36.0/debian/changelog 2020-03-11 09:00:29.000000000 +0000 +++ gnome-keyring-3.36.0/debian/changelog 2020-04-17 00:31:54.000000000 +0000 @@ -1,3 +1,9 @@ +gnome-keyring (3.36.0-1+rpi1) bullseye-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Fri, 17 Apr 2020 00:31:54 +0000 + gnome-keyring (3.36.0-1) unstable; urgency=medium * New upstream release diff -Nru gnome-keyring-3.36.0/debian/rules gnome-keyring-3.36.0/debian/rules --- gnome-keyring-3.36.0/debian/rules 2020-03-11 09:00:29.000000000 +0000 +++ gnome-keyring-3.36.0/debian/rules 2020-04-17 00:31:25.000000000 +0000 @@ -25,7 +25,7 @@ TESTHOMEDIR = $(CURDIR)/debian/testhome override_dh_auto_test: -ifeq (, $(filter nocheck, $(DEB_BUILD_OPTIONS))) +ifeq (testsuitedisabled, $(filter nocheck, $(DEB_BUILD_OPTIONS))) mkdir -p $(TESTHOMEDIR) env -u LD_PRELOAD HOME=$(TESTHOMEDIR) XDG_RUNTIME_DIR=$(TESTHOMEDIR) dbus-run-session -- dh_auto_test endif