spdlog (1:1.8.1+ds-2.1)
[PTS] [DDPO]
COMMITS: VCS has seen 4 commits since the debian/1%1.8.1+ds-2.1 tag
- Git: https://salsa.debian.org/med-team/spdlog.git
-
- Branch: master
- Path: debian/changelog
- Browser: https://salsa.debian.org/med-team/spdlog
- Last scan: 2021-02-27 08:23:14+00
- Next scan: 2021-03-08 02:59:00+00
- Debian changelog in Git:
spdlog (1:1.8.1+ds-2.1) unstable; urgency=medium
* Non-maintainer upload.
* Track fmtlib abi in libspdlog1 (Closes: #978471)
-- Shengjing Zhu <zhsj@debian.org> Wed, 30 Dec 2020 02:30:44 +0800
- This branch is 4 commits ahead of tag debian/1%1.8.1+ds-2.1
- Git log:
commit 3498439c6c72e164da8176854a3139f3d60a9a70
Merge: 028b271 501c805
Author: Andreas Tille <tille@debian.org>
Date: Thu Feb 18 09:50:05 2021 +0000
Merge branch 'non-linux' into 'master'
Limit libsystemd-dev build dependency to linux-any
See merge request med-team/spdlog!4
commit 028b271695edde03bb6cdf217f5b86914bfe79a4
Merge: b32e771 bfce0bf
Author: Andreas Tille <tille@debian.org>
Date: Thu Feb 18 09:49:30 2021 +0000
Merge branch 'fix-dh_auto_test' into 'master'
Fix dh_auto_test override
See merge request med-team/spdlog!5
commit bfce0bf567ac9104bda38a80627f450b5ee3d012
Author: Pino Toscano <pino@debian.org>
Date: Sun Jan 31 19:08:57 2021 +0100
Fix dh_auto_test override
- use dh_auto_test --no-parallel instead of manually invoking ctest,
so we get the standard parameters for it (including the output of
failed tests)
- drop the check for nocheck in $DEB_BUILD_OPTIONS, as debhelper already
skips the override in compatibility 13+ (already in use)
commit 501c8056932b54fbc99c0d87cf88855c79bf5ee8
Author: Pino Toscano <pino@debian.org>
Date: Sun Jan 31 19:07:22 2021 +0100
Limit libsystemd-dev build dependency to linux-any
systemd exists only on Linux.