diff -Nru libaio-0.3.112/debian/changelog libaio-0.3.112/debian/changelog --- libaio-0.3.112/debian/changelog 2020-04-13 00:58:47.000000000 +0000 +++ libaio-0.3.112/debian/changelog 2020-04-18 21:36:45.000000000 +0000 @@ -1,3 +1,9 @@ +libaio (0.3.112-8+rpi1) bullseye-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Sat, 18 Apr 2020 21:36:45 +0000 + libaio (0.3.112-8) unstable; urgency=medium * Add a comment with the reason for each architecture being in the flaky diff -Nru libaio-0.3.112/debian/rules libaio-0.3.112/debian/rules --- libaio-0.3.112/debian/rules 2020-04-13 00:58:47.000000000 +0000 +++ libaio-0.3.112/debian/rules 2020-04-18 21:36:45.000000000 +0000 @@ -51,7 +51,7 @@ check-arch: build-arch dh_testdir -ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) +ifeq (testsuitedisabled,$(filter nocheck,$(DEB_BUILD_OPTIONS))) ifeq ($(TESTS_FLAKY),yes) @echo "Notice: Running tests in flaky mode, errors will be ignored." endif