File: control

package info (click to toggle)
excalibur-logger 2.1-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 432 kB
  • sloc: java: 3,468; xml: 227; makefile: 15
file content (37 lines) | stat: -rw-r--r-- 1,216 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
Source: excalibur-logger
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Onkar Shinde <onkarshinde@ubuntu.com>,
 Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
 ant,
 debhelper (>= 10),
 default-jdk,
 libavalon-framework-java,
 libexcalibur-logkit-java,
 libgeronimo-jms-1.1-spec-java,
 liblog4j1.2-java,
 libmail-java,
 libservlet3.1-java
Standards-Version: 4.1.1
Vcs-Git: https://anonscm.debian.org/git/pkg-java/excalibur-logger.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/excalibur-logger.git
Homepage: http://excalibur.apache.org/logger.html

Package: libexcalibur-logger-java
Architecture: all
Depends:
 libavalon-framework-java,
 libexcalibur-logkit-java,
 liblog4j1.2-java,
 ${misc:Depends}
Suggests:
 libgeronimo-jms-1.1-spec-java,
 libmail-java
Description: Excalibur project's log management system
 Excalibur-Logger integrates neatly into the Avalon ECM and Excalibur-Fortress.
 The main goal is to be able to define the log categories on a component basis
 by specifying a 'logger' attribute which denotes the log category to use for
 a particular component (given the component is LogEnabled or Loggable).