commons-pool 1.6-4 source package in Ubuntu

Changelog

commons-pool (1.6-4) unstable; urgency=medium

  * Removed Damien Raude-Morvan from the uploaders (Closes: #889330)
  * Build with the DH sequencer instead of CDBS
  * Standards-Version updated to 4.5.1
  * Switch to debhelper level 13
  * Use salsa.debian.org Vcs-* URLs
  * Use secure URIs

 -- Emmanuel Bourg <email address hidden>  Wed, 03 Feb 2021 23:12:32 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe libs
Lunar release universe libs
Jammy release universe libs

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
commons-pool_1.6-4.dsc 2.1 KiB 270551b321b37784dd8f6baf0a9347ff2ee03dae892997e7e98fd38273f4abbc
commons-pool_1.6.orig.tar.gz 313.9 KiB 31d182e5dc857666dba640caf9529158c679075f4f137deceff128e268d9195a
commons-pool_1.6-4.debian.tar.xz 4.0 KiB 3f49f47ebaa98f87e622a5053104d0065c35f5a48b2d3e3083f86c2b283dc2df

Available diffs

No changes file available.

Binary packages built by this source

libcommons-pool-java: pooling implementation for Java objects

 Pool provides an Object-pooling API, with three major aspects:
  1. A generic object pool interface that clients and implementors can use to
     provide easily interchangeable pooling implementations.
  2. A toolkit for creating modular object pools.
  3. Several general purpose pool implementations.

libcommons-pool-java-doc: pooling implementation for Java objects - documentation

 Pool provides an Object-pooling API, with three major aspects:
  1. A generic object pool interface that clients and implementors can use to
     provide easily interchangeable pooling implementations.
  2. A toolkit for creating modular object pools.
  3. Several general purpose pool implementations.
 .
 This package contains Javadoc API Documentation of Commons Pool.