- fplll (5.3.2-1+rpi1) bullseye-staging; urgency=medium
++fplll (5.3.3-1+rpi1) bullseye-staging; urgency=medium
+
+ [changes brought forward from 5.3.1-2+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Sat, 11 Jan 2020 01:35:53 +0000]
+ * Use -latomic on armhf too.
+
- -- Raspbian forward porter <root@raspbian.org> Mon, 20 Jan 2020 00:06:14 +0000
++ -- Peter Michael Green <plugwash@raspbian.org> Sat, 11 Jul 2020 12:00:58 +0000
++
+ fplll (5.3.3-1) unstable; urgency=medium
+
+ * New upstream release.
+ * Update the team mail address.
+ * Bump std-ver to 4.5.0.
+ * Drop -Wl,--as-needed from d/rules (it's now the default).
+ * Ship the static library (Closes: #964062).
+ * Refresh patches and drop upstreamed ones.
+ * Add b-dep on pkg-config.
+
+ -- Julien Puydt <jpuydt@debian.org> Sun, 05 Jul 2020 09:51:48 +0200
fplll (5.3.2-1) unstable; urgency=medium
# for which I thank:
# - ARM Ltd for hosting
# - Marvell Technology Group Ltd for the hardware
-ifneq (,$(findstring $(DEB_HOST_ARCH),armel mipsel m68k powerpc sh4))
+ifneq (,$(findstring $(DEB_HOST_ARCH),armel armhf mipsel m68k powerpc sh4))
- export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -latomic
- else
- export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
+ export DEB_LDFLAGS_MAINT_APPEND=-latomic
endif
export DEB_CPPFLAGS_MAINT_APPEND= -D_LARGEFILE_SOURCE