Verified Commit 556000e4 authored by Michael R. Crusoe's avatar Michael R. Crusoe 🏳️‍🌈
Browse files

No point in building benchmarks

It causes issues on some unofficial archs.
parent 9e423a29
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
spdlog (1:1.3.0-2) unstable; urgency=medium

  * No point in building benchmarks, causes issues on some unofficial
    archs.

 -- Michael R. Crusoe <michael.crusoe@gmail.com>  Sat, 12 Jan 2019 09:59:25 -0800

spdlog (1:1.3.0-1) unstable; urgency=medium

  * debian/control: Mark us as Multi-Arch: same.
+1 −2
Original line number Diff line number Diff line
@@ -4,8 +4,7 @@ Uploaders: Michael R. Crusoe <michael.crusoe@gmail.com>
Section: libdevel
Priority: optional
Build-Depends: debhelper (>= 11~),
               cmake,
	       libbenchmark-dev
               cmake
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/spdlog
Vcs-Git: https://salsa.debian.org/med-team/spdlog.git
+1 −0
Original line number Diff line number Diff line
libspdlog-dev: package-contains-empty-directory usr/share/doc/libspdlog-dev/examples/logs/
+2 −2
Original line number Diff line number Diff line
@@ -9,8 +9,8 @@ endif

override_dh_auto_configure:
	dh_auto_configure -- -DSPDLOG_BUILD_EXAMPLES=ON \
		-DSPDLOG_BUILD_BENCH=ON \
		-DSPDLOG_BUILD_TESTS=ON \
		-DSPDLOG_BUILD_BENCH=OFF \
		-DSPDLOG_BUILD_TESTS=ON

override_dh_auto_install:
	rm -f example/logs/.gitignore