libslf4j-java 1.7.25-2 source package in Ubuntu

Changelog

libslf4j-java (1.7.25-2) unstable; urgency=medium

  * Ignore the dependency on wagon-ssh
  * Standards-Version updated to 4.1.1

 -- Emmanuel Bourg <email address hidden>  Mon, 20 Nov 2017 09:23:49 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libslf4j-java_1.7.25-2.dsc 2.2 KiB 4e7b651fdbcd03182c25575f5f2ff5fcb05efb919f1637c8fde41b36e36473b5
libslf4j-java_1.7.25.orig.tar.xz 115.1 KiB 03f0669a8bd3ff204c353a96983cbc027beb3b0f8b33651e95bb12f49f7ff20a
libslf4j-java_1.7.25-2.debian.tar.xz 6.3 KiB 5e8fff6343fa48826fe427378fea473a19a506605e8689531be05e9aeab7d01e

Available diffs

No changes file available.

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.