File: control

package info (click to toggle)
log4shib 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,948 kB
  • sloc: cpp: 4,778; sh: 4,242; ansic: 818; makefile: 190
file content (64 lines) | stat: -rw-r--r-- 1,999 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
Source: log4shib
Section: libs
Priority: optional
Maintainer: Debian Shib Team <pkg-shibboleth-devel@lists.alioth.debian.org>
Uploaders:
 Ferenc Wágner <wferi@debian.org>,
 Etienne Dysli Metref <etienne.dysli-metref@switch.ch>,
Build-Depends:
 debhelper-compat (= 13),
Build-Depends-Indep:
 doxygen,
 graphviz,
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://wiki.shibboleth.net/confluence/display/OpenSAML/log4shib
Vcs-Git: https://salsa.debian.org/shib-team/log4shib.git
Vcs-Browser: https://salsa.debian.org/shib-team/log4shib
X-Common-Description: 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.

Package: liblog4shib2
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: log4j-style configurable logging library for C++ (runtime)
 ${S:X-Common-Description}
 .
 This package contains the files necessary for running applications that
 use the log4shib library.

Package: liblog4shib-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 liblog4shib2 (= ${binary:Version}),
 ${misc:Depends},
Suggests:
 liblog4shib-doc,
Description: log4j-style configurable logging library for C++ (development)
 ${S:X-Common-Description}
 .
 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
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Description: log4j-style configurable logging library for C++ (API docs)
 ${S:X-Common-Description}
 .
 This package contains the log4shib library API documentation generated
 by Doxygen.