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
|
Source: log4c
Section: libs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13),
doxygen-latex,
dpkg-dev (>= 1.22.5),
ghostscript,
libexpat1-dev,
texlive-fonts-recommended,
Standards-Version: 4.7.0
Homepage: https://log4c.sourceforge.net
Vcs-Browser: https://salsa.debian.org/debian/log4c
Vcs-Git: https://salsa.debian.org/debian/log4c.git
Package: liblog4c-dev
Section: libdevel
Architecture: any
Depends: liblog4c3t64 (= ${binary:Version}),
${misc:Depends},
Description: C library for flexible logging (development)
Log4c is a library of C for flexible logging to files, syslog and other
destinations.
.
It is modeled after the Log for Java library (http://logging.apache.org),
staying as close to their API as is reasonable.
.
This package contains the Log4c development files.
Package: liblog4c3t64
Provides: ${t64:Provides},
Replaces: liblog4c3,
Breaks: liblog4c3 (<< ${source:Version}),
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
Description: C library for flexible logging (runtime)
Log4c is a library of C for flexible logging to files, syslog and other
destinations.
.
It is modeled after the Log for Java library (http://logging.apache.org),
staying as close to their API as is reasonable.
.
This package contains the files necessary for running applications that
use the log4c library.
Package: liblog4c-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
Recommends: w3m | www-browser,
Description: C library for flexible logging (documentation)
Log4c is a library of C for flexible logging to files, syslog and other
destinations.
.
It is modeled after the Log for Java library (http://logging.apache.org),
staying as close to their API as is reasonable.
.
This package contains the Log4c library documentation for developers.
|