diff -Nru mercurial-6.1.1/debian/changelog mercurial-6.1.1/debian/changelog --- mercurial-6.1.1/debian/changelog 2022-04-11 12:08:09.000000000 +0000 +++ mercurial-6.1.1/debian/changelog 2022-04-21 22:42:37.000000000 +0000 @@ -1,3 +1,9 @@ +mercurial (6.1.1-1+rpi1) bookworm-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Thu, 21 Apr 2022 22:42:37 +0000 + mercurial (6.1.1-1) sid; urgency=medium * New upstream bugfix release. diff -Nru mercurial-6.1.1/debian/rules mercurial-6.1.1/debian/rules --- mercurial-6.1.1/debian/rules 2022-02-03 09:30:19.000000000 +0000 +++ mercurial-6.1.1/debian/rules 2022-04-21 22:42:19.000000000 +0000 @@ -33,7 +33,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