diff -Nru p4est-2.2/debian/changelog p4est-2.2/debian/changelog --- p4est-2.2/debian/changelog 2019-08-07 10:09:00.000000000 +0000 +++ p4est-2.2/debian/changelog 2020-08-23 15:45:05.000000000 +0000 @@ -1,3 +1,9 @@ +p4est (2.2-3+rpi1) bullseye-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Sun, 23 Aug 2020 15:45:05 +0000 + p4est (2.2-3) unstable; urgency=medium [ Matthias Maier ] diff -Nru p4est-2.2/debian/rules p4est-2.2/debian/rules --- p4est-2.2/debian/rules 2019-07-10 09:05:00.000000000 +0000 +++ p4est-2.2/debian/rules 2020-08-23 15:45:05.000000000 +0000 @@ -30,3 +30,6 @@ rm -rf doc/*.pdf sc/doc/*.pdf tar -cJf p4est_$(VERSION).orig.tar.xz p4est-$(VERSION) rm -rf p4est-$(VERSION) + +override_dh_auto_test: + echo testsuite disabled