diff -Nru fplll-5.4.2/debian/changelog fplll-5.4.2/debian/changelog --- fplll-5.4.2/debian/changelog 2022-05-30 13:51:40.000000000 +0000 +++ fplll-5.4.2/debian/changelog 2022-06-28 21:00:22.000000000 +0000 @@ -1,3 +1,10 @@ +fplll (5.4.2-1+rpi1) bookworm-staging; urgency=medium + + [changes brought forward from 5.3.1-2+rpi1 by Peter Michael Green at Sat, 11 Jan 2020 01:35:53 +0000] + * Use -latomic on armhf too. + + -- Raspbian forward porter Tue, 28 Jun 2022 21:00:22 +0000 + fplll (5.4.2-1) unstable; urgency=medium [ Debian Janitor ] diff -Nru fplll-5.4.2/debian/rules fplll-5.4.2/debian/rules --- fplll-5.4.2/debian/rules 2022-05-30 13:51:40.000000000 +0000 +++ fplll-5.4.2/debian/rules 2022-06-28 21:00:22.000000000 +0000 @@ -5,7 +5,7 @@ # for which I thank: # - ARM Ltd for hosting # - Marvell Technology Group Ltd for the hardware -ifneq (,$(findstring $(DEB_HOST_ARCH),armel mipsel m68k powerpc sh4)) +ifneq (,$(findstring $(DEB_HOST_ARCH),armel armhf mipsel m68k powerpc sh4)) export DEB_LDFLAGS_MAINT_APPEND=-latomic endif