diff -Nru easyeffects-6.2.8/debian/changelog easyeffects-6.2.8/debian/changelog --- easyeffects-6.2.8/debian/changelog 2022-07-30 19:39:05.000000000 +0000 +++ easyeffects-6.2.8/debian/changelog 2022-08-25 17:31:47.000000000 +0000 @@ -1,3 +1,9 @@ +easyeffects (6.2.8-1+rpi1) bookworm-staging; urgency=medium + + * Link with libatomic on armhf too. + + -- Peter Michael Green Thu, 25 Aug 2022 17:31:47 +0000 + easyeffects (6.2.8-1) unstable; urgency=medium * new upstream release. diff -Nru easyeffects-6.2.8/debian/rules easyeffects-6.2.8/debian/rules --- easyeffects-6.2.8/debian/rules 2022-06-25 19:35:27.000000000 +0000 +++ easyeffects-6.2.8/debian/rules 2022-08-25 17:31:21.000000000 +0000 @@ -7,7 +7,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all DEB_LDFLAGS_MAINT_APPEND = -ifneq (,$(filter $(DEB_HOST_ARCH), armel mips mipsel sparc powerpc powerpcspe sh4 m68k )) +ifneq (,$(filter $(DEB_HOST_ARCH), armel armhf mips mipsel sparc powerpc powerpcspe sh4 m68k )) DEB_LDFLAGS_MAINT_APPEND += -latomic endif