~ubuntu-branches/ubuntu/precise/libpgjava/precise

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Gybas
  • Date: 2002-02-06 23:43:06 UTC
  • Revision ID: james.westby@ubuntu.com-20020206234306-x0g0xm50lq8i0w2t
Tags: 7.2-1
* New upstream release (extracted from the source of PostgreSQL 7.2)
* Call ant directly instead of using the Makefile
* Changed Build-Depends to Build-Depends-Indep (found by Lintian)
* Install the JAR as postgresql-7.2.jar and create a symlink as suggested
  by the latest Java policy
* Depend on java-common instead of java-virtual-machine as this package
  contains just a library
* Compile the classes with optimization and debug symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: libpgjava
 
2
Section: contrib/libs
 
3
Priority: optional
 
4
Maintainer: Stefan Gybas <sgybas@debian.org>
 
5
Build-Depends-Indep: debhelper (>= 3.0.40), ant (>= 1.3-1), j2sdk1.3 (>= 1.3.1-1.1)
 
6
Standards-Version: 3.5.6
 
7
 
 
8
Package: libpgjava
 
9
Architecture: all
 
10
Section: contrib/libs
 
11
Priority: optional
 
12
Depends: java-common
 
13
Suggests: postgresql (>= 7.1.3)
 
14
Description: Java database (JDBC) driver for PostgreSQL
 
15
 A java archive (jar) of classes for communication with the PostgreSQL 7.1/7.2
 
16
 database backend (local or remote) using JDBC.