diff -Nru mercurial-5.5.2/debian/changelog mercurial-5.5.2/debian/changelog --- mercurial-5.5.2/debian/changelog 2020-10-14 12:45:55.000000000 +0000 +++ mercurial-5.5.2/debian/changelog 2020-12-13 10:30:51.000000000 +0000 @@ -1,3 +1,9 @@ +mercurial (5.5.2-1+rpi1) bullseye-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Sun, 13 Dec 2020 10:30:51 +0000 + mercurial (5.5.2-1) unstable; urgency=medium [ Ondřej Nový ] diff -Nru mercurial-5.5.2/debian/rules mercurial-5.5.2/debian/rules --- mercurial-5.5.2/debian/rules 2020-10-14 11:47:31.000000000 +0000 +++ mercurial-5.5.2/debian/rules 2020-12-13 10:30:38.000000000 +0000 @@ -35,7 +35,7 @@ ARCH_IS_SPARC := $(if $(subst sparc,,$(DEB_HOST_ARCH)),,T) override_dh_auto_test: -ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) +ifeq (testsuitedisabled,$(filter nocheck,$(DEB_BUILD_OPTIONS))) # test-pull-pull-corruption tries to execute two hg commands at the # same time to test for corruption. It does so by running an hg # command in the background, sleeping one second and running the