[med-svn] [Git][med-team/spdlog][master] No point in building benchmarks
Michael R. Crusoe
gitlab at salsa.debian.org
Sat Jan 12 18:00:06 GMT 2019
Michael R. Crusoe pushed to branch master at Debian Med / spdlog
Commits:
556000e4 by Michael R. Crusoe at 2019-01-12T17:59:30Z
No point in building benchmarks
It causes issues on some unofficial archs.
- - - - -
4 changed files:
- debian/changelog
- debian/control
- + debian/lintian-overrides
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+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 at 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.
=====================================
debian/control
=====================================
@@ -4,8 +4,7 @@ Uploaders: Michael R. Crusoe <michael.crusoe at 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
=====================================
debian/lintian-overrides
=====================================
@@ -0,0 +1 @@
+libspdlog-dev: package-contains-empty-directory usr/share/doc/libspdlog-dev/examples/logs/
=====================================
debian/rules
=====================================
@@ -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
View it on GitLab: https://salsa.debian.org/med-team/spdlog/commit/556000e42372387f902a867fe5a7934f3b02cf9e
--
View it on GitLab: https://salsa.debian.org/med-team/spdlog/commit/556000e42372387f902a867fe5a7934f3b02cf9e
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190112/ece4c50c/attachment-0001.html>
More information about the debian-med-commit
mailing list