diff -Nru libsecret-0.20.5/debian/changelog libsecret-0.20.5/debian/changelog --- libsecret-0.20.5/debian/changelog 2022-08-31 10:05:48.000000000 +0000 +++ libsecret-0.20.5/debian/changelog 2022-09-12 01:49:45.000000000 +0000 @@ -1,3 +1,9 @@ +libsecret (0.20.5-3+rpi1) bookworm-staging; urgency=medium + + * Disable testsuite, + + -- Peter Michael Green Mon, 12 Sep 2022 01:49:45 +0000 + libsecret (0.20.5-3) unstable; urgency=medium * Team upload diff -Nru libsecret-0.20.5/debian/rules libsecret-0.20.5/debian/rules --- libsecret-0.20.5/debian/rules 2022-08-31 10:05:48.000000000 +0000 +++ libsecret-0.20.5/debian/rules 2022-09-12 01:49:37.000000000 +0000 @@ -10,6 +10,6 @@ dh_makeshlibs -- -c4 override_dh_auto_test: -ifeq (, $(filter nocheck, $(DEB_BUILD_OPTIONS))) +ifeq (testsuitedisabled, $(filter nocheck, $(DEB_BUILD_OPTIONS))) env -u LD_PRELOAD dbus-run-session -- dh_auto_test -- --timeout-multiplier 6 endif