libslf4j-java 1.6.2-1ubuntu1 source package in Ubuntu

Changelog

libslf4j-java (1.6.2-1ubuntu1) precise; urgency=low

  * Updates for Ubuntu MIR (LP: #878186):
    + Enable test suite:
      - d/ant.properties, d/build.xml: Define new targets to compile and
        execute test suites for all jar files.
      - d/control: Add ant-optional and junit to B-D's.
      - d/rules: Define DEB_ANT_CHECK_TARGET to execute test suite and add
        ant-junit and junit to DEB_JARS.
    + d/control: Remove surplus dependencies - libjavassist-java,
      libcommons-lang-java
 -- James Page <email address hidden>   Wed, 19 Oct 2011 15:26:44 +0100

Upload details

Uploaded by:
James Page
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libslf4j-java_1.6.2.orig.tar.gz 136.4 KiB 07982cb0895020c91832c1e4e96b342bff28c209bf866ffb442e7708098330cb
libslf4j-java_1.6.2-1ubuntu1.debian.tar.gz 6.4 KiB e7165827cdbba5c89963840a4117ad6d5c2ca90657d52bfbcf25f36c953f4b14
libslf4j-java_1.6.2-1ubuntu1.dsc 2.2 KiB 8485fcb87d53efb4c85f0512aa89b8757eab3ef83e929328ba59d094e3c654bd

Available diffs

View changes file

Binary packages built by this source

libslf4j-java: 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.