diff -Nru glade-3.38.2/debian/changelog glade-3.38.2/debian/changelog --- glade-3.38.2/debian/changelog 2021-05-08 16:44:39.000000000 +0000 +++ glade-3.38.2/debian/changelog 2021-08-27 11:43:17.000000000 +0000 @@ -1,3 +1,10 @@ +glade (3.38.2-3+rpi1) bookworm-staging; urgency=medium + + [changes brought forward from 3.38.2-1+rpi1 by Peter Michael Green at Wed, 20 Jan 2021 02:42:50 +0000] + * Disable testsuite. + + -- Raspbian forward porter Fri, 27 Aug 2021 11:43:17 +0000 + glade (3.38.2-3) unstable; urgency=medium * Re-enable the webkit plugin on hurd-i386 diff -Nru glade-3.38.2/debian/rules glade-3.38.2/debian/rules --- glade-3.38.2/debian/rules 2021-05-08 16:44:39.000000000 +0000 +++ glade-3.38.2/debian/rules 2021-08-27 11:43:17.000000000 +0000 @@ -36,7 +36,7 @@ CHECK_RUNTIME_DIR= $(CURDIR)/debian/tmp/run override_dh_auto_test: -ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) +ifeq (testsuitedisabled,$(filter nocheck,$(DEB_BUILD_OPTIONS))) mkdir -p -m0700 $(CHECK_RUNTIME_DIR) # Tests are failing without gjs support, see https://gitlab.gnome.org/GNOME/glade/-/issues/495 ifeq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x powerpc ppc64 riscv64))