diff -Nru poedit-3.1.1/debian/changelog poedit-3.1.1/debian/changelog --- poedit-3.1.1/debian/changelog 2022-09-12 22:29:18.000000000 +0000 +++ poedit-3.1.1/debian/changelog 2022-09-20 17:35:47.000000000 +0000 @@ -1,3 +1,10 @@ +poedit (3.1.1-2+rpi1) bookworm-staging; urgency=medium + + [changes brought forward from 3.0.1-1+rpi1 by Peter Michael Green at Sun, 01 May 2022 11:16:49 +0000] + * Link with libatomic on armhf too. + + -- Raspbian forward porter Tue, 20 Sep 2022 17:35:47 +0000 + poedit (3.1.1-2) unstable; urgency=medium * Switch to wxwidgets 3.2 diff -Nru poedit-3.1.1/debian/rules poedit-3.1.1/debian/rules --- poedit-3.1.1/debian/rules 2022-09-12 22:29:18.000000000 +0000 +++ poedit-3.1.1/debian/rules 2022-09-20 17:35:47.000000000 +0000 @@ -7,7 +7,7 @@ export CXXFLAGS += -mxgot endif -ifneq (,$(filter $(DEB_HOST_ARCH),armel mipsel m68k powerpc riscv64 sh4)) +ifneq (,$(filter $(DEB_HOST_ARCH),armel armhf mipsel m68k powerpc riscv64 sh4)) export LDFLAGS += -Wl,--no-as-needed -latomic -Wl,--as-needed endif