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 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
Source: log4cplus
Section: libs
Priority: optional
Maintainer: Andrew Pollock <apollock@debian.org>
Uploaders:
Tobias Frost <tobi@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5),
cmake,
catch,
debhelper-compat (= 13),
Build-Depends-Indep:
doxygen,
graphviz,
jdupes
Standards-Version: 4.6.1
Homepage: https://sourceforge.net/p/log4cplus/wiki/Home
Vcs-Browser: https://salsa.debian.org/debian/log4cplus
Vcs-Git: https://salsa.debian.org/debian/log4cplus.git
Rules-Requires-Root: no
Package: liblog4cplus-2.0.5t64
Provides: ${t64:Provides}
Replaces: liblog4cplus-2.0.5
Breaks: liblog4cplus-2.0.5 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends}
Description: C++ logging API modeled after the Java log4j API - shared library
log4cplus is a simple to use C++ logging API providing thread-safe,
flexible, and arbitrarily granular control over log management and
configuration. It is modeled after the Java log4j API.
Package: liblog4cplus-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends:
liblog4cplus-2.0.5t64 (= ${binary:Version}),
${misc:Depends}
Description: C++ logging API modeled after the Java log4j API - development library
log4cplus is a simple to use C++ logging API providing thread-safe,
flexible, and arbitrarily granular control over log management and
configuration. It is modeled after the Java log4j API.
.
This package provides the development files.
Package: liblog4cplus-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
${misc:Depends}
Suggests: liblog4cplus-dev
Description: C++ logging API modeled after the Java log4j API - doxygen documentation
log4cplus is a simple to use C++ logging API providing thread-safe,
flexible, and arbitrarily granular control over log management and
configuration. It is modeled after the Java log4j API.
.
This package contains the html doxygen documentation.
|