diff -Nru python3.9-3.9.7/debian/changelog python3.9-3.9.7/debian/changelog --- python3.9-3.9.7/debian/changelog 2021-09-03 06:18:44.000000000 +0000 +++ python3.9-3.9.7/debian/changelog 2021-09-06 00:49:47.000000000 +0000 @@ -1,3 +1,10 @@ +python3.9 (3.9.7-2+rpi1) bookworm-staging; urgency=medium + + [changes brought forward from 3.9.0~b5-2+rpi1 by Peter Michael Green at Thu, 30 Jul 2020 10:10:07 +0000] + * Disable testsuite (test_concurrent_futures seems to hang) + + -- Raspbian forward porter Mon, 06 Sep 2021 00:49:47 +0000 + python3.9 (3.9.7-2) unstable; urgency=medium * Fix CFLAGS in the python3.x-config scripts. Closes: #992669, #989000. diff -Nru python3.9-3.9.7/debian/rules python3.9-3.9.7/debian/rules --- python3.9-3.9.7/debian/rules 2021-09-03 06:18:17.000000000 +0000 +++ python3.9-3.9.7/debian/rules 2021-09-06 00:49:47.000000000 +0000 @@ -49,9 +49,9 @@ dh_compat2 := $(shell dpkg --compare-versions "$$(dpkg-query -f '$${Version}' -W debhelper)" lt 9.20150811ubuntu2 && echo DH_COMPAT=2) -ifneq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) +#ifneq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) WITHOUT_CHECK := yes -endif +#endif WITHOUT_BENCH := ifneq (,$(findstring nobench, $(DEB_BUILD_OPTIONS))) WITHOUT_BENCH := yes