diff -Nru veyon-4.7.3+repack1/debian/changelog veyon-4.7.3+repack1/debian/changelog --- veyon-4.7.3+repack1/debian/changelog 2022-08-12 11:38:21.000000000 +0000 +++ veyon-4.7.3+repack1/debian/changelog 2022-09-22 18:17:41.000000000 +0000 @@ -1,3 +1,10 @@ +veyon (4.7.3+repack1-1.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 Thu, 22 Sep 2022 18:17:41 +0000 + veyon (4.7.3+repack1-1.1) unstable; urgency=medium * Non-maintainer upload. 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-09-22 18:17:41.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