diff -Nru wlcs-1.4.0/debian/changelog wlcs-1.4.0/debian/changelog --- wlcs-1.4.0/debian/changelog 2022-04-04 21:30:52.000000000 +0000 +++ wlcs-1.4.0/debian/changelog 2022-04-14 20:16:01.000000000 +0000 @@ -1,3 +1,10 @@ +wlcs (1.4.0-1+rpi1) bookworm-staging; urgency=medium + + [changes brought forward from 1.3.0-4+rpi1 by Peter Michael Green at Sun, 09 Jan 2022 23:11:32 +0000] + * Link with libatomic on armhf too. + + -- Raspbian forward porter Thu, 14 Apr 2022 20:16:01 +0000 + wlcs (1.4.0-1) unstable; urgency=medium * New upstream release. diff -Nru wlcs-1.4.0/debian/rules wlcs-1.4.0/debian/rules --- wlcs-1.4.0/debian/rules 2021-11-12 09:16:21.000000000 +0000 +++ wlcs-1.4.0/debian/rules 2022-04-14 20:16:01.000000000 +0000 @@ -5,7 +5,7 @@ # see FEATURE AREAS in dpkg-buildflags(1) export DEB_BUILD_MAINT_OPTIONS = hardening=+all -ifneq (,$(filter $(DEB_HOST_ARCH), armel mips mipsel powerpc)) +ifneq (,$(filter $(DEB_HOST_ARCH), armel armhf mips mipsel powerpc)) export DEB_LDFLAGS_MAINT_APPEND = -latomic endif