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
|
Source: log4cplus
Section: libs
Priority: extra
Maintainer: Andrew Pollock <apollock@debian.org>
Uploaders: Daigo Moriwaki <daigo@debian.org>, Eric Kom <erickom@kom.za.net>
Build-Depends: cdbs, debhelper (>= 7),
autotools-dev,
libtool, automake,
doxygen
Standards-Version: 3.9.2
Homepage: http://log4cplus.sourceforge.net
Vcs-Browser: http://git.debian.org/?p=collab-maint/log4cplus.git;a=summary
Vcs-Git: git://git.debian.org/collab-maint/log4cplus.git
Package: liblog4cplus-1.0-4
Architecture: any
Depends: ${shlibs:Depends}, ${misc: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
Section: libdevel
Depends: liblog4cplus-1.0-4 (= ${binary:Version}), ${misc:Depends}
Breaks: liblog4cplus-1.0-4 (<< 1.0.4-1.1~)
Replaces: liblog4cplus-1.0-4 (<< 1.0.4-1.1~)
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 contains the header files and static library for
developers.
Package: liblog4cplus-dbg
Section: debug
Priority: extra
Architecture: any
Depends: ${misc:Depends}, liblog4cplus-1.0-4 (= ${binary:Version})
Description: C++ logging API modeled after the Java log4j API - debug 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 is provided primarily to provide a backtrace with names
in a debugger, this makes it somewhat easier to interpret core
dumps. Most people will not need this package.
|