File: control

package info (click to toggle)
log4cpp 1.1.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,220 kB
  • sloc: sh: 10,465; cpp: 6,696; ansic: 1,049; makefile: 288
file content (38 lines) | stat: -rw-r--r-- 1,595 bytes parent folder | download | duplicates (2)
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
Source: log4cpp
Priority: optional
Maintainer: A. Maitland Bottoms <bottoms@debian.org>
Build-Depends: automake, debhelper (>= 12), libtool
Standards-Version: 4.5.0
Section: libs
Homepage: http://log4cpp.sourceforge.net
Vcs-Browser: https://salsa.debian.org/debian/log4cpp
Vcs-Git: https://salsa.debian.org/debian/log4cpp.git

Package: liblog4cpp5-dev
Section: libdevel
Architecture: any
Depends: liblog4cpp5v5 (= ${binary:Version}), ${misc:Depends}
Conflicts: liblog4cpp-dev, liblog4cpp1-dev, liblog4cpp3-dev, liblog4cpp4-dev
Replaces: liblog4cpp-dev, liblog4cpp1-dev, liblog4cpp3-dev, liblog4cpp4-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.

Package: liblog4cpp5v5
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Conflicts: liblog4cpp1c102, liblog4cpp3, liblog4cpp4, liblog4cpp5
Replaces: liblog4cpp0, liblog4cpp1c102, liblog4cpp3, liblog4cpp4, liblog4cpp5
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.