logback 1:1.2.11-4 source package in Ubuntu

Changelog

logback (1:1.2.11-4) unstable; urgency=medium

  * Add clean target for back-to-back builds (Closes: #1048763)
  * Bump Standards-Version to 4.6.2 (no changes)
  * Set Rules-Requires-Root: no in debian/control
  * Add lintian overrides for long lines in sources

 -- tony mancill <email address hidden>  Sun, 20 Aug 2023 10:01:07 -0700

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

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
logback_1.2.11-4.dsc 2.3 KiB efe78fd861b112489a20e5842418259e6168099cfea34e92ac6c7e6a563e32d4
logback_1.2.11.orig.tar.xz 2.8 MiB 452d3357f26acacc49027e81ab18a8fdc96ecf4a7866261ec869e4e93e743778
logback_1.2.11-4.debian.tar.xz 11.4 KiB cdae70efcf94e8f199db72feca84014bced738c1ca23fb2605d20c750cfa0ce4

Available diffs

No changes file available.

Binary packages built by this source

liblogback-java: flexible logging library for Java

 Logback is a reliable, generic, fast and flexible logging library for Java.
 It's intended as a successor to the popular log4j project.
 .
 The logback-core module lays the groundwork for the other two modules.
 .
 The logback-classic module can be assimilated to a significantly improved
 version of log4j. Moreover, logback-classic natively implements the SLF4J API
 so that you can readily switch back and forth between logback and other
 logging systems such as log4j or java.util.logging (JUL).
 .
 The logback-access module integrates with Servlet containers, such as Tomcat
 and Jetty, to provide HTTP-access log functionality.

liblogback-java-doc: flexible logging library for Java - documentation

 Logback is a reliable, generic, fast and flexible logging library for Java.
 It's intended as a successor to the popular log4j project.
 .
 The logback-core module lays the groundwork for the other two modules.
 .
 The logback-classic module can be assimilated to a significantly improved
 version of log4j. Moreover, logback-classic natively implements the SLF4J API
 so that you can readily switch back and forth between logback and other
 logging systems such as log4j or java.util.logging (JUL).
 .
 The logback-access module integrates with Servlet containers, such as Tomcat
 and Jetty, to provide HTTP-access log functionality.
 .
 This package provides the API documentation and manual for Logback.