diff -Nru libaio-0.3.112/debian/changelog libaio-0.3.112/debian/changelog --- libaio-0.3.112/debian/changelog 2021-11-11 03:56:01.000000000 +0000 +++ libaio-0.3.112/debian/changelog 2021-11-30 21:23:21.000000000 +0000 @@ -1,3 +1,10 @@ +libaio (0.3.112-13+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 Tue, 30 Nov 2021 21:23:21 +0000 + libaio (0.3.112-13) unstable; urgency=medium * Pass CPPFLAGS to linker command, which as a side effect makes the 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-11-30 21:23:21.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