[pkg-java] r10637 - trunk/libpgjava/debian
Michael Koch
mkoch at alioth.debian.org
Sat Sep 26 11:44:51 UTC 2009
Author: mkoch
Date: 2009-09-26 11:44:51 +0000 (Sat, 26 Sep 2009)
New Revision: 10637
Removed:
trunk/libpgjava/debian/NEWS
trunk/libpgjava/debian/README.jdbc2_interfaces
trunk/libpgjava/debian/jdbc2_interfaces/
trunk/libpgjava/debian/patches/
Modified:
trunk/libpgjava/debian/changelog
trunk/libpgjava/debian/compat
trunk/libpgjava/debian/control
trunk/libpgjava/debian/rules
Log:
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
Deleted: trunk/libpgjava/debian/NEWS
===================================================================
--- trunk/libpgjava/debian/NEWS 2009-09-26 11:20:34 UTC (rev 10636)
+++ trunk/libpgjava/debian/NEWS 2009-09-26 11:44:51 UTC (rev 10637)
@@ -1,8 +0,0 @@
-libpgjava (8.0-312-1) unstable; urgency=low
-
- Starting with this release of the JDBC driver for Postgresql 8.0
- postgresql.jar is no longer linked to the JDBC 2 jar. It is now
- pointing to the JDBC 3 jar. If you explicitly need a JDBC 2
- driver you need to switch to the postgresql-jdbc2.jar instead.
-
- -- Wolfgang Baer <WBaer at gmx.de> Wed, 10 Aug 2005 20:52:08 +0200
Deleted: trunk/libpgjava/debian/README.jdbc2_interfaces
===================================================================
--- trunk/libpgjava/debian/README.jdbc2_interfaces 2009-09-26 11:20:34 UTC (rev 10636)
+++ trunk/libpgjava/debian/README.jdbc2_interfaces 2009-09-26 11:44:51 UTC (rev 10637)
@@ -1,20 +0,0 @@
-debian/jdbc2_interface directory
-========================
-
-The jdbc2_interface directory contains JDBC specification 2 interfaces
-from the gnu classpath project. This interface sources are needed to
-compile a JDBC 2 driver with the free runtimes - as they already implement
-JDBC3 specification.
-
-These sources are only needed during compile time and are not included
-in the binary jar files produced by this package.
-
-The sources are a checkout from the gnu classpath project
-<http://savannah.gnu.org/cvs/?group=classpath> with tag
-classpath-0_04-release.
-
-Upstream Authors: Classpath Project <classpath at gnu.org>
-
-Copyright:
-GNU Classpath is distributed under the terms of the
-GNU General Public License.
Modified: trunk/libpgjava/debian/changelog
===================================================================
--- trunk/libpgjava/debian/changelog 2009-09-26 11:20:34 UTC (rev 10636)
+++ trunk/libpgjava/debian/changelog 2009-09-26 11:44:51 UTC (rev 10637)
@@ -1,3 +1,16 @@
+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.
Modified: trunk/libpgjava/debian/compat
===================================================================
--- trunk/libpgjava/debian/compat 2009-09-26 11:20:34 UTC (rev 10636)
+++ trunk/libpgjava/debian/compat 2009-09-26 11:44:51 UTC (rev 10637)
@@ -1 +1 @@
-5
+7
Modified: trunk/libpgjava/debian/control
===================================================================
--- trunk/libpgjava/debian/control 2009-09-26 11:20:34 UTC (rev 10636)
+++ trunk/libpgjava/debian/control 2009-09-26 11:44:51 UTC (rev 10637)
@@ -1,20 +1,19 @@
Source: libpgjava
-Section: libs
+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 (>= 5), cdbs
-Build-Depends-Indep: java-gcj-compat-dev, ant, libxerces2-java
-Standards-Version: 3.7.3
+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
-Section: libs
Priority: optional
-Depends: java-gcj-compat | java1-runtime | java2-runtime
+Depends: default-jre-headless | java1-runtime-headless | java2-runtime-headless, ${misc:Depends}
Suggests: postgresql (>= 8.2)
Conflicts: libpgjava (<= 7.4.7-3)
Provides: libpgjava
Modified: trunk/libpgjava/debian/rules
===================================================================
--- trunk/libpgjava/debian/rules 2009-09-26 11:20:34 UTC (rev 10636)
+++ trunk/libpgjava/debian/rules 2009-09-26 11:44:51 UTC (rev 10637)
@@ -8,11 +8,6 @@
UPSTREAM_VERSION := $(shell head -1 debian/changelog | cut -f2 -d\( | cut -f1 -d\) | cut -f1 -d\-)
-clean::
- rm -f org/postgresql/Driver.java org/postgresql/util/PSQLException.java postgresql-jdbc*.jar
- rm -rf build jars java
- find -name '*.class' | xargs -r rm -f
-
build:
# move jdbc2 interfaces to the source directory
#cp -r debian/jdbc2_interfaces/* .
@@ -23,7 +18,7 @@
-mv jars/postgresql.jar postgresql-jdbc2.jar
# remove stuff from jdbc2 built including jdbc2 interfaces
- -rm org/postgresql/Driver.java org/postgresql/util/PSQLException.java
+ -rm org/postgresql/Driver.java
-rm -rf build jars java
# build JDBC 3
More information about the pkg-java-commits
mailing list