This is an automated email from the git hooks/post-receive script. tg pushed a commit to branch master in repository squirrel-sql.
commit 67f90f3cd2bd1835f2cd5f75c576ff8073193314 Author: mirabilos <[email protected]> Date: Wed Nov 23 15:04:08 2016 +0100 Add missing libpostgresql-jdbc-java Depends to squirrel-sql-plugin-postgres --- debian/changelog | 1 + debian/control | 2 +- debian/squirrel-sql-plugin-postgres.links | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c105526..e34f159 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,6 +24,7 @@ squirrel-sql (3.2.0+dfsg-1) UNRELEASED; urgency=low * Make the package at least build with sid as of November 2016 * Remove squirrel-sql-plugin-laf from standard plugins, not installable * Start with Java™ 8 + * Add missing libpostgresql-jdbc-java dep to squirrel-sql-plugin-postgres -- Vladimir Kotov <[email protected]> Wed, 09 Jan 2011 23:35:28 +0200 diff --git a/debian/control b/debian/control index 533a697..25faeff 100644 --- a/debian/control +++ b/debian/control @@ -319,7 +319,7 @@ Description: Netezza Plugin for SQuirreL SQL Client Package: squirrel-sql-plugin-postgres Architecture: all -Depends: squirrel-sql, ${misc:Depends} +Depends: squirrel-sql, ${misc:Depends}, libpostgresql-jdbc-java Description: Postgres Plugin for SQuirreL SQL Client The Postgres plugin adds Postgres-specific functionality to the SQuirreL SQL Client. The plugin adds the following features: diff --git a/debian/squirrel-sql-plugin-postgres.links b/debian/squirrel-sql-plugin-postgres.links new file mode 100644 index 0000000..5e6c702 --- /dev/null +++ b/debian/squirrel-sql-plugin-postgres.links @@ -0,0 +1 @@ +/usr/share/java/postgresql.jar /usr/share/squirrel-sql/lib/postgresql.jar -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/squirrel-sql.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

