diff -Nru ostree-2018.4/debian/changelog ostree-2018.4/debian/changelog --- ostree-2018.4/debian/changelog 2018-04-17 08:06:42.000000000 +0000 +++ ostree-2018.4/debian/changelog 2018-04-26 06:23:02.000000000 +0000 @@ -1,3 +1,10 @@ +ostree (2018.4-2+rpi1) buster-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 Thu, 26 Apr 2018 06:23:02 +0000 + ostree (2018.4-2) unstable; urgency=medium * d/p/Don-t-write-to-parent-repo.patch: diff -Nru ostree-2018.4/debian/.gitignore ostree-2018.4/debian/.gitignore --- ostree-2018.4/debian/.gitignore 2018-04-17 08:06:42.000000000 +0000 +++ ostree-2018.4/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-2018.4/debian/rules ostree-2018.4/debian/rules --- ostree-2018.4/debian/rules 2018-04-17 08:06:42.000000000 +0000 +++ ostree-2018.4/debian/rules 2018-04-26 06:23:02.000000000 +0000 @@ -41,7 +41,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: