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 33 34 35 36 37 38 39
|
Source: libpgjava
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>,
Christoph Berg <myon@debian.org>,
Matthias Klose <doko@ubuntu.com>,
Andrew Ross <ubuntu@rossfamily.co.uk>
Build-Depends:
debhelper-compat (= 13),
libbuild-helper-maven-plugin-java,
libcomment-preprocessor-java,
libmaven-bundle-plugin-java,
libmaven-shade-plugin-java,
libproperties-maven-plugin-java,
libscram-java (>= 2.1),
maven-debian-helper
Build-Depends-Indep:
default-jdk
Standards-Version: 4.7.0
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/java-team/libpostgresql-jdbc-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libpostgresql-jdbc-java
Homepage: https://jdbc.postgresql.org/
Package: libpostgresql-jdbc-java
Architecture: all
Multi-Arch: foreign
Depends: ${maven:Depends}, ${misc:Depends}
# No "Recommends: ${maven:OptionalDepends}" here because that would point at
# libscram-java which we bundle
Provides: libpgjava, libpg-java
Built-Using: ${builtUsing}
Description: Java database (JDBC) driver for PostgreSQL
PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
database (8.4 or later) using standard, database independent Java code.
It is an open source JDBC driver written in Pure Java (Type 4), and
communicates in the PostgreSQL native network protocol.
|