diff -Nru libaio-0.3.113/debian/changelog libaio-0.3.113/debian/changelog --- libaio-0.3.113/debian/changelog 2022-04-19 13:57:07.000000000 +0000 +++ libaio-0.3.113/debian/changelog 2022-04-23 16:38:10.000000000 +0000 @@ -1,3 +1,10 @@ +libaio (0.3.113-2+rpi1) bookworm-staging; urgency=medium + + [changes brought forward from 0.3.112-12+rpi1 by Peter Michael Green at Mon, 15 Nov 2021 00:13:31 +0000] + * Add armhf to list of architectures where tests are not expected to pass. + + -- Raspbian forward porter Sat, 23 Apr 2022 16:38:10 +0000 + libaio (0.3.113-2) unstable; urgency=medium * Skip new test case 23, which was added upstream for a kernel regression, diff -Nru libaio-0.3.113/debian/rules libaio-0.3.113/debian/rules --- libaio-0.3.113/debian/rules 2020-11-28 13:52:26.000000000 +0000 +++ libaio-0.3.113/debian/rules 2022-04-23 16:38:10.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),armhf m68k sh4 x32 riscv64 sparc64 hppa)) TESTS_FLAKY = yes endif