Codebase list libslf4j-java / debian/1.5.8-2ubuntu1 debian / control
debian/1.5.8-2ubuntu1

Tree @debian/1.5.8-2ubuntu1 (Download .tar.gz)

control @debian/1.5.8-2ubuntu1

1241a47
b5ef85c
1241a47
 
0cc39df
1f9031e
 
4182e44
5af1772
1241a47
 
 
 
 
 
4182e44
9db5c52
1241a47
 
 
 
6273655
 
1241a47
 
 
 
 
Source: libslf4j-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Varun Hiremath <varun@debian.org>, Damien Raude-Morvan <drazzib@drazzib.com>
Build-Depends: cdbs, debhelper (>= 6), ant, default-jdk
Build-Depends-Indep: maven-repo-helper, liblog4j1.2-java,
 libcommons-logging-java, libcommons-lang-java, libjavassist-java
Standards-Version: 3.8.3
Homepage: http://www.slf4j.org/
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libslf4j-java
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libslf4j-java

Package: libslf4j-java
Architecture: all
Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless
Suggests: libjavassist-java, liblog4j1.2-java, libcommons-logging-java
Description: Simple Logging Facade for Java
 The Simple Logging Facade for Java (or SLF4J) is intended to serve as
 a simple facade for various logging APIs allowing to the end-user to
 plug in the desired implementation at deployment time. SLF4J also
 allows for a gradual migration path away from Apache Commons
 Logging (CL)
 .
 Logging API implementations can either choose to implement the SLF4J
 interfaces directly, e.g. logback or SimpleLogger. Alternatively, it
 is possible (and rather easy) to write SLF4J adapters for the given
 API implementation, e.g. Log4jLoggerAdapter or JDK14LoggerAdapter.