File: control

package info (click to toggle)
log4cxx 0.10.0-12
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 17,108 kB
  • ctags: 6,500
  • sloc: cpp: 33,940; sh: 8,860; xml: 4,686; makefile: 507; java: 48
file content (81 lines) | stat: -rw-r--r-- 2,694 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Source: log4cxx
Section: devel
Priority: optional
Maintainer: Tobias Frost <tobi@debian.org>
Homepage: https://logging.apache.org/log4cxx/index.html
Vcs-Git: https://anonscm.debian.org/git/collab-maint/log4cxx.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/log4cxx.git
Build-Depends: debhelper (>= 10),
               libapr1-dev,
               libaprutil1-dev,
               zip
Build-Depends-Indep: doxygen
Standards-Version: 3.9.8

Package: liblog4cxx10-dev
Priority: extra
Architecture: any
Multi-Arch: same
Section: oldlibs
Depends: liblog4cxx-dev, ${misc:Depends}
Description: Logging library for C++ (development files) -- transitional package
 This is a transitional dummy development files package. It can safely be
 removed.

Package: liblog4cxx-dev
Section: libdevel
Priority: extra
Architecture: any
Multi-Arch: same
Depends: libapr1-dev,
         libaprutil1-dev,
         liblog4cxx10v5 (= ${binary:Version}),
         ${misc:Depends}
Breaks: liblog4cxx10-dev (<< 0.10.0-8)
Conflicts: liblog4cxx9-dev
Replaces: liblog4cxx10-dev, liblog4cxx9-dev
Provides: liblog4cxx10-dev
Suggests: liblog4cxx-doc (= ${source:Version}), pkg-config
Description: 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.
 .
 This package provides the development files.

Package: liblog4cxx10v5
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Breaks: liblog4cxx10
Replaces: liblog4cxx10
Suggests: zip
Description: 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
Priority: extra
Architecture: all
Section: oldlibs
Depends: liblog4cxx-doc, ${misc:Depends}
Description: Documentation for log4cxx -- transitional dummy package
 This is a transitional dummy package. It can safely be removed.

Package: liblog4cxx-doc
Section: doc
Priority: extra
Architecture: all
Multi-Arch: foreign
Breaks: liblog4cxx10-doc (<< 0.10.0-8)
Replaces: liblog4cxx10-doc
Depends: base-files (>=4.0.4), ${misc:Depends}
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.
 .
 This package provides doxygen documentation for the library.