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
|
Source: libpgjava
Section: libs
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Stefan Gybas <sgybas@debian.org>, Arnaud Vandyck <avdyk@debian.org>, Wolfgang Baer <WBaer@gmx.de>
Build-Depends-Indep: debhelper (>= 4.2.30), cdbs, kaffe (>= 2:1.1.5-1), ant, libxerces2-java
Standards-Version: 3.6.2
Package: libpg-java
Architecture: all
Section: libs
Priority: optional
Depends: kaffe | java1-runtime | java2-runtime
Suggests: postgresql (>= 7.2)
Conflicts: libpgjava (<= 7.4.7-3)
Provides: libpgjava
Replaces: libpgjava
Description: Java database (JDBC) driver for PostgreSQL
Java classes for communication with the PostgreSQL 7.2 up to 8.0 database
backend (local or remote) using JDBC. This package contains two Java archives
(JARs), one that supports JDBC 2.0 (for JDK 1.3 and up) and one that supports
JDBC 3.0 and SSL (for JDK 1.4 and up).
Package: libpgjava
Architecture: all
Section: libs
Priority: optional
Depends: libpg-java
Description: Java database (JDBC) driver for PostgreSQL - transitional package
A dummy package for transition to the new libpg-java package. It can be
removed after the upgrade.
|