diff -Nru akonadi-22.08.0/debian/changelog akonadi-22.08.0/debian/changelog --- akonadi-22.08.0/debian/changelog 2022-09-10 11:07:21.000000000 +0000 +++ akonadi-22.08.0/debian/changelog 2022-09-19 17:31:59.000000000 +0000 @@ -1,3 +1,10 @@ +akonadi (4:22.08.0-2+rpi1) bookworm-staging; urgency=medium + + [changes brought forward from 4:20.04.1-2+rpi1 by Peter Michael Green at Sun, 07 Jun 2020 20:57:50 +0000] + * Link with libatomic on armhf too. + + -- Raspbian forward porter Mon, 19 Sep 2022 17:31:59 +0000 + akonadi (4:22.08.0-2) unstable; urgency=medium [ Patrick Franz ] diff -Nru akonadi-22.08.0/debian/rules akonadi-22.08.0/debian/rules --- akonadi-22.08.0/debian/rules 2022-08-23 21:13:27.000000000 +0000 +++ akonadi-22.08.0/debian/rules 2022-09-19 17:31:59.000000000 +0000 @@ -4,7 +4,7 @@ include /usr/share/dpkg/pkg-info.mk -ifneq (,$(filter $(DEB_HOST_ARCH), armel m68k mipsel powerpc sh4)) +ifneq (,$(filter $(DEB_HOST_ARCH), armhf armel m68k mipsel powerpc sh4)) export DEB_LDFLAGS_MAINT_APPEND = -Wl,--no-as-needed -latomic -Wl,--as-needed endif