File: control

package info (click to toggle)
log4shib 1.0.9-3~bpo7%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports-sloppy
  • size: 4,244 kB
  • sloc: cpp: 4,767; sh: 4,210; ansic: 818; makefile: 268
file content (79 lines) | stat: -rw-r--r-- 2,768 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
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
Source: log4shib
Section: libs
Priority: extra
Maintainer: Debian Shib Team <pkg-shibboleth-devel@lists.alioth.debian.org>
Uploaders:
 Russ Allbery <rra@debian.org>,
 Ferenc Wágner <wferi@niif.hu>,
 Etienne Dysli Metref <etienne.dysli-metref@switch.ch>,
Build-Depends:
 debhelper (>= 9),
 dh-autoreconf,
 perl,
Build-Depends-Indep:
 doxygen,
 graphviz,
Standards-Version: 3.9.8
Homepage: https://wiki.shibboleth.net/confluence/display/OpenSAML/log4shib
Vcs-Git: https://anonscm.debian.org/git/pkg-shibboleth/log4shib.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-shibboleth/log4shib.git

Package: liblog4shib1
Architecture: any
Multi-Arch: same
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: log4j-style configurable logging library for C++ (runtime)
 log4shib provides a library of C++ classes for flexible logging to
 files, syslog, and other destinations.  It is modeled after the log4j
 Java library, staying as close to that API as is reasonable.
 .
 log4shib is a fork of the log4cpp library with additional fixes and
 modifications to improve its thread safety and robustness.  It is
 primarily intended for use by the Shibboleth web authentication
 system.
 .
 This package contains the files necessary for running applications that
 use the log4shib library.

Package: liblog4shib-dev
Section: libdevel
Architecture: any
Depends:
 liblog4shib1 (= ${binary:Version}),
 ${misc:Depends},
Suggests:
 liblog4shib-doc,
Description: log4j-style configurable logging library for C++ (development)
 log4shib provides a library of C++ classes for flexible logging to
 files, syslog, and other destinations.  It is modeled after the log4j
 Java library, staying as close to that API as is reasonable.
 .
 log4shib is a fork of the log4cpp library with additional fixes and
 modifications to improve its thread safety and robustness.  It is
 primarily intended for use by the Shibboleth web authentication
 system.
 .
 This package contains the headers and other necessary files to build
 applications or libraries that use or extend the log4shib library.

Package: liblog4shib-doc
Section: doc
Architecture: all
Depends:
 ${misc:Depends},
Description: log4j-style configurable logging library for C++ (API docs)
 log4shib provides a library of C++ classes for flexible logging to
 files, syslog, and other destinations.  It is modeled after the log4j
 Java library, staying as close to that API as is reasonable.
 .
 log4shib is a fork of the log4cpp library with additional fixes and
 modifications to improve its thread safety and robustness.  It is
 primarily intended for use by the Shibboleth web authentication
 system.
 .
 This package contains the log4shib library API documentation generated
 by Doxygen.