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
|
Source: log4cpp
Priority: optional
Maintainer: Fathi Boudra <fboudra@free.fr>
Build-Depends: debhelper (>= 5.0.0), dpatch, libtool, automake1.9
Standards-Version: 3.6.2
Section: libs
Package: liblog4cpp4-dev
Section: libdevel
Architecture: any
Depends: liblog4cpp4 (= ${Source-Version})
Conflicts: liblog4cpp3-dev, liblog4cpp1-dev, liblog4cpp-dev
Replaces: liblog4cpp3-dev, liblog4cpp1-dev, liblog4cpp-dev
Description: C++ library for flexible logging (development)
Log for C++ is a library of C++ classes for flexible logging to files,
syslog and other destinations. It is modeled after the Log for
Java library (http://jakarta.apache.org/log4j/), staying as close to
their API as is reasonable.
.
This package contains the log4cpp development files.
.
Homepage: http://log4cpp.sourceforge.net
Package: liblog4cpp4
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: liblog4cpp3, liblog4cpp1c102
Replaces: liblog4cpp3, liblog4cpp0, liblog4cpp1c102
Description: C++ library for flexible logging (runtime)
Log for C++ is a library of C++ classes for flexible logging to files,
syslog and other destinations. It is modeled after the Log for
Java library (http://jakarta.apache.org/log4j/), staying as close to
their API as is reasonable.
.
This package contains the files necessary for running applications that
use the log4cpp library.
.
Homepage: http://log4cpp.sourceforge.net
|