diff -Nru crowdsec-1.0.9/debian/changelog crowdsec-1.0.9/debian/changelog --- crowdsec-1.0.9/debian/changelog 2021-12-04 04:03:33.000000000 +0000 +++ crowdsec-1.0.9/debian/changelog 2021-12-09 22:27:40.000000000 +0000 @@ -1,3 +1,10 @@ +crowdsec (1.0.9-3+rpi1) bookworm-staging; urgency=medium + + [changes brought forward from 1.0.9-1+rpi1 by Peter Michael Green at Sat, 08 May 2021 13:10:12 +0000] + * Disable testsuite (probablly a btrfs related failure). + + -- Raspbian forward porter Thu, 09 Dec 2021 22:27:40 +0000 + crowdsec (1.0.9-3) unstable; urgency=medium * Backport upstream patches to deal with missing MMDB files gracefully diff -Nru crowdsec-1.0.9/debian/rules crowdsec-1.0.9/debian/rules --- crowdsec-1.0.9/debian/rules 2021-12-01 12:03:57.000000000 +0000 +++ crowdsec-1.0.9/debian/rules 2021-12-09 22:27:40.000000000 +0000 @@ -45,6 +45,8 @@ # Drop unit tests from the hub: find debian/crowdsec/usr/share/crowdsec/hub -depth -name '.tests' -exec rm -rf '{}' ';' +override_dh_auto_test: + echo testsuite disabled ### Maintainer targets: