diff -Nru ostree-2017.14/debian/changelog ostree-2017.14/debian/changelog --- ostree-2017.14/debian/changelog 2017-12-10 19:42:36.000000000 +0000 +++ ostree-2017.14/debian/changelog 2017-12-23 00:07:40.000000000 +0000 @@ -1,3 +1,10 @@ +ostree (2017.14-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. + + -- Peter Michael Green Sat, 23 Dec 2017 00:07:40 +0000 + ostree (2017.14-1) unstable; urgency=medium * New upstream release diff -Nru ostree-2017.14/debian/.gitignore ostree-2017.14/debian/.gitignore --- ostree-2017.14/debian/.gitignore 2017-12-10 19:42:36.000000000 +0000 +++ ostree-2017.14/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-2017.14/debian/rules ostree-2017.14/debian/rules --- ostree-2017.14/debian/rules 2017-12-10 19:42:36.000000000 +0000 +++ ostree-2017.14/debian/rules 2017-12-23 00:07:31.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: