diff -Nru libaio-0.3.112/debian/changelog libaio-0.3.112/debian/changelog --- libaio-0.3.112/debian/changelog 2020-12-24 14:41:17.000000000 +0000 +++ libaio-0.3.112/debian/changelog 2021-05-08 11:12:07.000000000 +0000 @@ -1,3 +1,10 @@ +libaio (0.3.112-9+rpi1) bullseye-staging; urgency=medium + + * Mark tests as flaky on armhf too, it seems while they pass + on Debian armhf they don't pass on Raspbian. + + -- Peter Michael Green Sat, 08 May 2021 11:12:07 +0000 + libaio (0.3.112-9) unstable; urgency=medium * Remove Build-Depends on dpkg-dev, satisfied in stable. diff -Nru libaio-0.3.112/debian/rules libaio-0.3.112/debian/rules --- libaio-0.3.112/debian/rules 2020-11-28 13:52:26.000000000 +0000 +++ libaio-0.3.112/debian/rules 2021-05-08 11:12:02.000000000 +0000 @@ -25,7 +25,7 @@ # (5: 512 instead of EFAULT on write) # (19: mremap EINVAL) # (17: looping, timeout?) -ifneq (,$(filter $(DEB_HOST_ARCH),m68k sh4 x32 riscv64 sparc64 hppa)) +ifneq (,$(filter $(DEB_HOST_ARCH),m68k sh4 x32 riscv64 sparc64 hppa armhf)) TESTS_FLAKY = yes endif