spdlog_1.15.0+ds-1~exp1_amd64.changes (click to toggle) | |
---|---|
Format: | 1.8 |
Date: | Fri, 03 Jan 2025 00:05:38 +0800 |
Source: | spdlog |
Binary: | libspdlog-dev libspdlog1.15 libspdlog1.15-dbgsym |
Architecture: | source amd64 |
Version: | 1:1.15.0+ds-1~exp1 |
Distribution: | experimental |
Urgency: | medium |
Maintainer: | Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org> |
Changed-By: | Shengqi Chen <harry@debian.org> |
Description: | libspdlog-dev - Very fast, header only or compiled, C++ logging library libspdlog1.15 - Very fast C++ logging library |
Closes: | 1087736 1087759 |
Changes: | spdlog (1:1.15.0+ds-1~exp1) experimental; urgency=medium * Team upload. * New upstream version 1.15.0+ds (closes: #1087759) + bump soversion to 1.15 accordingly * Use cmake+ninja as build system * d/patches: remove applied patch & refresh * d/control: + bump std-ver to 4.7.0 (no changes required) + re-organize dependencies and B-D (closes: #1087736) * d/tests: add missing dependencies, use ninja to build |
Files: | 2dfc88ef43241bb9fe542423102a982d 2250 libdevel optional spdlog_1.15.0+ds-1~exp1.dsc e9b81d7c330e1aaa32be4a283c190f1c 105132 libdevel optional spdlog_1.15.0+ds.orig.tar.xz 07983a5b9246519dd84ec68e354b9998 7296 libdevel optional spdlog_1.15.0+ds-1~exp1.debian.tar.xz 74c10012281c32e3c0070fa0ee10e871 89268 libdevel optional libspdlog-dev_1.15.0+ds-1~exp1_amd64.deb 5f091dee908fb25af6dd486d67c232cc 1887492 debug optional libspdlog1.15-dbgsym_1.15.0+ds-1~exp1_amd64.deb 712fe1dd3407998cc392da5f5412a86f 107792 libs optional libspdlog1.15_1.15.0+ds-1~exp1_amd64.deb 2dafd6a95e1e0e328645917087964004 8529 libdevel optional spdlog_1.15.0+ds-1~exp1_amd64.buildinfo |
control file for libspdlog1.15_1.15.0+ds-1~exp1_amd64.deb (click to toggle) | |
---|---|
Package: | libspdlog1.15 |
Source: | spdlog |
Version: | 1:1.15.0+ds-1~exp1 |
Architecture: | amd64 |
Maintainer: | Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org> |
Installed-Size: | 487 |
Depends: | libc6 (>=2.33), libfmt10 (>=10.1.1+ds1), libgcc-s1 (>=3.0), libstdc++6 (>=14) |
Breaks: | libspdlog1 (<< 1:1.10.0+ds-0.3) |
Replaces: | libspdlog1 (<< 1:1.10.0+ds-0.3) |
Provides: | libspdlog1.15-fmt10 |
Section: | libs |
Priority: | optional |
Multi-Arch: | same |
Homepage: | https://github.com/gabime/spdlog |
Description: | Very fast C++ logging library Features: Very fast - performance is the primary goal; Headers only; No dependencies - just copy and use; call style using the excellent cppformat library; ostream call style is supported too; Optional extremely fast asynchronous mode - using lockfree queues and other tricks to reach millions of calls/sec; Custom formatting; Multi/Single threaded loggers; Easily extendable with custom log targets (just implement a single function in the sink interface). Severity based filtering - threshold levels can be modified in runtime as well as in compile time. . Various log targets: Rotating log files, Daily log files, Console logging, Linux syslog. . This is the compiled version of the library. |
contents of libspdlog1.15_1.15.0+ds-1~exp1_amd64.deb (click to toggle) | |
---|---|
drwxr-xr-x root/root 0 2025-01-02 16:05 ./ drwxr-xr-x root/root 0 2025-01-02 16:05 ./usr/ drwxr-xr-x root/root 0 2025-01-02 16:05 ./usr/lib/ drwxr-xr-x root/root 0 2025-01-02 16:05 ./usr/lib/x86_64-linux-gnu/ -rw-r--r-- root/root 481496 2025-01-02 16:05 ./usr/lib/x86_64-linux-gnu/libspdlog.so.1.15.0 drwxr-xr-x root/root 0 2025-01-02 16:05 ./usr/share/ drwxr-xr-x root/root 0 2025-01-02 16:05 ./usr/share/doc/ drwxr-xr-x root/root 0 2025-01-02 16:05 ./usr/share/doc/libspdlog1.15/ -rw-r--r-- root/root 2725 2025-01-02 16:05 ./usr/share/doc/libspdlog1.15/changelog.Debian.gz -rw-r--r-- root/root 1307 2025-01-02 15:24 ./usr/share/doc/libspdlog1.15/copyright lrwxrwxrwx root/root 0 2025-01-02 16:05 ./usr/lib/x86_64-linux-gnu/libspdlog.so.1.15 -> libspdlog.so.1.15.0 |
copyright of libspdlog1.15_1.15.0+ds-1~exp1_amd64.deb (click to toggle) | |
---|---|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: spdlog Source: https://github.com/gabime/spdlog Files-Excluded: include/spdlog/fmt/bundled Files: * Copyright: (c) 2014-2016 Gabi Melman <gmelman1@gmail.com> License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
control file for libspdlog1.15-dbgsym_1.15.0+ds-1~exp1_amd64.deb (click to toggle) | |
---|---|
Package: | libspdlog1.15-dbgsym |
Source: | spdlog |
Version: | 1:1.15.0+ds-1~exp1 |
Auto-Built-Package: | debug-symbols |
Architecture: | amd64 |
Maintainer: | Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org> |
Installed-Size: | 2022 |
Depends: | libspdlog1.15 (=1:1.15.0+ds-1~exp1) |
Section: | debug |
Priority: | optional |
Multi-Arch: | same |
Description: | debug symbols for libspdlog1.15 |
Build-Ids: | da23ad8edf6cc2cb44949afac854b83deb37bf86 |
contents of libspdlog1.15-dbgsym_1.15.0+ds-1~exp1_amd64.deb (click to toggle) | |
---|---|
drwxr-xr-x root/root 0 2025-01-02 16:05 ./ drwxr-xr-x root/root 0 2025-01-02 16:05 ./usr/ drwxr-xr-x root/root 0 2025-01-02 16:05 ./usr/lib/ drwxr-xr-x root/root 0 2025-01-02 16:05 ./usr/lib/debug/ drwxr-xr-x root/root 0 2025-01-02 16:05 ./usr/lib/debug/.build-id/ drwxr-xr-x root/root 0 2025-01-02 16:05 ./usr/lib/debug/.build-id/da/ -rw-r--r-- root/root 2060232 2025-01-02 16:05 ./usr/lib/debug/.build-id/da/23ad8edf6cc2cb44949afac854b83deb37bf86.debug drwxr-xr-x root/root 0 2025-01-02 16:05 ./usr/share/ drwxr-xr-x root/root 0 2025-01-02 16:05 ./usr/share/doc/ lrwxrwxrwx root/root 0 2025-01-02 16:05 ./usr/share/doc/libspdlog1.15-dbgsym -> libspdlog1.15 |
copyright of libspdlog1.15-dbgsym_1.15.0+ds-1~exp1_amd64.deb (click to toggle) | |
---|---|
WARNING: No copyright found, please check package manually. |
Timestamp: 02.01.2025 / 18:02:21 (UTC)