diff -Nru glib2.0-2.62.4/debian/changelog glib2.0-2.62.4/debian/changelog --- glib2.0-2.62.4/debian/changelog 2019-12-30 13:01:04.000000000 +0000 +++ glib2.0-2.62.4/debian/changelog 2020-01-31 13:46:55.000000000 +0000 @@ -1,3 +1,9 @@ +glib2.0 (2.62.4-1+rpi1) bullseye-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Fri, 31 Jan 2020 13:46:55 +0000 + glib2.0 (2.62.4-1) unstable; urgency=medium * Team upload diff -Nru glib2.0-2.62.4/debian/rules glib2.0-2.62.4/debian/rules --- glib2.0-2.62.4/debian/rules 2019-12-30 13:01:04.000000000 +0000 +++ glib2.0-2.62.4/debian/rules 2020-01-31 13:46:55.000000000 +0000 @@ -125,7 +125,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 \