diff -Nru glib2.0-2.74.0/debian/changelog glib2.0-2.74.0/debian/changelog --- glib2.0-2.74.0/debian/changelog 2022-09-18 16:49:01.000000000 +0000 +++ glib2.0-2.74.0/debian/changelog 2022-09-24 19:49:02.000000000 +0000 @@ -1,3 +1,10 @@ +glib2.0 (2.74.0-1+rpi1) bookworm-staging; urgency=medium + + [changes brought forward from 2.73.3-3+rpi1 by Peter Michael Green at Fri, 09 Sep 2022 20:11:51 +0000] + * Disable testsuite. + + -- Raspbian forward porter Sat, 24 Sep 2022 19:49:02 +0000 + glib2.0 (2.74.0-1) unstable; urgency=medium * New upstream release diff -Nru glib2.0-2.74.0/debian/rules glib2.0-2.74.0/debian/rules --- glib2.0-2.74.0/debian/rules 2022-09-18 16:49:01.000000000 +0000 +++ glib2.0-2.74.0/debian/rules 2022-09-24 19:49:02.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 \