diff -Nru rsyslog-8.2206.0/debian/changelog rsyslog-8.2206.0/debian/changelog --- rsyslog-8.2206.0/debian/changelog 2022-06-14 19:46:56.000000000 +0000 +++ rsyslog-8.2206.0/debian/changelog 2022-06-21 09:08:45.000000000 +0000 @@ -1,3 +1,9 @@ +rsyslog (8.2206.0-1+rpi1) bookworm-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Tue, 21 Jun 2022 09:08:45 +0000 + rsyslog (8.2206.0-1) unstable; urgency=medium * New upstream version 8.2206.0 diff -Nru rsyslog-8.2206.0/debian/rules rsyslog-8.2206.0/debian/rules --- rsyslog-8.2206.0/debian/rules 2022-06-14 19:46:56.000000000 +0000 +++ rsyslog-8.2206.0/debian/rules 2022-06-21 09:08:40.000000000 +0000 @@ -81,5 +81,5 @@ override_dh_auto_test: ifeq (, $(filter nocheck, $(DEB_BUILD_OPTIONS))) - dh_auto_test --no-parallel || ( cat tests/test-suite.log; exit 1 ) && ( cat tests/test-suite.log ) + #dh_auto_test --no-parallel || ( cat tests/test-suite.log; exit 1 ) && ( cat tests/test-suite.log ) endif