diff -Nru ostree-2018.2/debian/changelog ostree-2018.2/debian/changelog --- ostree-2018.2/debian/changelog 2018-02-19 09:01:47.000000000 +0000 +++ ostree-2018.2/debian/changelog 2018-03-01 05:46:13.000000000 +0000 @@ -1,3 +1,10 @@ +ostree (2018.2-1+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, 01 Mar 2018 05:46:13 +0000 + ostree (2018.2-1) unstable; urgency=medium * New upstream release diff -Nru ostree-2018.2/debian/.gitignore ostree-2018.2/debian/.gitignore --- ostree-2018.2/debian/.gitignore 2018-02-19 09:01:47.000000000 +0000 +++ ostree-2018.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-2018.2/debian/rules ostree-2018.2/debian/rules --- ostree-2018.2/debian/rules 2018-02-19 09:01:47.000000000 +0000 +++ ostree-2018.2/debian/rules 2018-03-01 05:46:12.000000000 +0000 @@ -40,7 +40,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: