Author: rockclimb-guest Date: 2012-07-21 14:20:17 +0000 (Sat, 21 Jul 2012) New Revision: 16251
Modified: trunk/libpgjava/debian/changelog trunk/libpgjava/debian/control Log: New upstream release. Modified: trunk/libpgjava/debian/changelog =================================================================== --- trunk/libpgjava/debian/changelog 2012-07-21 12:09:55 UTC (rev 16250) +++ trunk/libpgjava/debian/changelog 2012-07-21 14:20:17 UTC (rev 16251) @@ -1,3 +1,11 @@ +libpgjava (9.1-902-1) unstable; urgency=low + + * New upstream release. + * Provide transitional package libpg-java (closes: #659324) + * Bump standards version to 3.9.3 (no changes). + + -- Andrew Ross <[email protected]> Fri, 20 Jul 2012 21:09:40 -0400 + libpgjava (9.1-901-1) unstable; urgency=low * New upstream release. (closes: #645854) Modified: trunk/libpgjava/debian/control =================================================================== --- trunk/libpgjava/debian/control 2012-07-21 12:09:55 UTC (rev 16250) +++ trunk/libpgjava/debian/control 2012-07-21 14:20:17 UTC (rev 16251) @@ -6,7 +6,7 @@ Andrew Ross <[email protected]> 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.2 +Standards-Version: 3.9.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/ @@ -16,9 +16,9 @@ Depends: ${java:Depends}, ${misc:Depends} Recommends: ${java:Recommends} Suggests: postgresql (>= 8.2) -Conflicts: libpgjava (<= 7.4.7-3), libpg-java (<= 8.4-702-1) +Conflicts: libpgjava (<= 7.4.7-3), libpg-java (<= 9.1-901-1) Provides: libpgjava, libpg-java -Replaces: libpgjava, libpg-java +Replaces: libpgjava, libpg-java (<= 9.1-901-1) Description: Java database (JDBC) driver for PostgreSQL Java classes for communication with the PostgreSQL 7.2 up to 9.1 database backend (local or remote) using JDBC. This package contains two Java archives @@ -40,3 +40,13 @@ supports JDBC 4.0 and SSL (for JDK 1.6 and up). . This package contains the documentation. + +Package: libpg-java +Architecture: all +Section: oldlibs +Priority: extra +Depends: libpostgresql-jdbc-java, ${misc:Depends} +Description: Transitional package for libpostgresql-jdbc-java + This is a transitional package for libpg-java, and can be safely removed + after the installation is complete. + _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

