diff -Nru haproxy-2.0.7/debian/changelog haproxy-2.0.7/debian/changelog --- haproxy-2.0.7/debian/changelog 2019-09-27 17:14:12.000000000 +0000 +++ haproxy-2.0.7/debian/changelog 2019-10-04 13:48:21.000000000 +0000 @@ -1,3 +1,10 @@ +haproxy (2.0.7-1+rpi1) bullseye-staging; urgency=medium + + [changes brought forward from 1.8.19-1+rpi1 by Peter Michael Green at Thu, 14 Mar 2019 20:25:01 +0000] + * Link with libatomic on armhf too. + + -- Raspbian forward porter Fri, 04 Oct 2019 13:48:21 +0000 + haproxy (2.0.7-1) unstable; urgency=medium * New upstream release. diff -Nru haproxy-2.0.7/debian/rules haproxy-2.0.7/debian/rules --- haproxy-2.0.7/debian/rules 2019-09-27 17:14:12.000000000 +0000 +++ haproxy-2.0.7/debian/rules 2019-10-04 13:48:21.000000000 +0000 @@ -32,7 +32,7 @@ MAKEARGS+= USE_REGPARM=1 endif -ifneq ($(filter armel mips mipsel m68k powerpc powerpcspe sh4,$(DEB_HOST_ARCH)),) +ifneq ($(filter armel armhf mips mipsel m68k powerpc powerpcspe sh4,$(DEB_HOST_ARCH)),) MAKEARGS+= ADDLIB="-latomic -Wl,--no-as-needed -lgcc_s -Wl,--as-needed" else MAKEARGS+= ADDLIB="-Wl,--no-as-needed -lgcc_s -Wl,--as-needed"