diff -Nru mercurial-5.6.1/debian/changelog mercurial-5.6.1/debian/changelog --- mercurial-5.6.1/debian/changelog 2021-05-23 12:37:06.000000000 +0000 +++ mercurial-5.6.1/debian/changelog 2021-06-04 03:23:19.000000000 +0000 @@ -1,3 +1,10 @@ +mercurial (5.6.1-4+rpi1) bullseye-staging; urgency=medium + + [changes brought forward from 5.5.2-1+rpi1 by Peter Michael Green at Sun, 13 Dec 2020 10:30:51 +0000] + * Disable testsuite. + + -- Raspbian forward porter Fri, 04 Jun 2021 03:23:19 +0000 + mercurial (5.6.1-4) unstable; urgency=medium * Revert -mno-lra workaround on mips64el, #871514 was fixed. Fixes diff -Nru mercurial-5.6.1/debian/rules mercurial-5.6.1/debian/rules --- mercurial-5.6.1/debian/rules 2021-05-23 12:37:06.000000000 +0000 +++ mercurial-5.6.1/debian/rules 2021-06-04 03:23:19.000000000 +0000 @@ -31,7 +31,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