diff -Nru grpc-1.30.2/debian/changelog grpc-1.30.2/debian/changelog --- grpc-1.30.2/debian/changelog 2022-09-25 18:03:42.000000000 +0000 +++ grpc-1.30.2/debian/changelog 2022-10-01 13:05:58.000000000 +0000 @@ -1,3 +1,10 @@ +grpc (1.30.2-4+rpi1) bookworm-staging; urgency=medium + + [changes brought forward from 1.30.2-2+rpi1 by Peter Michael Green at Tue, 22 Sep 2020 17:29:12 +0000] + * Link with libatomic on armhf too. + + -- Raspbian forward porter Sat, 01 Oct 2022 13:05:58 +0000 + grpc (1.30.2-4) unstable; urgency=medium * Import setuptools before distutils in setup.py (closes: #1020116). diff -Nru grpc-1.30.2/debian/rules grpc-1.30.2/debian/rules --- grpc-1.30.2/debian/rules 2021-01-13 21:50:31.000000000 +0000 +++ grpc-1.30.2/debian/rules 2022-10-01 13:05:58.000000000 +0000 @@ -25,7 +25,7 @@ # package maintainers to append LDFLAGS export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed -ifneq (,$(filter $(DEB_HOST_ARCH), armel mips mipsel powerpc)) +ifneq (,$(filter $(DEB_HOST_ARCH), armel armhf mips mipsel powerpc)) export DEB_LDFLAGS_MAINT_APPEND = -Wl,--no-as-needed -latomic -Wl,--as-needed endif