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 <[email protected]> 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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

