[pkg-java] r17086 - trunk/c3p0/debian
Emmanuel Bourg
ebourg-guest at alioth.debian.org
Sun Jul 28 22:30:44 UTC 2013
Author: ebourg-guest
Date: 2013-07-28 22:30:44 +0000 (Sun, 28 Jul 2013)
New Revision: 17086
Modified:
trunk/c3p0/debian/changelog
trunk/c3p0/debian/control
Log:
Only suggest liblog4j1.2-java since the dependency is optional
Modified: trunk/c3p0/debian/changelog
===================================================================
--- trunk/c3p0/debian/changelog 2013-07-28 22:13:37 UTC (rev 17085)
+++ trunk/c3p0/debian/changelog 2013-07-28 22:30:44 UTC (rev 17086)
@@ -7,6 +7,7 @@
* Use canonical URLs for the Vcs-* fields
* debian/rules: Improved the clean target
* Install the upstream changelog
+ * Only suggest liblog4j1.2-java since the dependency is optional
-- Emmanuel Bourg <ebourg at apache.org> Sun, 28 Jul 2013 22:58:49 +0200
Modified: trunk/c3p0/debian/control
===================================================================
--- trunk/c3p0/debian/control 2013-07-28 22:13:37 UTC (rev 17085)
+++ trunk/c3p0/debian/control 2013-07-28 22:30:44 UTC (rev 17086)
@@ -12,7 +12,8 @@
Package: libc3p0-java
Architecture: all
-Depends: ${misc:Depends}, liblog4j1.2-java
+Depends: ${misc:Depends}
+Suggests: liblog4j1.2-java
Description: library for JDBC connection pooling
c3p0 is an easy-to-use library for making traditional JDBC drivers
"enterprise-ready" by augmenting them with functionality defined by
More information about the pkg-java-commits
mailing list