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

« back to all changes in this revision

Viewing changes to debian/README.Debian

  • 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
libpgjava Debian package
 
2
========================
 
3
 
 
4
This package has been extracted from the postgresql package because of
 
5
its dependency on a Java VM (unfortunately, there's currently no working
 
6
free JVM available).  The source tree reflects this, that is why the code
 
7
is three levels down.
 
8
 
 
9
The JDBC classes implement the JDBC 2.0 API for the Java2 platform. They
 
10
should work fine with JDK 1.1 and Kaffe, though.