diff -Nru restinio-0.6.13/debian/changelog restinio-0.6.13/debian/changelog --- restinio-0.6.13/debian/changelog 2021-01-04 16:26:26.000000000 +0000 +++ restinio-0.6.13/debian/changelog 2021-01-09 13:39:15.000000000 +0000 @@ -1,3 +1,9 @@ +restinio (0.6.13-1+rpi1) bullseye-staging; urgency=medium + + * Link with libatomic on armhf too for Raspbian. + + -- Peter Michael Green Sat, 09 Jan 2021 13:39:15 +0000 + restinio (0.6.13-1) unstable; urgency=medium * Team upload. diff -Nru restinio-0.6.13/debian/rules restinio-0.6.13/debian/rules --- restinio-0.6.13/debian/rules 2021-01-04 16:26:26.000000000 +0000 +++ restinio-0.6.13/debian/rules 2021-01-09 13:39:10.000000000 +0000 @@ -14,7 +14,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) -ifneq (,$(filter $(DEB_HOST_ARCH), armel m68k mipsel powerpc sh4)) +ifneq (,$(filter $(DEB_HOST_ARCH), armel armhf m68k mipsel powerpc sh4)) export DEB_LDFLAGS_MAINT_APPEND += -Wl,--no-as-needed -latomic -Wl,--as-needed endif