diff -Nru giada-0.15.2+ds1/debian/changelog giada-0.15.2+ds1/debian/changelog --- giada-0.15.2+ds1/debian/changelog 2019-03-06 22:08:53.000000000 +0000 +++ giada-0.15.2+ds1/debian/changelog 2019-03-17 13:18:55.000000000 +0000 @@ -1,3 +1,9 @@ +giada (0.15.2+ds1-2+rpi1) buster-staging; urgency=medium + + * Link against libatomic on armhf too for raspbian. + + -- Peter Michael Green Sun, 17 Mar 2019 13:18:55 +0000 + giada (0.15.2+ds1-2) unstable; urgency=medium * B-D and link against libcurl (Closes: #923898) diff -Nru giada-0.15.2+ds1/debian/rules giada-0.15.2+ds1/debian/rules --- giada-0.15.2+ds1/debian/rules 2019-03-06 22:08:53.000000000 +0000 +++ giada-0.15.2+ds1/debian/rules 2019-03-17 13:18:44.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