diff -Nru akonadi-21.08.1/debian/changelog akonadi-21.08.1/debian/changelog --- akonadi-21.08.1/debian/changelog 2021-09-10 22:19:14.000000000 +0000 +++ akonadi-21.08.1/debian/changelog 2021-09-23 13:02:25.000000000 +0000 @@ -1,3 +1,10 @@ +akonadi (4:21.08.1-1+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 Thu, 23 Sep 2021 13:02:25 +0000 + akonadi (4:21.08.1-1) unstable; urgency=medium [ Norbert Preining ] diff -Nru akonadi-21.08.1/debian/rules akonadi-21.08.1/debian/rules --- akonadi-21.08.1/debian/rules 2021-04-26 03:43:01.000000000 +0000 +++ akonadi-21.08.1/debian/rules 2021-09-23 13:02:25.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