diff -Nru giada-0.16.2.2+ds1/debian/changelog giada-0.16.2.2+ds1/debian/changelog
--- giada-0.16.2.2+ds1/debian/changelog	2020-04-02 13:19:12.000000000 +0000
+++ giada-0.16.2.2+ds1/debian/changelog	2020-04-09 11:15:38.000000000 +0000
@@ -1,3 +1,10 @@
+giada (0.16.2.2+ds1-1+rpi1) bullseye-staging; urgency=medium
+
+  [changes brought forward from 0.15.2+ds1-2+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Sun, 17 Mar 2019 13:18:55 +0000]
+  * Link against libatomic on armhf too for raspbian.
+
+ -- Raspbian forward porter <root@raspbian.org>  Thu, 09 Apr 2020 11:15:38 +0000
+
 giada (0.16.2.2+ds1-1) unstable; urgency=medium
 
   * New upstream version 0.16.2.2+ds1
diff -Nru giada-0.16.2.2+ds1/debian/rules giada-0.16.2.2+ds1/debian/rules
--- giada-0.16.2.2+ds1/debian/rules	2020-04-02 13:19:12.000000000 +0000
+++ giada-0.16.2.2+ds1/debian/rules	2020-04-09 11:15:38.000000000 +0000
@@ -23,7 +23,7 @@
 # - https://gcc.gnu.org/wiki/Atomic
 # - https://gcc.gnu.org/wiki/Atomic/GCCMM/LIbrary
 # - the 'clasp' packaging
-noatomicarch = $(shell dpkg-architecture -qDEB_HOST_ARCH | egrep -x "(armel|powerpc|powerpcspe|m68k|mips|mipsel|sh4|riscv64)")
+noatomicarch = $(shell dpkg-architecture -qDEB_HOST_ARCH | egrep -x "(armel|armhf|powerpc|powerpcspe|m68k|mips|mipsel|sh4|riscv64)")
 # link with libatomic on architectures without built-in atomic
 ifeq ($(if $(noatomicarch),atomic), atomic)
 	LIBS += -latomic