diff -Nru veyon-4.5.3+repack1/debian/changelog veyon-4.5.3+repack1/debian/changelog --- veyon-4.5.3+repack1/debian/changelog 2021-02-27 12:19:34.000000000 +0000 +++ veyon-4.5.3+repack1/debian/changelog 2021-05-08 13:12:09.000000000 +0000 @@ -1,3 +1,9 @@ +veyon (4.5.3+repack1-1+rpi1) bullseye-staging; urgency=medium + + * Link with libatomic on armhf too. + + -- Peter Michael Green Sat, 08 May 2021 13:12:09 +0000 + veyon (4.5.3+repack1-1) unstable; urgency=medium * New upstream release. diff -Nru veyon-4.5.3+repack1/debian/rules veyon-4.5.3+repack1/debian/rules --- veyon-4.5.3+repack1/debian/rules 2021-02-27 12:10:08.000000000 +0000 +++ veyon-4.5.3+repack1/debian/rules 2021-05-08 13:12:00.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