Source: commons-pool
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Marcus Better <marcus@better.se>,
 Damien Raude-Morvan <drazzib@debian.org>,
 Emmanuel Bourg <ebourg@apache.org>
Section: java
Priority: optional
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9), default-jdk, ant, cdbs
Build-Depends-Indep: ant-optional, junit, default-jdk-doc, maven-repo-helper
Homepage: http://commons.apache.org/pool/
Vcs-Git: https://anonscm.debian.org/git/pkg-java/commons-pool.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/commons-pool.git

Package: libcommons-pool-java
Architecture: all
Depends: ${misc:Depends}
Description: 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.

Package: libcommons-pool-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Recommends: default-jdk-doc
Suggests: libcommons-pool-java
Description: 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.
