File: control

package info (click to toggle)
libcommons-logging-java 1.1.1-9
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,300 kB
  • sloc: java: 5,405; xml: 3,887; makefile: 22
file content (41 lines) | stat: -rw-r--r-- 1,730 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>
Build-Depends: ant-optional, cdbs, debhelper (>= 7), default-jdk
Build-Depends-Indep: junit,
                     libavalon-framework-java,
                     libcommons-parent-java,
                     libexcalibur-logkit-java,
                     liblog4j1.2-java,
                     libservlet2.5-java,
                     maven-repo-helper
Standards-Version: 3.9.2
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-logging-java
Vcs-Browser: http://svn.debian.org/wsvn/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,
          libservlet2.5-java
Description: commmon 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: commmon 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.