diff -Nru ola-0.10.8.nojsmin/debian/changelog ola-0.10.8.nojsmin/debian/changelog --- ola-0.10.8.nojsmin/debian/changelog 2020-12-10 10:02:44.000000000 +0000 +++ ola-0.10.8.nojsmin/debian/changelog 2022-09-16 11:39:00.000000000 +0000 @@ -1,3 +1,10 @@ +ola (0.10.8.nojsmin-2+rpi1) bookworm-staging; urgency=medium + + * Rebuild against glibc 2.34 + * Disable testsuite. + + -- Peter Michael Green Fri, 16 Sep 2022 11:39:00 +0000 + ola (0.10.8.nojsmin-2) unstable; urgency=medium * Cherry-pick three patches from upstream to make the build succeed on diff -Nru ola-0.10.8.nojsmin/debian/rules ola-0.10.8.nojsmin/debian/rules --- ola-0.10.8.nojsmin/debian/rules 2020-11-22 19:16:52.000000000 +0000 +++ ola-0.10.8.nojsmin/debian/rules 2022-09-16 11:39:00.000000000 +0000 @@ -26,3 +26,6 @@ override_dh_clean: find . -type d -name '__pycache__' -print0 | xargs -0 rm -rf dh_clean -a + +override_dh_auto_test: + echo testsuite disabled