- spdlog (1:1.5.0-1+rpi1) bullseye-staging; urgency=medium
++spdlog (1:1.5.0+ds-3+rpi1) bullseye-staging; urgency=medium
+
+ [changes brought forward from 1:1.1.0-2+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Wed, 10 Oct 2018 00:49:48 +0000]
+ * use libatomic on armhf too for raspbian.
+
+ [changes introduced in 1:1.5.0-1+rpi1 by Peter Michael Green]
+ * Add symbols file hack for Raspbian.
+
- -- Peter Michael Green <plugwash@raspbian.org> Tue, 18 Feb 2020 14:01:31 +0000
++ -- Raspbian forward porter <root@raspbian.org> Thu, 05 Mar 2020 19:56:41 +0000
++
+ spdlog (1:1.5.0+ds-3) unstable; urgency=medium
+
+ * Speed up nocheck build profile by not building the tests & example
+
+ -- Michael R. Crusoe <michael.crusoe@gmail.com> Tue, 03 Mar 2020 11:44:57 +0100
+
+ spdlog (1:1.5.0+ds-3~rc1) experimental; urgency=medium
+
+ * Hopefully the final symbols refresh for 1.5.0
+
+ -- Michael R. Crusoe <michael.crusoe@gmail.com> Tue, 03 Mar 2020 08:50:12 +0100
+
+ spdlog (1:1.5.0+ds-3~rc0) experimental; urgency=medium
+
+ * Depend on newer libfmt (Closes: #952625)
+ * libspdlog-dev is Multi-Arch: same
+
+ -- Michael R. Crusoe <michael.crusoe@gmail.com> Sun, 01 Mar 2020 11:45:33 +0100
+
+ spdlog (1:1.5.0+ds-2) unstable; urgency=medium
+
+ * Add Build-Depends-Package meta-information field
+ * Refresh symbols
+
+ -- Michael R. Crusoe <michael.crusoe@gmail.com> Wed, 26 Feb 2020 11:14:14 +0100
+
+ spdlog (1:1.5.0+ds-1) unstable; urgency=medium
+
+ * Mark libspdlog1 as Multi-Arch: same
+ * Repack source to remove newer libfmt (Closes: #952543)
+
+ -- Michael R. Crusoe <michael.crusoe@gmail.com> Tue, 25 Feb 2020 19:22:37 +0100
spdlog (1:1.5.0-1) unstable; urgency=medium
# dh_auto_configure -- -Denable_tests=true -Dexternal_fmt=true -Dlibrary_type=shared
override_dh_auto_configure:
+ sed -i 's/(arch=!armel !riscv64)/(optional=meh)/' debian/libspdlog*.symbols
+ rm -Rf include/spdlog/fmt/bundled/
+ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS) $(DEB_BUILD_PROFILES)))
dh_auto_configure -- -DSPDLOG_BUILD_EXAMPLE=ON \
-DSPDLOG_BUILD_EXAMPLE_HO=ON \
-DSPDLOG_BUILD_TESTS=ON \