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
|
Source: log4cxx
Section: devel
Priority: optional
Maintainer: Matthew Vernon <sunergos@vernshome.net>
Homepage: http://logging.apache.org/log4cxx/index.html
Build-Depends: debhelper (>= 5), dpatch, zlib1g-dev, doxygen, graphviz, gsfonts, c++-compiler, libapr1-dev, libaprutil1-dev
Standards-Version: 3.8.0
Package: liblog4cxx10-dev
Section: libdevel
Architecture: any
Depends: liblog4cxx10 (= ${binary:Version}), libapr1-dev, libaprutil1-dev
Conflicts: liblog4cxx9-dev
Replaces: liblog4cxx9-dev
Suggests: liblog4cxx10-doc (= ${source:Version}), pkg-config
Description: A logging library for C++ (development files)
Log4cxx is the C++ port of log4j, a logging framework for JAVA.
Log4cxx attempts to mimic log4j usage as much as the language will
allow and to be compatible with log4j configuration and output formats.
Package: liblog4cxx10
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: A logging library for C++
Log4cxx is the C++ port of log4j, a logging framework for JAVA.
Log4cxx attempts to mimic log4j usage as much as the language will
allow and to be compatible with log4j configuration and output formats.
Package: liblog4cxx10-doc
Section: doc
Architecture: all
Depends: base-files (>=4.0.4)
Description: Documentation for log4cxx
Log4cxx is the C++ port of log4j, a logging framework for JAVA.
Log4cxx attempts to mimic log4j usage as much as the language will
allow and to be compatible with log4j configuration and output formats.
|