[pkg-java] r17833 - trunk/sqlline/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Mar 6 10:59:02 UTC 2014


Author: ebourg-guest
Date: 2014-03-06 10:59:02 +0000 (Thu, 06 Mar 2014)
New Revision: 17833

Modified:
   trunk/sqlline/debian/changelog
   trunk/sqlline/debian/control
Log:
Recommend libpostgresql-jdbc-java instead of libpg-java



Modified: trunk/sqlline/debian/changelog
===================================================================
--- trunk/sqlline/debian/changelog	2014-03-06 09:33:02 UTC (rev 17832)
+++ trunk/sqlline/debian/changelog	2014-03-06 10:59:02 UTC (rev 17833)
@@ -7,6 +7,7 @@
   * 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
 

Modified: trunk/sqlline/debian/control
===================================================================
--- trunk/sqlline/debian/control	2014-03-06 09:33:02 UTC (rev 17832)
+++ trunk/sqlline/debian/control	2014-03-06 10:59:02 UTC (rev 17833)
@@ -13,7 +13,7 @@
 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.




More information about the pkg-java-commits mailing list