diff -Nru python-aiortc-1.2.1/debian/changelog python-aiortc-1.2.1/debian/changelog --- python-aiortc-1.2.1/debian/changelog 2021-09-06 19:01:24.000000000 +0000 +++ python-aiortc-1.2.1/debian/changelog 2021-10-29 01:52:05.000000000 +0000 @@ -1,3 +1,9 @@ +python-aiortc (1.2.1-3+rpi1) bookworm-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Fri, 29 Oct 2021 01:52:05 +0000 + python-aiortc (1.2.1-3) unstable; urgency=medium * fix depend (not only build-depend) on python3-crc32c diff -Nru python-aiortc-1.2.1/debian/rules python-aiortc-1.2.1/debian/rules --- python-aiortc-1.2.1/debian/rules 2021-04-13 12:09:02.000000000 +0000 +++ python-aiortc-1.2.1/debian/rules 2021-10-29 01:51:54.000000000 +0000 @@ -5,3 +5,6 @@ %: dh $@ --buildsystem=pybuild + +override_dh_auto_test: + echo testsuite disabled. \ No newline at end of file