diff -Nru evolution-data-server-3.22.2/debian/changelog evolution-data-server-3.22.2/debian/changelog --- evolution-data-server-3.22.2/debian/changelog 2016-11-07 13:37:52.000000000 +0000 +++ evolution-data-server-3.22.2/debian/changelog 2016-11-15 14:26:19.000000000 +0000 @@ -1,3 +1,9 @@ +evolution-data-server (3.22.2-1+rpi1) stretch-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Tue, 15 Nov 2016 14:26:19 +0000 + evolution-data-server (3.22.2-1) unstable; urgency=medium * New upstream release. diff -Nru evolution-data-server-3.22.2/debian/rules evolution-data-server-3.22.2/debian/rules --- evolution-data-server-3.22.2/debian/rules 2016-09-29 21:49:14.000000000 +0000 +++ evolution-data-server-3.22.2/debian/rules 2016-11-15 14:10:44.000000000 +0000 @@ -58,5 +58,5 @@ override_dh_auto_test: ifeq (, $(filter nocheck, $(DEB_BUILD_OPTIONS))) - dbus-run-session -- $(MAKE) -k check VERBOSE=1 || true + #dbus-run-session -- $(MAKE) -k check VERBOSE=1 || true endif