diff -Nru ostree-2022.5/debian/changelog ostree-2022.5/debian/changelog --- ostree-2022.5/debian/changelog 2022-08-31 08:47:41.000000000 +0000 +++ ostree-2022.5/debian/changelog 2022-09-09 19:06:32.000000000 +0000 @@ -1,3 +1,10 @@ +ostree (2022.5-3+rpi1) bookworm-staging; urgency=medium + + [changes brought forward from 2020.8-2+rpi1 by Peter Michael Green at Tue, 15 Dec 2020 11:54:45 +0000] + * Disable testsuite. + + -- Raspbian forward porter Fri, 09 Sep 2022 19:06:32 +0000 + ostree (2022.5-3) unstable; urgency=medium * d/control, d/rules: Disable gjs-based tests on armel. diff -Nru ostree-2022.5/debian/.gitignore ostree-2022.5/debian/.gitignore --- ostree-2022.5/debian/.gitignore 2022-08-31 08:47:41.000000000 +0000 +++ ostree-2022.5/debian/.gitignore 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -/*.debhelper -/*.substvars -/gir1.2-ostree-1.0/ -/libostree-1-1/ -/libostree-dev/ -/libostree-doc/ -/ostree-grub2/ -/ostree/ diff -Nru ostree-2022.5/debian/rules ostree-2022.5/debian/rules --- ostree-2022.5/debian/rules 2022-08-31 08:47:41.000000000 +0000 +++ ostree-2022.5/debian/rules 2022-09-09 19:06:32.000000000 +0000 @@ -48,7 +48,7 @@ dh_auto_configure -- $(configure_options) override_dh_auto_test-arch: -ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) +ifeq (testsuitedisabled,$(filter nocheck,$(DEB_BUILD_OPTIONS))) chmod +x tests/test-pull-bareuseronly.sh debian/test.sh endif