File: control

package info (click to toggle)
libcommons-logging-java 1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 1,228 kB
  • ctags: 880
  • sloc: java: 5,419; xml: 3,915; makefile: 23
file content (41 lines) | stat: -rw-r--r-- 1,776 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
Source: libcommons-logging-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Varun Hiremath <varun@debian.org>, Niels Thykier <niels@thykier.net>,
 Emmanuel Bourg <ebourg@apache.org>, Jakub Adam <jakub.adam@ktknet.cz>
Build-Depends: ant-optional, cdbs, debhelper (>= 9), default-jdk
Build-Depends-Indep: junit,
                     libavalon-framework-java,
                     libcommons-parent-java,
                     libexcalibur-logkit-java,
                     liblog4j1.2-java,
                     libservlet3.1-java,
                     maven-repo-helper
Standards-Version: 3.9.5
Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libcommons-logging-java
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libcommons-logging-java
Homepage: http://commons.apache.org/logging

Package: libcommons-logging-java
Architecture: all
Depends: libcommons-parent-java, ${misc:Depends}
Suggests: libavalon-framework-java,
          libcommons-logging-java-doc,
          libexcalibur-logkit-java,
          liblog4j1.2-java
Description: common wrapper interface for several logging APIs
 Provides a simple, component oriented interface together with wrappers for
 several existing java logging systems. The user can choose at runtime which
 system he want to use for logging.

Package: libcommons-logging-java-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: common wrapper interface for several logging APIs (documentation)
 Provides a simple, component oriented interface together with wrappers for
 several existing java logging systems. The user can choose at runtime which
 system he want to use for logging.
 .
 This package contains the documentation.