diff -Nru libuv1-1.44.2/debian/changelog libuv1-1.44.2/debian/changelog --- libuv1-1.44.2/debian/changelog 2022-07-28 16:35:31.000000000 +0000 +++ libuv1-1.44.2/debian/changelog 2022-09-24 19:17:35.000000000 +0000 @@ -1,3 +1,10 @@ +libuv1 (1.44.2-1+rpi1) bookworm-staging; urgency=medium + + [changes brought forward from 1.44.1-2+rpi1 by Peter Michael Green at Thu, 24 Mar 2022 17:44:13 +0000] + * Disable testsuite, it seems to fail on our lxc based autobuilders. + + -- Raspbian forward porter Sat, 24 Sep 2022 19:17:35 +0000 + libuv1 (1.44.2-1) unstable; urgency=medium * new upstream version diff -Nru libuv1-1.44.2/debian/rules libuv1-1.44.2/debian/rules --- libuv1-1.44.2/debian/rules 2022-07-28 16:35:31.000000000 +0000 +++ libuv1-1.44.2/debian/rules 2022-09-24 19:17:35.000000000 +0000 @@ -29,7 +29,7 @@ override_dh_auto_test: ifeq ($(DEB_BUILD_ARCH_OS),linux) # tests fail if they are run in parallel - dh_auto_test --no-parallel + #dh_auto_test --no-parallel else - -dh_auto_test + #-dh_auto_test endif