[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
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
dh_auto_configure -- -DSPDLOG_BUILD_EXAMPLE=ON \
-DSPDLOG_BUILD_EXAMPLE_HO=ON \
-DSPDLOG_BUILD_TESTS=ON \
rm -f example/logs/.gitignore
dh_auto_install
find debian -name .gitignore -delete
+
+override_dh_auto_clean:
+ dh_auto_clean
+ sed -i 's/(optional=meh)/(arch=!armel !riscv64)/' debian/libspdlog*.symbols