File: control

package info (click to toggle)
log4cpp 1.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,956 kB
  • ctags: 1,587
  • sloc: sh: 9,583; cpp: 6,093; ansic: 1,049; makefile: 273
file content (38 lines) | stat: -rw-r--r-- 1,664 bytes parent folder | download
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: Fathi Boudra <fabo@debian.org>
Uploaders: A. Maitland Bottoms <bottoms@debian.org>
Build-Depends: automake, debhelper (>= 9), dh-autoreconf, libtool
Standards-Version: 3.9.8
Section: libs
Homepage: http://log4cpp.sourceforge.net
Vcs-Git: https://anonscm.debian.org/git/collab-maint/log4cpp.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/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
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.