1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
Source: dtk6log
Section: libs
Maintainer: Debian Deepin Packaging Team <pkg-deepin-devel@lists.alioth.debian.org>
Uploaders:
Boyuan Yang <byang@debian.org>,
Build-Depends:
cmake,
debhelper-compat ( =13),
libspdlog-dev,
libsystemd-dev,
pkgconf,
qt6-base-private-dev,
Standards-Version: 4.7.3
Homepage: https://github.com/linuxdeepin/dtk6log
Vcs-Git: https://salsa.debian.org/pkg-deepin-team/dtk6log.git
Vcs-Browser: https://salsa.debian.org/pkg-deepin-team/dtk6log
Description: Simple, convenient and thread-safe C++ Qt6 logger library
Dtklog provides a simple, convenient and thread-safe logger for Qt6-based
C++ applications.
Package: libdtk6log0
Architecture: linux-any
Depends:
${misc:Depends},
${shlibs:Depends},
Breaks:
libdtk6log,
Replaces:
libdtk6log,
Provides:
libdtk6log,
Multi-Arch: same
Description: ${source:Synopsis} (shared library)
${source:Extended-Description}
.
This package contains the shared libraries.
Package: libdtk6log-dev
Architecture: linux-any
Section: libdevel
Depends:
libdtk6log0 (= ${binary:Version}),
${misc:Depends},
Description: ${source:Synopsis} (development files)
${source:Extended-Description}
.
This package contains the library development files.
|