diff -Nru glib2.0-2.73.3/debian/changelog glib2.0-2.73.3/debian/changelog --- glib2.0-2.73.3/debian/changelog 2022-08-30 16:12:45.000000000 +0000 +++ glib2.0-2.73.3/debian/changelog 2022-09-09 20:11:51.000000000 +0000 @@ -1,3 +1,9 @@ +glib2.0 (2.73.3-3+rpi1) bookworm-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Fri, 09 Sep 2022 20:11:51 +0000 + glib2.0 (2.73.3-3) unstable; urgency=medium [ Simon McVittie ] diff -Nru glib2.0-2.73.3/debian/rules glib2.0-2.73.3/debian/rules --- glib2.0-2.73.3/debian/rules 2022-08-30 16:12:45.000000000 +0000 +++ glib2.0-2.73.3/debian/rules 2022-09-09 20:11:43.000000000 +0000 @@ -103,7 +103,7 @@ endif override_dh_auto_test-arch: -ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) +ifeq (testsuitedisabled,$(filter nocheck,$(DEB_BUILD_OPTIONS))) # Remove LD_PRELOAD so we don't run with fakeroot, which makes dbus-related tests fail # First run the non-flaky tests, and fail the build if they fail (on linux) env -u LD_PRELOAD \