diff -Nru ostree-2019.2/debian/changelog ostree-2019.2/debian/changelog --- ostree-2019.2/debian/changelog 2019-07-09 19:13:57.000000000 +0000 +++ ostree-2019.2/debian/changelog 2019-07-13 01:16:08.000000000 +0000 @@ -1,3 +1,10 @@ +ostree (2019.2-2+rpi1) bullseye-staging; urgency=medium + + [changes brought forward from 2017.11-2+rpi1 by Peter Michael Green at Thu, 28 Sep 2017 16:17:06 +0000] + * Disable testsuite. + + -- Raspbian forward porter Sat, 13 Jul 2019 01:16:08 +0000 + ostree (2019.2-2) unstable; urgency=medium * Upload to unstable diff -Nru ostree-2019.2/debian/.gitignore ostree-2019.2/debian/.gitignore --- ostree-2019.2/debian/.gitignore 2019-07-09 19:13:57.000000000 +0000 +++ ostree-2019.2/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-2019.2/debian/rules ostree-2019.2/debian/rules --- ostree-2019.2/debian/rules 2019-07-09 19:13:57.000000000 +0000 +++ ostree-2019.2/debian/rules 2019-07-13 01:16:08.000000000 +0000 @@ -46,7 +46,8 @@ override_dh_auto_test-arch: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) chmod +x tests/test-pull-bareuseronly.sh - debian/test.sh + echo testsuite disabled + #debian/test.sh endif override_dh_auto_test-indep: