diff -Nru ostree-2020.8/debian/changelog ostree-2020.8/debian/changelog --- ostree-2020.8/debian/changelog 2020-11-22 13:24:35.000000000 +0000 +++ ostree-2020.8/debian/changelog 2020-12-15 11:54:45.000000000 +0000 @@ -1,3 +1,9 @@ +ostree (2020.8-2+rpi1) bullseye-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Tue, 15 Dec 2020 11:54:45 +0000 + ostree (2020.8-2) unstable; urgency=medium * d/p/test-pull-summary-sigs-Set-timestamps-to-serve-expected-f.patch: diff -Nru ostree-2020.8/debian/.gitignore ostree-2020.8/debian/.gitignore --- ostree-2020.8/debian/.gitignore 2020-11-22 13:24:35.000000000 +0000 +++ ostree-2020.8/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-2020.8/debian/rules ostree-2020.8/debian/rules --- ostree-2020.8/debian/rules 2020-11-22 13:24:35.000000000 +0000 +++ ostree-2020.8/debian/rules 2020-12-15 11:54:34.000000000 +0000 @@ -43,7 +43,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