diff -Nru easyeffects-6.3.0/debian/changelog easyeffects-6.3.0/debian/changelog --- easyeffects-6.3.0/debian/changelog 2022-09-05 20:02:56.000000000 +0000 +++ easyeffects-6.3.0/debian/changelog 2022-09-24 18:25:15.000000000 +0000 @@ -1,3 +1,10 @@ +easyeffects (6.3.0-1+rpi1) bookworm-staging; urgency=medium + + [changes brought forward from 6.2.8-1+rpi1 by Peter Michael Green at Thu, 25 Aug 2022 17:31:47 +0000] + * Link with libatomic on armhf too. + + -- Raspbian forward porter Sat, 24 Sep 2022 18:25:15 +0000 + easyeffects (6.3.0-1) unstable; urgency=medium * New upstream release. diff -Nru easyeffects-6.3.0/debian/rules easyeffects-6.3.0/debian/rules --- easyeffects-6.3.0/debian/rules 2022-06-25 19:35:27.000000000 +0000 +++ easyeffects-6.3.0/debian/rules 2022-09-24 18:25:15.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