Source: libcommons-dbcp-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Damien Raude-Morvan <drazzib@debian.org>,
           Emmanuel Bourg <ebourg@apache.org>
Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.4)
Build-Depends-Indep: default-jdk-doc,
                     junit,
                     libcommons-pool-java,
                     libcommons-pool-java-doc,
                     libgeronimo-jta-1.1-spec-java,
                     libmaven-javadoc-plugin-java,
                     libtomcat8-java
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-java/libcommons-dbcp-java.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/libcommons-dbcp-java.git
Homepage: http://commons.apache.org/dbcp/

Package: libcommons-dbcp-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: libcommons-dbcp-java-doc, ${maven:OptionalDepends}
Description: Database Connection Pooling Services
 The DBCP package provides database connection pooling services. The
 following features are supported
 .
  * DataSource and Driver interfaces to the pool.
  * Support for arbitrary sources of the underlying Connections.
  * Integration with arbitrary org.apache.commons.pool.ObjectPool
    implementations.
  * Support for Connection validation, expiration, etc.
  * Support for PreparedStatement pooling.
  * XML configuration.
 .
 This is a part of the Apache Commons Project.

Package: libcommons-dbcp-java-doc
Architecture: all
Section: doc
Depends: ${maven:DocDepends}, ${misc:Depends}
Recommends: ${maven:DocOptionalDepends}
Suggests: libcommons-dbcp-java
Description: Database Connection Pooling Services - documentation
 The DBCP package provides database connection pooling services. The
 following features are supported
 .
  * DataSource and Driver interfaces to the pool.
  * Support for arbitrary sources of the underlying Connections.
  * Integration with arbitrary org.apache.commons.pool.ObjectPool
    implementations.
  * Support for Connection validation, expiration, etc.
  * Support for PreparedStatement pooling.
  * XML configuration.
 .
 This is a part of the Apache Commons Project.
 .
 This package contains Javadoc API Documentation of Commons DBCP.
