File: control

package info (click to toggle)
log4cxx 0.10.0-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 17,028 kB
  • ctags: 6,434
  • sloc: cpp: 33,940; sh: 8,852; xml: 4,686; makefile: 508; java: 48
file content (54 lines) | stat: -rw-r--r-- 1,893 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
Source: log4cxx
Section: devel
Priority: optional
Maintainer: Tobias Frost <tobi@debian.org>
Homepage: http://logging.apache.org/log4cxx/index.html
Vcs-Git: git://gitorious.org/log4cxx-debian/log4cxx-debian.git
Vcs-Browser: https://gitorious.org/log4cxx-debian/log4cxx-debian
Build-Depends: debhelper (>= 9),
               dh-autoreconf,
               doxygen,
               libapr1-dev,
               libaprutil1-dev
Standards-Version: 3.9.5

Package: liblog4cxx10-dev
Section: libdevel
Priority: extra
Architecture: any
Depends: libapr1-dev,
         libaprutil1-dev,
         liblog4cxx10 (= ${binary:Version}),
         ${misc:Depends}
Conflicts: liblog4cxx9-dev
Replaces: liblog4cxx9-dev
Suggests: liblog4cxx10-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: liblog4cxx10
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
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
Section: doc
Priority: extra
Architecture: all
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.