This is an automated email from the git hooks/post-receive script. seamlik-guest pushed a commit to branch master in repository lucene2.
commit 7ad42c1281564abe12c8f7fbf4d1f4231d2a9558 Author: Jan-Pascal van Best <[email protected]> Date: Thu Nov 5 21:06:45 2009 +0000 Moved most deps to recommends because they are only contrib deps --- debian/changelog | 14 ++++++++++++-- debian/control | 22 ++++++++++------------ 2 files changed, 22 insertions(+), 14 deletions(-) diff --git a/debian/changelog b/debian/changelog index c089778..d2f0313 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,18 @@ lucene2 (2.9.0+ds1-3) UNRELEASED; urgency=low * Fix contrib/ant unit test for running under pbuilder * Disable backwards compatibility tests because these download older versions from the Apache Lucene svn repository - - -- Jan-Pascal van Best <[email protected]> Thu, 05 Nov 2009 11:07:28 +0100 + * Moved a number of dependencies to Recommends: because they are only + dependencies of a contrib library: + libicu4j-java: contrib/collation + libjline-java: contrib/lucli + libjtidy-java: contrib/ant + libregexp-java: contrib/regex + libcommons-beanutils-java, libcommons-collections3-java, + libcommons-compress-java, libcommons-digester-java, + libcommons-logging-java: contrib/benchmark + libdb4.7-java, libdb-je-java: contrib/db + + -- Jan-Pascal van Best <[email protected]> Thu, 05 Nov 2009 22:03:04 +0100 lucene2 (2.9.0+ds1-2) unstable; urgency=low diff --git a/debian/control b/debian/control index c111906..613a7a5 100644 --- a/debian/control +++ b/debian/control @@ -11,8 +11,7 @@ Homepage: http://lucene.apache.org/java/ Build-Depends: cdbs (>= 0.4.49), debhelper (>= 6), dpatch (>= 2.0), openjdk-6-jdk, ant-optional, javacc, junit -Build-Depends-Indep: libjtidy-java (>= 7), - libjline-java (>= 0.9.5), +Build-Depends-Indep: libjline-java (>= 0.9.5), libcommons-digester-java (>= 1.7), libregexp-java (>= 1.4), libdb4.7-java, @@ -29,18 +28,17 @@ Package: liblucene2-java Architecture: all Depends: ${misc:Depends}, openjdk-6-jre | java5-runtime, - libjtidy-java (>= 7), - libjline-java (>= 0.9.5), +Recommends: libcommons-beanutils-java (>= 1.7.0), + libcommons-collections3-java (>= 3.1), + libcommons-compress-java (>= 1.0), libcommons-digester-java (>= 1.7), - libregexp-java (>= 1.4), + libcommons-logging-java (>= 1.0.4), libdb4.7-java, libdb-je-java (>= 3.2.68), - libcommons-collections3-java (>= 3.1), - libcommons-logging-java (>= 1.0.4), - libcommons-beanutils-java (>= 1.7.0), - libcommons-compress-java (>= 1.0), libicu4j-java (>= 3.8.1), - libjtidy-java (>= 7+svn20070309) + libjline-java (>= 0.9.5), + libjtidy-java (>= 7+svn20070309), + libregexp-java (>= 1.4) Conflicts: solr-common (< 1.2.0+ds2-3) Description: Full-text search engine library for Java(TM) Lucene is a full-text search engine for the Java(TM) programming language. @@ -53,8 +51,8 @@ Description: Full-text search engine library for Java(TM) Package: liblucene2-java-doc Architecture: all Section: doc -Depends: ${misc:Depends}, - libregexp-java (>= 1.4), ant-doc +Depends: ${misc:Depends} +Recommends: libregexp-java (>= 1.4), ant-doc Description: Documentation for Lucene Lucene is a full-text search engine for the Java(TM) programming language. Lucene is not a complete application, but rather a code library and API -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/lucene2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

