This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository sqlline.
commit 180da316dfab477d7f4a1afca67bfa254c1a2bfd Author: Emmanuel Bourg <[email protected]> Date: Thu Mar 6 10:59:02 2014 +0000 Recommend libpostgresql-jdbc-java instead of libpg-java --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index bdd719e..cd76569 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ sqlline (1.0.2-5) UNRELEASED; urgency=medium * debian/control: - Standards-Version updated to 3.9.5 (no changes) - Use canonical URLs for the Vcs-* fields + - Recommend libpostgresql-jdbc-java instead of libpg-java * Switch to debhelper level 9 * Added a clean target to debian/rules diff --git a/debian/control b/debian/control index f2bf877..0f1bd89 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Homepage: http://sqlline.sourceforge.net Package: sqlline Architecture: all Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless, libjline-java, java-wrappers -Recommends: libhsqldb-java | libmysql-java | libpg-java +Recommends: libhsqldb-java | libmysql-java | libpostgresql-jdbc-java Description: JDBC command-line utility for issuing SQL SQLLine is a pure-Java console based utility for connecting to relational databases and executing SQL commands. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sqlline.git _______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

