diff -Nru veyon-4.7.3+repack1/debian/changelog veyon-4.7.3+repack1/debian/changelog --- veyon-4.7.3+repack1/debian/changelog 2022-04-13 23:38:16.000000000 +0000 +++ veyon-4.7.3+repack1/debian/changelog 2022-05-11 03:11:12.000000000 +0000 @@ -1,3 +1,10 @@ +veyon (4.7.3+repack1-1+rpi1) bookworm-staging; urgency=medium + + [changes brought forward from 4.5.3+repack1-1+rpi1 by Peter Michael Green at Sat, 08 May 2021 13:12:09 +0000] + * Link with libatomic on armhf too. + + -- Raspbian forward porter Wed, 11 May 2022 03:11:12 +0000 + veyon (4.7.3+repack1-1) unstable; urgency=medium * New upstream release. diff -Nru veyon-4.7.3+repack1/debian/rules veyon-4.7.3+repack1/debian/rules --- veyon-4.7.3+repack1/debian/rules 2022-04-13 23:38:16.000000000 +0000 +++ veyon-4.7.3+repack1/debian/rules 2022-05-11 03:11:12.000000000 +0000 @@ -9,7 +9,7 @@ common-binary-post-install-arch:: list-missing -ifneq (,$(filter $(DEB_HOST_ARCH), armel m68k mips mipsel powerpc sh4)) +ifneq (,$(filter $(DEB_HOST_ARCH), armel armhf m68k mips mipsel powerpc sh4)) export DEB_LDFLAGS_MAINT_APPEND += -Wl,--no-as-needed -latomic -Wl,--as-needed endif