This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libpostgresql-jdbc-java.
commit 49822c2045fa811ea7c85c50b635cb639253dac4 Author: Emmanuel Bourg <[email protected]> Date: Mon Jan 9 11:17:32 2017 +0100 Wrap and sort --- debian/control | 20 ++++++++++++++------ debian/libpostgresql-jdbc-java.links | 4 ++-- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/debian/control b/debian/control index b007a2f..c082f89 100644 --- a/debian/control +++ b/debian/control @@ -2,10 +2,19 @@ Source: libpgjava Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Matthias Klose <[email protected]>, Andrew Ross <[email protected]> -Build-Depends: debhelper (>= 10), java-gcj-compat-dev, ant, javahelper (>=0.32~), +Uploaders: + Matthias Klose <[email protected]>, + Andrew Ross <[email protected]> +Build-Depends: + ant, + debhelper (>= 10), + java-gcj-compat-dev, + javahelper (>=0.32~), maven-repo-helper (>= 1.7.1) -Build-Depends-Indep: libxerces2-java, default-jdk, default-jdk-doc +Build-Depends-Indep: + default-jdk, + default-jdk-doc, + libxerces2-java Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/libpostgresql-jdbc-java.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libpostgresql-jdbc-java.git @@ -22,7 +31,7 @@ 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 - (JARs), one that supports JDBC 3.0 and SSL (for JDK 1.4 and up) and one that + (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: libpostgresql-jdbc-java-doc @@ -36,7 +45,7 @@ Replaces: libpg-java-doc 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 + (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. @@ -49,4 +58,3 @@ 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. - diff --git a/debian/libpostgresql-jdbc-java.links b/debian/libpostgresql-jdbc-java.links index fe94cb0..56f7073 100644 --- a/debian/libpostgresql-jdbc-java.links +++ b/debian/libpostgresql-jdbc-java.links @@ -1,4 +1,4 @@ -# add a symlink from postgresql.jar to postgresql-jdbc3.jar # This maintains compatibility with the previous version of +# add a symlink from postgresql.jar to postgresql-jdbc3.jar # this package -/usr/share/java/postgresql-jdbc3.jar /usr/share/java/postgresql.jar \ No newline at end of file +/usr/share/java/postgresql-jdbc3.jar /usr/share/java/postgresql.jar -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libpostgresql-jdbc-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

