diff -Nru gr-funcube-1.0.0/debian/changelog gr-funcube-1.0.0/debian/changelog --- gr-funcube-1.0.0/debian/changelog 2021-12-18 13:03:21.000000000 +0000 +++ gr-funcube-1.0.0/debian/changelog 2022-01-07 23:27:23.000000000 +0000 @@ -1,3 +1,9 @@ +gr-funcube (1.0.0-2+rpi1) bookworm-staging; urgency=medium + + * Disable testsuite. + + -- root Fri, 07 Jan 2022 23:27:23 +0000 + gr-funcube (1.0.0-2) unstable; urgency=medium * upload to unstable diff -Nru gr-funcube-1.0.0/debian/rules gr-funcube-1.0.0/debian/rules --- gr-funcube-1.0.0/debian/rules 2021-11-11 03:35:27.000000000 +0000 +++ gr-funcube-1.0.0/debian/rules 2022-01-07 23:27:23.000000000 +0000 @@ -21,3 +21,6 @@ git clone https://github.com/dl1ksv/gr-funcube cd gr-funcube && git archive --format=tar --prefix=gr-funcube-$(VER)/ $(GITREV) | xz > ../gr-funcube_$(VER).orig.tar.xz rm -rf gr-funcube + +override_dh_auto_test: + echo testsuite disabled.