File: control

package info (click to toggle)
c3p0 0.9.1.2-10
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 3,152 kB
  • sloc: java: 29,115; xml: 791; makefile: 14; sh: 11
file content (32 lines) | stat: -rw-r--r-- 1,279 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Source: c3p0
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Varun Hiremath <varun@debian.org>, Emmanuel Bourg <ebourg@apache.org>
Build-Depends: debhelper (>= 10), cdbs, maven-repo-helper, default-jdk
Build-Depends-Indep: ant, liblog4j1.2-java, ant-optional, junit, libhsqldb-java
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/java-team/c3p0.git
Vcs-Browser: https://salsa.debian.org/java-team/c3p0
Homepage: http://sourceforge.net/projects/c3p0

Package: libc3p0-java
Architecture: all
Depends: ${misc:Depends}
Suggests: liblog4j1.2-java
Description: library for JDBC connection pooling
 c3p0 is an easy-to-use library for making traditional JDBC drivers
 "enterprise-ready" by augmenting them with functionality defined by
 the jdbc3 spec and the optional extensions to jdbc2.

Package: libc3p0-java-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: libc3p0-java
Description: library for JDBC connection pooling (documentation)
 c3p0 is an easy-to-use library for making traditional JDBC drivers
 "enterprise-ready" by augmenting them with functionality defined by
 the jdbc3 spec and the optional extensions to jdbc2.
 .
 This package includes the documentation.