diff -Nru xpa-2.1.18/debian/changelog xpa-2.1.18/debian/changelog --- xpa-2.1.18/debian/changelog 2018-01-11 20:17:38.000000000 +0000 +++ xpa-2.1.18/debian/changelog 2018-01-27 09:06:38.000000000 +0000 @@ -1,3 +1,10 @@ +xpa (2.1.18-4+rpi1) buster-staging; urgency=medium + + [changes brought forward from 2.1.18-3+rpi1 by Peter Michael Green at Thu, 17 Aug 2017 19:49:55 +0000] + * Disable testsuite. + + -- Raspbian forward porter Sat, 27 Jan 2018 09:06:38 +0000 + xpa (2.1.18-4) unstable; urgency=medium * Push Standards-Version to 4.1.3. Change remaining URLs to https diff -Nru xpa-2.1.18/debian/rules xpa-2.1.18/debian/rules --- xpa-2.1.18/debian/rules 2018-01-03 08:16:24.000000000 +0000 +++ xpa-2.1.18/debian/rules 2018-01-27 09:06:38.000000000 +0000 @@ -12,10 +12,13 @@ override_dh_auto_build: dh_auto_build -- All tclxpa -ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),) +#ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),) +#override_dh_auto_test: +# debian/tests/xpa_test_build +#endif + override_dh_auto_test: - debian/tests/xpa_test_build -endif + echo testsuite disabled override_dh_installchangelogs: dh_installchangelogs doc/changelog.html