diff -Nru clasp-3.3.4/debian/changelog clasp-3.3.4/debian/changelog --- clasp-3.3.4/debian/changelog 2018-11-04 15:03:57.000000000 +0000 +++ clasp-3.3.4/debian/changelog 2019-03-16 02:02:16.000000000 +0000 @@ -1,3 +1,9 @@ +clasp (3.3.4-2+rpi1) buster-stging; urgency=medium + + * Link with libatomic on armhf too for raspbian. + + -- Peter Michael Green Sat, 16 Mar 2019 02:02:16 +0000 + clasp (3.3.4-2) unstable; urgency=medium * debian/control: bump Standards-Version to 4.2.1 diff -Nru clasp-3.3.4/debian/rules clasp-3.3.4/debian/rules --- clasp-3.3.4/debian/rules 2018-11-04 15:03:48.000000000 +0000 +++ clasp-3.3.4/debian/rules 2019-03-16 02:02:06.000000000 +0000 @@ -9,7 +9,7 @@ # sh4, see also # https://gcc.gnu.org/wiki/Atomic # https://gcc.gnu.org/wiki/Atomic/GCCMM/LIbrary -arch = $(shell dpkg-architecture -qDEB_BUILD_ARCH | egrep -x "(armel|powerpc|powerpcspe|m68k|mips|mipsel|sh4)") +arch = $(shell dpkg-architecture -qDEB_BUILD_ARCH | egrep -x "(armel|armhf|powerpc|powerpcspe|m68k|mips|mipsel|sh4)") # use custom hardening config flags for compiling clasp CONFIG=hardening