diff -Nru fplll-5.3.3/debian/changelog fplll-5.3.3/debian/changelog --- fplll-5.3.3/debian/changelog 2020-07-05 07:51:48.000000000 +0000 +++ fplll-5.3.3/debian/changelog 2020-07-11 12:00:58.000000000 +0000 @@ -1,3 +1,10 @@ +fplll (5.3.3-1+rpi1) bullseye-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. + + -- Peter Michael Green Sat, 11 Jul 2020 12:00:58 +0000 + fplll (5.3.3-1) unstable; urgency=medium * New upstream release. diff -Nru fplll-5.3.3/debian/rules fplll-5.3.3/debian/rules --- fplll-5.3.3/debian/rules 2020-07-05 07:51:48.000000000 +0000 +++ fplll-5.3.3/debian/rules 2020-07-11 12:00:58.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