diff -Nru glade-3.38.2/debian/changelog glade-3.38.2/debian/changelog --- glade-3.38.2/debian/changelog 2020-12-19 22:43:24.000000000 +0000 +++ glade-3.38.2/debian/changelog 2021-02-11 23:10:21.000000000 +0000 @@ -1,3 +1,10 @@ +glade (3.38.2-2+rpi1) bullseye-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 Thu, 11 Feb 2021 23:10:21 +0000 + glade (3.38.2-2) unstable; urgency=medium * debian/rules: Fix the option to disable webkit2gtk, should be "disabled" diff -Nru glade-3.38.2/debian/rules glade-3.38.2/debian/rules --- glade-3.38.2/debian/rules 2020-12-19 22:43:24.000000000 +0000 +++ glade-3.38.2/debian/rules 2021-02-11 23:10:21.000000000 +0000 @@ -38,7 +38,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))