[pkg-java] r13405 - in tags/libpgjava: . 8.4-702-1/debian
Andrew Ross
rockclimb-guest at alioth.debian.org
Fri Mar 11 10:08:37 UTC 2011
Author: rockclimb-guest
Date: 2011-03-11 10:08:31 +0000 (Fri, 11 Mar 2011)
New Revision: 13405
Added:
tags/libpgjava/8.4-702-1/
tags/libpgjava/8.4-702-1/debian/changelog
tags/libpgjava/8.4-702-1/debian/control
tags/libpgjava/8.4-702-1/debian/copyright
tags/libpgjava/8.4-702-1/debian/libpg-java-doc.javadoc
tags/libpgjava/8.4-702-1/debian/libpg-java.jlibs
tags/libpgjava/8.4-702-1/debian/patches/
tags/libpgjava/8.4-702-1/debian/rules
tags/libpgjava/8.4-702-1/debian/source/
tags/libpgjava/8.4-702-1/debian/watch
Removed:
tags/libpgjava/8.4-702-1/debian/changelog
tags/libpgjava/8.4-702-1/debian/control
tags/libpgjava/8.4-702-1/debian/copyright
tags/libpgjava/8.4-702-1/debian/rules
tags/libpgjava/8.4-702-1/debian/watch
Log:
[svn-buildpackage] Tagging libpgjava 8.4-702-1
Deleted: tags/libpgjava/8.4-702-1/debian/changelog
===================================================================
--- trunk/libpgjava/debian/changelog 2011-02-09 00:38:02 UTC (rev 13264)
+++ tags/libpgjava/8.4-702-1/debian/changelog 2011-03-11 10:08:31 UTC (rev 13405)
@@ -1,311 +0,0 @@
-libpgjava (8.4-701-1) unstable; urgency=low
-
- * New upstream release.
- * Removed all old unused JDBC2 stuff.
- * Moved java-gcj-compat-dev and ant to Build-Depends.
- * Make libpg-java Depends on default-jre-headless and its headless
- friends.
- * Build-Depends on debhelper >= 7.
- * Moved package to section 'java'.
- * Updated Standards-Version to 3.8.3.
-
- -- Michael Koch <konqueror at gmx.de> Sat, 26 Sep 2009 13:39:36 +0200
-
-libpgjava (8.2-504-2) unstable; urgency=low
-
- * Updated description to mention PostgreSQL 8.3 as supported.
- Closes: #398348
- * Removed libpgjava transitional package. Closes: #477557
- * Moved debhelper and cdbs from Build-Depends-Indep to Build-Depends.
- * Added Homepage, Vcs-Svn and Vcs-Browser fields.
- * Added watch file.
- * Added myself to Uploaders.
- * Removed Stafan and Wolfgang from Uploaders.
- * Updated Standards-Version to 3.7.3
- * Updated debhelper level to 5.
-
- -- Michael Koch <konqueror at gmx.de> Sat, 26 Apr 2008 22:01:11 +0200
-
-libpgjava (8.2-504-1) unstable; urgency=low
-
- * New upstream version, supporting Postgresql 8.2.
- * Build using java-gcj-compat-dev.
-
- -- Matthias Klose <doko at debian.org> Sat, 6 Jan 2007 15:03:58 +0100
-
-libpgjava (8.1-405-1) unstable; urgency=low
-
- * Drop support for the old jdbc2 driver (can be reverted if wanted)
- (closes: #358345).
- * New upstream (thanks to Wolfgang Baer).
-
- -- Arnaud Vandyck <avdyk at debian.org> Tue, 25 Apr 2006 00:07:07 +0200
-
-libpgjava (8.1-404-1) unstable; urgency=low
-
- * New upstream release (closes: #340739)
- * Removed build.compiler property in debian/rules as preset in kaffe
-
- -- Wolfgang Baer <WBaer at gmx.de> Tue, 29 Nov 2005 14:41:36 +0100
-
-libpgjava (8.0-312-1) unstable; urgency=low
-
- * New upstream release
- + Supports Postgresql 7.2 up to 8.0 releases
- + Upstream supplies its own source packages for the jdbc driver
- starting with release 8.0 - no longer extracted from postgresql
- * Changed library name to comply with java policy (closes: #275417)
- + Added conflicts, replaces with old binary
- + Changed debian/rules and debhelper files accordingly
- + Added dummy package libpgjava for transition
- * Updated everything to the new source package structure
- * Updated copyright license and download location
- * Updated control file for minimum supported version 7.2
- * Deleted README.Debian - no longer needed
- * Dropped patches:
- + 01_getInfo_exception_fix.patch - JDBC 1 no longer implemented
- + 02_jikes_jdbc2-optional_compilefix.patch - no longer needed
- * Modified/New patches:
- + Renamed 03_BuildXml.patch to 01_BuildXml.patch and updated
- + 02_PSQLException_JDK13.patch (depends on 01_BuildXml.patch)
- * postgresql.jar now links to the JDBC 3 jar (added NEWS)
- * Changed build-dep libant1.6-java to ant (control, rules)
- * Standards-Version: 3.6.2 - no changes
-
- * Upload sponsored by Petter Reinholdtsen
-
- -- Wolfgang Baer <WBaer at gmx.de> Wed, 10 Aug 2005 20:52:08 +0200
-
-libpgjava (7.4.7-3) unstable; urgency=low
-
- * Built with sources...
-
- -- Arnaud Vandyck <avdyk at debian.org> Thu, 21 Apr 2005 14:25:11 +0200
-
-libpgjava (7.4.7-2) unstable; urgency=low
-
- * Build with free vm's:
- - Updated README.Debian
- - Included README.jdbc2-interface explaining why these old java.sql.*
- source files are included, why they are needed and from where they come.
- * Move to main (closes: #300753)
- * Added patch to fix jikes compile error in JDBC2 optional classes
- (02_jikes_jdbc2-optional_compilefix.patch)
- * Build JDBC2 with optional classes but without SSL support
- Building with SSL support would prevent running the JDBC2 driver on
- jdk1.3 runtimes without SSL extensions or using the -Xverify:none flag
- * Build.xml (03_BuildXml.patch):
- - Patched to allow explicit selection of JDBC specification
- with -Djdbc2=true or -Djdbc3=true arguments during build
- - Patched to allow explicit selection of SSL usage during
- compile time with -Dssl=true (JDBC2 build has to be built without SSL)
- - Patched to allow explicit selection of compile target version with
- -Dtarget=1.3 for JDBC2 and -Dtarget=1.4 for JDBC3
-
- -- Wolfgang Baer <WBaer at gmx.de> Tue, 19 Apr 2005 20:28:25 +0200
-
-libpgjava (7.4.7-1) unstable; urgency=medium
-
- * New upstream release (closes: #275154)
- Changelog mentions jdbc fixes for 7.4.3 and 7.4.4
- * Changed debian/rules that only build once to prevent false compilation
- of jdbc2 driver with jdbc3 classes (closes: #302710)
- * avdyk: added Wolfgang and myself to the uploaders
-
- -- Wolfgang Baer <WBaer at gmx.de> Sat, 2 Apr 2005 18:14:29 +0200
-
-libpgjava (7.4.2-1) unstable; urgency=low
-
- * New upstream release (closes: #242448)
- * Apply patch from Adam Heath to fix NullPointerException in
- org.postgresql.jdbc1.AbstractJdbc1DatabaseMetaData.getIndexInfo()
- (closes: #238961)
- * Updated debian/copyright
- * Use libant1.6-java instead of libant1.5-java for building
- *
-
- -- Stefan Gybas <sgybas at debian.org> Mon, 19 Apr 2004 19:40:03 +0200
-
-libpgjava (7.4-1) unstable; urgency=low
-
- * New upstream release (extracted from the source of PostgreSQL 7.4)
- + Fixes extraction of column width and decimal digits for numeric and
- decimal column types in AbstractJdbc1DatabaseMetaData (closes: #188510)
- + Fixes setting of FK_NAME in AbstractJdbc1DatabaseMetaData
- (closes: #197825)
- * Set Maintainer: to Debian Java Maintainers and added myself to uploaders
- * Switch debian/rules to CDBS, but not using the Ant class
- * Use the new libant1.5-java for building instead of calling the
- /usr/bin/ant script
- * Use the JDK 1.4 package from Blackdown for building and enable SSL support
- for the JDBC3 driver
- * Make the directory layout for the examples match the package name
- (closes: #205057)
- * Updated the long description
- * Fix a spelling error in the previous changelog entry
- * Standards-Version: 3.6.1
- + Moved Build-Depends-Indep to Build-Depends
-
- -- Stefan Gybas <sgybas at debian.org> Tue, 18 Nov 2003 23:35:23 +0100
-
-libpgjava (7.3-1) unstable; urgency=low
-
- * New upstream release (extracted from the source of PostgreSQL 7.3)
- * Build a JDBC2 and a JDBC3 (with DataSource) version in serparate JARs
- and mention this in the long package description
- * Build with debhelper >= 4.1.0 to get rid of /usr/doc compatibility
- symlinks
- * Use Jikes 1.15 as Java compiler
- * Depend on java1-runtime | java2-runtime instead of java-common
- * Added Takashi Okamoto and Ola Lundqvist as uploaders
- * Standards-Version: 3.5.8 (no changes required)
-
- -- Stefan Gybas <sgybas at debian.org> Mon, 2 Dec 2002 22:00:12 +0100
-
-libpgjava (7.2-2) unstable; urgency=low
-
- * Fixed NullPointerException in DatabaseMetaData.getIndexInfo() - this is
- already fixed in upstream CVS (closes: #147100)
- * Note: There are no JDBC updates in PostgreSQL 7.2.1 so this is still
- the current release.
- * The package can now be compiled with j2sdk1.3 1.3.1-1.1 (which has
- JAVA_HOME set to /usr/lib/j2se/1.3) and 1.3.1-1 (which has JAVA_HOME set
- to /usr/lib/j2sdk1.3).
-
- -- Stefan Gybas <sgybas at debian.org> Fri, 24 May 2002 16:24:58 +0200
-
-libpgjava (7.2-1) unstable; urgency=low
-
- * 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
-
- -- Stefan Gybas <sgybas at debian.org> Wed, 6 Feb 2002 23:43:06 +0100
-
-libpgjava (7.1.3-2) unstable; urgency=low
-
- * Added DEF_PGPORT to Makefile.global, this is used in Driver.java.in.
- A NumberFormatException was thrown when trying to open a JDBC
- connection without specifying a port. Thanks to Andreas Leitner for
- investigating this problem!
- * Adapted to new j2sdk1.3 JAVA_HOME (/usr/lib/j2se/1.3)
-
- -- Stefan Gybas <sgybas at debian.org> Tue, 25 Sep 2001 22:27:28 +0200
-
-libpgjava (7.1.3-1) unstable; urgency=low
-
- * New upstream release (extracted from the source of PostgreSQL 7.1.3)
- * Moved to contrib again as the build process requires ant from contrib
- * Now that we are in contrib, build using JDK 1.3 to get advanced
- JDBC 2.0 features
- * Standards-Version: 3.5.6 (no changes required)
- * Use debhelper V3
-
- -- Stefan Gybas <sgybas at debian.org> Thu, 13 Sep 2001 14:01:58 +0200
-
-libpgjava (7.0.2-3) unstable; urgency=low
-
- * Don't build javadoc documentation any longer, so the package can be built
- using only free tools (the documentation is for internal classes only)
- * Moved from contrib/libs to libs (no longer depends on non-free packages)
- * Updated README.Debian
-
- -- Stefan Gybas <sgybas at debian.org> Tue, 12 Sep 2000 16:45:58 +0200
-
-libpgjava (7.0.2-2) unstable; urgency=low
-
- * This time really apply Adam's getTimestamp() patch (closes: #67670)
-
- -- Stefan Gybas <sgybas at debian.org> Sun, 27 Aug 2000 18:42:56 +0200
-
-libpgjava (7.0.2-1) unstable; urgency=low
-
- * New upstream release (extracted from the source of PostgreSQL 7.0.2)
- + getTimestamp() in ResultSet fixed (closes: #67670, thanks go to
- Adam Heath for the patch)
- * Added encoding support (closes: #66980, thanks go to Kaz Sasayama
- for the patch)
- * Standards-Version: 3.2.1 (no changes required)
- * Updated debian/rules to debhelper V2
-
- -- Stefan Gybas <sgybas at debian.org> Fri, 25 Aug 2000 15:41:23 +0200
-
-libpgjava (7.0-1) unstable; urgency=low
-
- * New upstream release (extracted from the source of PostgreSQL 7.0)
- - The Driver class is now org.postgresql.Driver instead of
- postgresql.Driver - you need to change your sources!
- * Updated package description and README.Debian
-
- -- Stefan Gybas <sgybas at debian.org> Wed, 17 May 2000 10:15:56 +0000
-
-libpgjava (6.5.3-2) unstable; urgency=low
-
- * Now suggest instead of depend on postgresql since you can access a
- remote database (closes: #53322)
-
- -- Stefan Gybas <sgybas at debian.org> Thu, 30 Dec 1999 23:54:45 +0100
-
-libpgjava (6.5.3-1) unstable; urgency=low
-
- * New upstream release (extracted from the source of PostgreSQL 6.5.3)
- - The only change is that getDatabaseProductVersion() returns the
- new version number
- * Updated postgresql dependency to >= 6.5.3
- * Standards-Version 3.1.1 (no changes required)
- * Fixed typo in previous changelog
- * Corrected build dependencies: jikes -> java-compiler
-
- -- Stefan Gybas <sgybas at debian.org> Sun, 5 Dec 1999 15:37:25 +0100
-
-libpgjava (6.5.2-1) unstable; urgency=low
-
- * New upstream release (extracted from the source of PostgreSQL 6.5.2)
- (closes: #45549)
- * New maintainer
- * The package is actually architecture independent
- * Standards-Version 3.1.0
- - FHS (built using debhelper 2.0.40+)
- - Added build dependencies
- * Conforms to the Debian Java Policy 1.0 (closes: #44470, #45548)
- - Install JAR file in /usr/share/java
- - Depend on java-virtual-machine instead of jdk1.1
- * Install upstream changelog and javadoc documentation
-
- -- Stefan Gybas <sgybas at debian.org> Sun, 7 Nov 1999 13:49:32 +0100
-
-libpgjava (6.5-1) unstable; urgency=low
-
- * New upstream release (extracted from the source of PostgreSQL 6.5)
-
- -- Oliver Elphick <Oliver.Elphick at lfix.co.uk> Wed, 30 Jun 1999 22:15:34 +0100
-
-libpgjava (6.4.2-1) unstable; urgency=low
-
- * New upstream release (extracted from the source of PostgreSQL 6.4.2).
-
- -- Oliver Elphick <Oliver.Elphick at lfix.co.uk> Sat, 3 Oct 1998 11:13:42 +0100
-
-libpgjava (6.3.2-2) unstable; urgency=low
-
- * Changed dependency from jdk-runtime to jdk1.1
-
- -- Oliver Elphick <Oliver.Elphick at lfix.co.uk> Sat, 3 Oct 1998 11:13:42 +0100
-
-libpgjava (6.3.2-1) frozen unstable; urgency=low
-
- * 6.3.2-1 Upstream bugfixing release
-
- -- Oliver Elphick <Oliver.Elphick at lfix.co.uk> Mon, 20 Apr 1998 17:17:30 +0100
-
-libpgjava (6.3.1-5) frozen unstable; urgency=low
-
- * Separated libpgjava from postgresql because of its dependency for
- compilation on non-free jdk.
-
- -- Oliver Elphick <Oliver.Elphick at lfix.co.uk> Tue, 31 Mar 1998 22:58:25 +0100
Copied: tags/libpgjava/8.4-702-1/debian/changelog (from rev 13365, trunk/libpgjava/debian/changelog)
===================================================================
--- tags/libpgjava/8.4-702-1/debian/changelog (rev 0)
+++ tags/libpgjava/8.4-702-1/debian/changelog 2011-03-11 10:08:31 UTC (rev 13405)
@@ -0,0 +1,324 @@
+libpgjava (8.4-702-1) unstable; urgency=low
+
+ * New upstream release (closes: #612643)
+ * Build JDBC4 libraries in addition to JDBC3.
+ * Use debhelper and javahelper rather than cdbs
+ * Updated Standards-Version to 3.9.1.
+ * Don't depend on a jre (to match current java package policy)
+ * Added myself to Uploaders.
+ * Changed source format to 3.0 (quilt).
+ * Added a package containing the public API documentation.
+
+ -- Andrew Ross <ubuntu at rossfamily.co.uk> Sat, 12 Feb 2011 16:41:22 +0000
+
+libpgjava (8.4-701-1) unstable; urgency=low
+
+ * New upstream release.
+ * Removed all old unused JDBC2 stuff.
+ * Moved java-gcj-compat-dev and ant to Build-Depends.
+ * Make libpg-java Depends on default-jre-headless and its headless
+ friends.
+ * Build-Depends on debhelper >= 7.
+ * Moved package to section 'java'.
+ * Updated Standards-Version to 3.8.3.
+
+ -- Michael Koch <konqueror at gmx.de> Sat, 26 Sep 2009 13:39:36 +0200
+
+libpgjava (8.2-504-2) unstable; urgency=low
+
+ * Updated description to mention PostgreSQL 8.3 as supported.
+ Closes: #398348
+ * Removed libpgjava transitional package. Closes: #477557
+ * Moved debhelper and cdbs from Build-Depends-Indep to Build-Depends.
+ * Added Homepage, Vcs-Svn and Vcs-Browser fields.
+ * Added watch file.
+ * Added myself to Uploaders.
+ * Removed Stafan and Wolfgang from Uploaders.
+ * Updated Standards-Version to 3.7.3
+ * Updated debhelper level to 5.
+
+ -- Michael Koch <konqueror at gmx.de> Sat, 26 Apr 2008 22:01:11 +0200
+
+libpgjava (8.2-504-1) unstable; urgency=low
+
+ * New upstream version, supporting Postgresql 8.2.
+ * Build using java-gcj-compat-dev.
+
+ -- Matthias Klose <doko at debian.org> Sat, 6 Jan 2007 15:03:58 +0100
+
+libpgjava (8.1-405-1) unstable; urgency=low
+
+ * Drop support for the old jdbc2 driver (can be reverted if wanted)
+ (closes: #358345).
+ * New upstream (thanks to Wolfgang Baer).
+
+ -- Arnaud Vandyck <avdyk at debian.org> Tue, 25 Apr 2006 00:07:07 +0200
+
+libpgjava (8.1-404-1) unstable; urgency=low
+
+ * New upstream release (closes: #340739)
+ * Removed build.compiler property in debian/rules as preset in kaffe
+
+ -- Wolfgang Baer <WBaer at gmx.de> Tue, 29 Nov 2005 14:41:36 +0100
+
+libpgjava (8.0-312-1) unstable; urgency=low
+
+ * New upstream release
+ + Supports Postgresql 7.2 up to 8.0 releases
+ + Upstream supplies its own source packages for the jdbc driver
+ starting with release 8.0 - no longer extracted from postgresql
+ * Changed library name to comply with java policy (closes: #275417)
+ + Added conflicts, replaces with old binary
+ + Changed debian/rules and debhelper files accordingly
+ + Added dummy package libpgjava for transition
+ * Updated everything to the new source package structure
+ * Updated copyright license and download location
+ * Updated control file for minimum supported version 7.2
+ * Deleted README.Debian - no longer needed
+ * Dropped patches:
+ + 01_getInfo_exception_fix.patch - JDBC 1 no longer implemented
+ + 02_jikes_jdbc2-optional_compilefix.patch - no longer needed
+ * Modified/New patches:
+ + Renamed 03_BuildXml.patch to 01_BuildXml.patch and updated
+ + 02_PSQLException_JDK13.patch (depends on 01_BuildXml.patch)
+ * postgresql.jar now links to the JDBC 3 jar (added NEWS)
+ * Changed build-dep libant1.6-java to ant (control, rules)
+ * Standards-Version: 3.6.2 - no changes
+
+ * Upload sponsored by Petter Reinholdtsen
+
+ -- Wolfgang Baer <WBaer at gmx.de> Wed, 10 Aug 2005 20:52:08 +0200
+
+libpgjava (7.4.7-3) unstable; urgency=low
+
+ * Built with sources...
+
+ -- Arnaud Vandyck <avdyk at debian.org> Thu, 21 Apr 2005 14:25:11 +0200
+
+libpgjava (7.4.7-2) unstable; urgency=low
+
+ * Build with free vm's:
+ - Updated README.Debian
+ - Included README.jdbc2-interface explaining why these old java.sql.*
+ source files are included, why they are needed and from where they come.
+ * Move to main (closes: #300753)
+ * Added patch to fix jikes compile error in JDBC2 optional classes
+ (02_jikes_jdbc2-optional_compilefix.patch)
+ * Build JDBC2 with optional classes but without SSL support
+ Building with SSL support would prevent running the JDBC2 driver on
+ jdk1.3 runtimes without SSL extensions or using the -Xverify:none flag
+ * Build.xml (03_BuildXml.patch):
+ - Patched to allow explicit selection of JDBC specification
+ with -Djdbc2=true or -Djdbc3=true arguments during build
+ - Patched to allow explicit selection of SSL usage during
+ compile time with -Dssl=true (JDBC2 build has to be built without SSL)
+ - Patched to allow explicit selection of compile target version with
+ -Dtarget=1.3 for JDBC2 and -Dtarget=1.4 for JDBC3
+
+ -- Wolfgang Baer <WBaer at gmx.de> Tue, 19 Apr 2005 20:28:25 +0200
+
+libpgjava (7.4.7-1) unstable; urgency=medium
+
+ * New upstream release (closes: #275154)
+ Changelog mentions jdbc fixes for 7.4.3 and 7.4.4
+ * Changed debian/rules that only build once to prevent false compilation
+ of jdbc2 driver with jdbc3 classes (closes: #302710)
+ * avdyk: added Wolfgang and myself to the uploaders
+
+ -- Wolfgang Baer <WBaer at gmx.de> Sat, 2 Apr 2005 18:14:29 +0200
+
+libpgjava (7.4.2-1) unstable; urgency=low
+
+ * New upstream release (closes: #242448)
+ * Apply patch from Adam Heath to fix NullPointerException in
+ org.postgresql.jdbc1.AbstractJdbc1DatabaseMetaData.getIndexInfo()
+ (closes: #238961)
+ * Updated debian/copyright
+ * Use libant1.6-java instead of libant1.5-java for building
+ *
+
+ -- Stefan Gybas <sgybas at debian.org> Mon, 19 Apr 2004 19:40:03 +0200
+
+libpgjava (7.4-1) unstable; urgency=low
+
+ * New upstream release (extracted from the source of PostgreSQL 7.4)
+ + Fixes extraction of column width and decimal digits for numeric and
+ decimal column types in AbstractJdbc1DatabaseMetaData (closes: #188510)
+ + Fixes setting of FK_NAME in AbstractJdbc1DatabaseMetaData
+ (closes: #197825)
+ * Set Maintainer: to Debian Java Maintainers and added myself to uploaders
+ * Switch debian/rules to CDBS, but not using the Ant class
+ * Use the new libant1.5-java for building instead of calling the
+ /usr/bin/ant script
+ * Use the JDK 1.4 package from Blackdown for building and enable SSL support
+ for the JDBC3 driver
+ * Make the directory layout for the examples match the package name
+ (closes: #205057)
+ * Updated the long description
+ * Fix a spelling error in the previous changelog entry
+ * Standards-Version: 3.6.1
+ + Moved Build-Depends-Indep to Build-Depends
+
+ -- Stefan Gybas <sgybas at debian.org> Tue, 18 Nov 2003 23:35:23 +0100
+
+libpgjava (7.3-1) unstable; urgency=low
+
+ * New upstream release (extracted from the source of PostgreSQL 7.3)
+ * Build a JDBC2 and a JDBC3 (with DataSource) version in serparate JARs
+ and mention this in the long package description
+ * Build with debhelper >= 4.1.0 to get rid of /usr/doc compatibility
+ symlinks
+ * Use Jikes 1.15 as Java compiler
+ * Depend on java1-runtime | java2-runtime instead of java-common
+ * Added Takashi Okamoto and Ola Lundqvist as uploaders
+ * Standards-Version: 3.5.8 (no changes required)
+
+ -- Stefan Gybas <sgybas at debian.org> Mon, 2 Dec 2002 22:00:12 +0100
+
+libpgjava (7.2-2) unstable; urgency=low
+
+ * Fixed NullPointerException in DatabaseMetaData.getIndexInfo() - this is
+ already fixed in upstream CVS (closes: #147100)
+ * Note: There are no JDBC updates in PostgreSQL 7.2.1 so this is still
+ the current release.
+ * The package can now be compiled with j2sdk1.3 1.3.1-1.1 (which has
+ JAVA_HOME set to /usr/lib/j2se/1.3) and 1.3.1-1 (which has JAVA_HOME set
+ to /usr/lib/j2sdk1.3).
+
+ -- Stefan Gybas <sgybas at debian.org> Fri, 24 May 2002 16:24:58 +0200
+
+libpgjava (7.2-1) unstable; urgency=low
+
+ * 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
+
+ -- Stefan Gybas <sgybas at debian.org> Wed, 6 Feb 2002 23:43:06 +0100
+
+libpgjava (7.1.3-2) unstable; urgency=low
+
+ * Added DEF_PGPORT to Makefile.global, this is used in Driver.java.in.
+ A NumberFormatException was thrown when trying to open a JDBC
+ connection without specifying a port. Thanks to Andreas Leitner for
+ investigating this problem!
+ * Adapted to new j2sdk1.3 JAVA_HOME (/usr/lib/j2se/1.3)
+
+ -- Stefan Gybas <sgybas at debian.org> Tue, 25 Sep 2001 22:27:28 +0200
+
+libpgjava (7.1.3-1) unstable; urgency=low
+
+ * New upstream release (extracted from the source of PostgreSQL 7.1.3)
+ * Moved to contrib again as the build process requires ant from contrib
+ * Now that we are in contrib, build using JDK 1.3 to get advanced
+ JDBC 2.0 features
+ * Standards-Version: 3.5.6 (no changes required)
+ * Use debhelper V3
+
+ -- Stefan Gybas <sgybas at debian.org> Thu, 13 Sep 2001 14:01:58 +0200
+
+libpgjava (7.0.2-3) unstable; urgency=low
+
+ * Don't build javadoc documentation any longer, so the package can be built
+ using only free tools (the documentation is for internal classes only)
+ * Moved from contrib/libs to libs (no longer depends on non-free packages)
+ * Updated README.Debian
+
+ -- Stefan Gybas <sgybas at debian.org> Tue, 12 Sep 2000 16:45:58 +0200
+
+libpgjava (7.0.2-2) unstable; urgency=low
+
+ * This time really apply Adam's getTimestamp() patch (closes: #67670)
+
+ -- Stefan Gybas <sgybas at debian.org> Sun, 27 Aug 2000 18:42:56 +0200
+
+libpgjava (7.0.2-1) unstable; urgency=low
+
+ * New upstream release (extracted from the source of PostgreSQL 7.0.2)
+ + getTimestamp() in ResultSet fixed (closes: #67670, thanks go to
+ Adam Heath for the patch)
+ * Added encoding support (closes: #66980, thanks go to Kaz Sasayama
+ for the patch)
+ * Standards-Version: 3.2.1 (no changes required)
+ * Updated debian/rules to debhelper V2
+
+ -- Stefan Gybas <sgybas at debian.org> Fri, 25 Aug 2000 15:41:23 +0200
+
+libpgjava (7.0-1) unstable; urgency=low
+
+ * New upstream release (extracted from the source of PostgreSQL 7.0)
+ - The Driver class is now org.postgresql.Driver instead of
+ postgresql.Driver - you need to change your sources!
+ * Updated package description and README.Debian
+
+ -- Stefan Gybas <sgybas at debian.org> Wed, 17 May 2000 10:15:56 +0000
+
+libpgjava (6.5.3-2) unstable; urgency=low
+
+ * Now suggest instead of depend on postgresql since you can access a
+ remote database (closes: #53322)
+
+ -- Stefan Gybas <sgybas at debian.org> Thu, 30 Dec 1999 23:54:45 +0100
+
+libpgjava (6.5.3-1) unstable; urgency=low
+
+ * New upstream release (extracted from the source of PostgreSQL 6.5.3)
+ - The only change is that getDatabaseProductVersion() returns the
+ new version number
+ * Updated postgresql dependency to >= 6.5.3
+ * Standards-Version 3.1.1 (no changes required)
+ * Fixed typo in previous changelog
+ * Corrected build dependencies: jikes -> java-compiler
+
+ -- Stefan Gybas <sgybas at debian.org> Sun, 5 Dec 1999 15:37:25 +0100
+
+libpgjava (6.5.2-1) unstable; urgency=low
+
+ * New upstream release (extracted from the source of PostgreSQL 6.5.2)
+ (closes: #45549)
+ * New maintainer
+ * The package is actually architecture independent
+ * Standards-Version 3.1.0
+ - FHS (built using debhelper 2.0.40+)
+ - Added build dependencies
+ * Conforms to the Debian Java Policy 1.0 (closes: #44470, #45548)
+ - Install JAR file in /usr/share/java
+ - Depend on java-virtual-machine instead of jdk1.1
+ * Install upstream changelog and javadoc documentation
+
+ -- Stefan Gybas <sgybas at debian.org> Sun, 7 Nov 1999 13:49:32 +0100
+
+libpgjava (6.5-1) unstable; urgency=low
+
+ * New upstream release (extracted from the source of PostgreSQL 6.5)
+
+ -- Oliver Elphick <Oliver.Elphick at lfix.co.uk> Wed, 30 Jun 1999 22:15:34 +0100
+
+libpgjava (6.4.2-1) unstable; urgency=low
+
+ * New upstream release (extracted from the source of PostgreSQL 6.4.2).
+
+ -- Oliver Elphick <Oliver.Elphick at lfix.co.uk> Sat, 3 Oct 1998 11:13:42 +0100
+
+libpgjava (6.3.2-2) unstable; urgency=low
+
+ * Changed dependency from jdk-runtime to jdk1.1
+
+ -- Oliver Elphick <Oliver.Elphick at lfix.co.uk> Sat, 3 Oct 1998 11:13:42 +0100
+
+libpgjava (6.3.2-1) frozen unstable; urgency=low
+
+ * 6.3.2-1 Upstream bugfixing release
+
+ -- Oliver Elphick <Oliver.Elphick at lfix.co.uk> Mon, 20 Apr 1998 17:17:30 +0100
+
+libpgjava (6.3.1-5) frozen unstable; urgency=low
+
+ * Separated libpgjava from postgresql because of its dependency for
+ compilation on non-free jdk.
+
+ -- Oliver Elphick <Oliver.Elphick at lfix.co.uk> Tue, 31 Mar 1998 22:58:25 +0100
Deleted: tags/libpgjava/8.4-702-1/debian/control
===================================================================
--- trunk/libpgjava/debian/control 2011-02-09 00:38:02 UTC (rev 13264)
+++ tags/libpgjava/8.4-702-1/debian/control 2011-03-11 10:08:31 UTC (rev 13405)
@@ -1,25 +0,0 @@
-Source: libpgjava
-Section: java
-Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Arnaud Vandyck <avdyk at debian.org>, Matthias Klose <doko at ubuntu.com>, Michael Koch <konqueror at gmx.de>
-Build-Depends: debhelper (>= 7), cdbs, java-gcj-compat-dev, ant
-Build-Depends-Indep: libxerces2-java
-Standards-Version: 3.8.3
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libpgjava
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libpgjava
-Homepage: http://jdbc.postgresql.org/
-
-Package: libpg-java
-Architecture: all
-Priority: optional
-Depends: default-jre-headless | java1-runtime-headless | java2-runtime-headless, ${misc:Depends}
-Suggests: postgresql (>= 8.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.3 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).
Copied: tags/libpgjava/8.4-702-1/debian/control (from rev 13365, trunk/libpgjava/debian/control)
===================================================================
--- tags/libpgjava/8.4-702-1/debian/control (rev 0)
+++ tags/libpgjava/8.4-702-1/debian/control 2011-03-11 10:08:31 UTC (rev 13405)
@@ -0,0 +1,39 @@
+Source: libpgjava
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Arnaud Vandyck <avdyk at debian.org>, Matthias Klose <doko at ubuntu.com>,
+ Michael Koch <konqueror at gmx.de>, Andrew Ross <ubuntu at rossfamily.co.uk>
+Build-Depends: debhelper (>= 7.0.50~), java-gcj-compat-dev, ant, javahelper (>=0.32~)
+Build-Depends-Indep: libxerces2-java, default-jdk, default-jdk-doc
+Standards-Version: 3.9.1
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libpgjava
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libpgjava
+Homepage: http://jdbc.postgresql.org/
+
+Package: libpg-java
+Architecture: all
+Depends: ${java:Depends}, ${misc:Depends}
+Recommends: ${java:Recommends}
+Suggests: postgresql (>= 8.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.4 database
+ backend (local or remote) using JDBC. This package contains two Java archives
+ (JARs), one that supports JDBC 3.0 and SSL (for JDK 1.4 and up) and one that
+ supports JDBC 4.0 and SSL (for JDK 1.6 and up).
+
+Package: libpg-java-doc
+Section: doc
+Architecture: all
+Depends: ${java:Depends}, ${misc:Depends}
+Recommends: ${java:Recommends}
+Description: Java database (JDBC) driver for PostgreSQL (documentation)
+ Java classes for communication with the PostgreSQL 7.2 up to 8.4 database
+ backend (local or remote) using JDBC. This package contains two Java archives
+ (JARs), one that supports JDBC 3.0 and SSL (for JDK 1.4 and up) and one that
+ supports JDBC 4.0 and SSL (for JDK 1.6 and up).
+ .
+ This package contains the documentation.
Deleted: tags/libpgjava/8.4-702-1/debian/copyright
===================================================================
--- trunk/libpgjava/debian/copyright 2011-02-09 00:38:02 UTC (rev 13264)
+++ tags/libpgjava/8.4-702-1/debian/copyright 2011-03-11 10:08:31 UTC (rev 13405)
@@ -1,34 +0,0 @@
-This package was debianized by Oliver Elphick olly at lfix.co.uk on
-Tue Mar 31 22:14:59 BST 1998 and is now maintained by Stefan Gybas
-<sgybas at debian.org>.
-
-The upstream archive was downloaded from <http://jdbc.postgresql.org/>
-
-Copyright:
-
-Copyright (c) 1997-2005, PostgreSQL Global Development Group
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-
-1. Redistributions of source code must retain the above copyright notice,
- this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright notice,
- this list of conditions and the following disclaimer in the documentation
- and/or other materials provided with the distribution.
-3. Neither the name of the PostgreSQL Global Development Group nor the names
- of its contributors may be used to endorse or promote products derived
- from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
-AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
-LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGE.
Copied: tags/libpgjava/8.4-702-1/debian/copyright (from rev 13365, trunk/libpgjava/debian/copyright)
===================================================================
--- tags/libpgjava/8.4-702-1/debian/copyright (rev 0)
+++ tags/libpgjava/8.4-702-1/debian/copyright 2011-03-11 10:08:31 UTC (rev 13405)
@@ -0,0 +1,35 @@
+This package was debianized by Oliver Elphick olly at lfix.co.uk on Tue
+Mar 31 22:14:59 BST 1998 was previously maintained by Stefan Gybas
+<sgybas at debian.org> and is now maintained by the Debian Java
+Maintainers <pkg-java-maintainers at lists.alioth.debian.org> team.
+
+The upstream archive was downloaded from <http://jdbc.postgresql.org/>
+
+Copyright:
+
+Copyright (c) 1997-2009, PostgreSQL Global Development Group
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+3. Neither the name of the PostgreSQL Global Development Group nor the names
+ of its contributors may be used to endorse or promote products derived
+ from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGE.
Copied: tags/libpgjava/8.4-702-1/debian/libpg-java-doc.javadoc (from rev 13365, trunk/libpgjava/debian/libpg-java-doc.javadoc)
===================================================================
--- tags/libpgjava/8.4-702-1/debian/libpg-java-doc.javadoc (rev 0)
+++ tags/libpgjava/8.4-702-1/debian/libpg-java-doc.javadoc 2011-03-11 10:08:31 UTC (rev 13405)
@@ -0,0 +1 @@
+build/publicapi /usr/share/doc/libpg-java-doc/api
\ No newline at end of file
Copied: tags/libpgjava/8.4-702-1/debian/libpg-java.jlibs (from rev 13365, trunk/libpgjava/debian/libpg-java.jlibs)
===================================================================
--- tags/libpgjava/8.4-702-1/debian/libpg-java.jlibs (rev 0)
+++ tags/libpgjava/8.4-702-1/debian/libpg-java.jlibs 2011-03-11 10:08:31 UTC (rev 13405)
@@ -0,0 +1,2 @@
+postgresql-jdbc3.jar
+postgresql-jdbc4.jar
Deleted: tags/libpgjava/8.4-702-1/debian/rules
===================================================================
--- trunk/libpgjava/debian/rules 2011-02-09 00:38:02 UTC (rev 13264)
+++ tags/libpgjava/8.4-702-1/debian/rules 2011-03-11 10:08:31 UTC (rev 13405)
@@ -1,35 +0,0 @@
-#!/usr/bin/make -f
-# debian/rules file for libpgjava (uses cdbs)
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
-
-export JAVA_HOME := /usr/lib/jvm/java-gcj
-
-UPSTREAM_VERSION := $(shell head -1 debian/changelog | cut -f2 -d\( | cut -f1 -d\) | cut -f1 -d\-)
-
-build:
-# move jdbc2 interfaces to the source directory
- #cp -r debian/jdbc2_interfaces/* .
-
-# build JDBC 2
- #ant -Djdbc2=true -Dtarget=1.3 -Dsource=1.3 jar
-
- -mv jars/postgresql.jar postgresql-jdbc2.jar
-
-# remove stuff from jdbc2 built including jdbc2 interfaces
- -rm org/postgresql/Driver.java
- -rm -rf build jars java
-
-# build JDBC 3
- ant -Djdbc3=true -Dtarget=1.4 -Dsource=1.4 -Dssl=true jar
-
- mv jars/postgresql.jar postgresql-jdbc3.jar
-
-install/libpg-java::
- #install -m 644 postgresql-jdbc2.jar debian/libpg-java/usr/share/java/postgresql-jdbc2-$(UPSTREAM_VERSION).jar
- #ln -s postgresql-jdbc2-$(UPSTREAM_VERSION).jar debian/libpg-java/usr/share/java/postgresql-jdbc2.jar
- install -m 644 postgresql-jdbc3.jar debian/libpg-java/usr/share/java/postgresql-jdbc3-$(UPSTREAM_VERSION).jar
- ln -s postgresql-jdbc3-$(UPSTREAM_VERSION).jar debian/libpg-java/usr/share/java/postgresql-jdbc3.jar
- ln -s postgresql-jdbc3-$(UPSTREAM_VERSION).jar debian/libpg-java/usr/share/java/postgresql.jar
-
Copied: tags/libpgjava/8.4-702-1/debian/rules (from rev 13365, trunk/libpgjava/debian/rules)
===================================================================
--- tags/libpgjava/8.4-702-1/debian/rules (rev 0)
+++ tags/libpgjava/8.4-702-1/debian/rules 2011-03-11 10:08:31 UTC (rev 13405)
@@ -0,0 +1,31 @@
+#!/usr/bin/make -f
+# debian/rules file for libpgjava (uses debhelper and javahelper)
+
+%:
+ dh $@ --with javahelper
+
+
+override_dh_auto_build:
+# build JDBC 3 with java-gcj
+ ant clean
+ JAVA_HOME=/usr/lib/jvm/java-gcj ant -Djdbc3=true -Dtarget=1.4 -Dsource=1.4 -Dssl=true jar
+ mv jars/postgresql.jar postgresql-jdbc3.jar
+# build JDBC 4 with default-java
+ ant clean
+ JAVA_HOME=/usr/lib/jvm/default-java ant -Djdbc4=true -Dtarget=1.6 -Dsource=1.6 -Dssl=true jar publicapi
+ mv jars/postgresql.jar postgresql-jdbc4.jar
+
+
+# remove the created jars in our clean
+override_jh_clean:
+ jh_clean
+ rm -f postgresql-jdbc3.jar
+ rm -f postgresql-jdbc4.jar
+
+# add a symlink from postgresql.jar to postgresql-jdbc3.jar
+# This maintains compatibility with the previous version of
+# this package
+override_jh_installlibs:
+ jh_installlibs
+ dh_link usr/share/java/postgresql-jdbc3.jar usr/share/java/postgresql.jar
+
Deleted: tags/libpgjava/8.4-702-1/debian/watch
===================================================================
--- trunk/libpgjava/debian/watch 2011-02-09 00:38:02 UTC (rev 13264)
+++ tags/libpgjava/8.4-702-1/debian/watch 2011-03-11 10:08:31 UTC (rev 13405)
@@ -1,2 +0,0 @@
-version=3
-http://jdbc.postgresql.org/download.html download/postgresql-jdbc-(.*)\.src\.tar\.gz
Copied: tags/libpgjava/8.4-702-1/debian/watch (from rev 13365, trunk/libpgjava/debian/watch)
===================================================================
--- tags/libpgjava/8.4-702-1/debian/watch (rev 0)
+++ tags/libpgjava/8.4-702-1/debian/watch 2011-03-11 10:08:31 UTC (rev 13405)
@@ -0,0 +1,2 @@
+version=3
+http://jdbc.postgresql.org/download.html download/postgresql-jdbc-(8\..*)\.src\.tar\.gz
More information about the pkg-java-commits
mailing list