diff -Nru thrift-0.16.0/debian/changelog thrift-0.16.0/debian/changelog --- thrift-0.16.0/debian/changelog 2022-05-15 12:42:11.000000000 +0000 +++ thrift-0.16.0/debian/changelog 2022-06-16 16:35:18.000000000 +0000 @@ -1,3 +1,10 @@ +thrift (0.16.0-5+rpi1) bookworm-staging; urgency=medium + + [changes brought forward from 0.13.0-5+rpi1 by Peter Michael Green at Sun, 22 Nov 2020 14:00:47 +0000] + * Link with libatomic on armhf too for raspbian. + + -- Raspbian forward porter Thu, 16 Jun 2022 16:35:18 +0000 + thrift (0.16.0-5) unstable; urgency=medium * Disable IPv4 tests for not working on IPv6 only hosts (closes: #1011011). diff -Nru thrift-0.16.0/debian/rules thrift-0.16.0/debian/rules --- thrift-0.16.0/debian/rules 2022-04-01 15:14:34.000000000 +0000 +++ thrift-0.16.0/debian/rules 2022-06-16 16:35:18.000000000 +0000 @@ -11,7 +11,7 @@ export DEB_LDFLAGS_MAINT_STRIP = -Wl,-Bsymbolic-functions -ifneq (,$(filter $(DEB_HOST_ARCH), armel mipsel)) +ifneq (,$(filter $(DEB_HOST_ARCH), armel mipsel armhf)) export DEB_LDFLAGS_MAINT_APPEND += -Wl,--no-as-needed -latomic -Wl,--as-needed endif