This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository commons-jcs.
commit a5eda5f29edf19dce9083acab0487c862a609520 Author: Emmanuel Bourg <[email protected]> Date: Mon Nov 16 09:53:23 2015 +0100 Removed the -doc package --- debian/control | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/debian/control b/debian/control index 8aca701..3d4bd2b 100644 --- a/debian/control +++ b/debian/control @@ -30,11 +30,7 @@ Build-Depends-Indep: ant, libmaven-javadoc-plugin-java, libservlet3.1-java, libvelocity-tools-java, - velocity, - default-jdk-doc, - libcommons-dbcp-java-doc, - libcommons-logging-java-doc, - libcommons-pool-java-doc + velocity Standards-Version: 3.9.6 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/libcommons-jcs-java.git Vcs-Git: git://anonscm.debian.org/pkg-java/libcommons-jcs-java.git @@ -43,25 +39,10 @@ Homepage: http://commons.apache.org/jcs/ Package: libcommons-jcs-java Architecture: all Depends: ${misc:Depends}, ${maven:Depends} -Suggests: ${maven:OptionalDepends}, libcommons-jcs-java-doc +Suggests: ${maven:OptionalDepends} Description: Apache Commons JCS - Java Caching System JCS is a distributed caching system written in Java. It is intended to speed up applications by providing a means to manage cached data of various dynamic natures. Like any caching system, JCS is most useful for high read, low put applications. Latency times drop sharply and bottlenecks move away from the database in an effectively cached system. - -Package: libcommons-jcs-java-doc -Architecture: all -Section: doc -Depends: ${misc:Depends}, ${maven:DocDepends} -Suggests: ${maven:DocOptionalDepends}, libcommons-jcs-java -Description: Apache Commons JCS - Java Caching System Documentation - JCS is a distributed caching system written in Java. It is intended to - speed up applications by providing a means to manage cached data of - various dynamic natures. Like any caching system, JCS is most useful for - high read, low put applications. Latency times drop sharply and - bottlenecks move away from the database in an effectively cached system. - . - This package contains the API documentation of libcommons-jcs-java. - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-jcs.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

