[pkg-java] r11023 - trunk/lucene2/debian
Jan-Pascal van Best
janpascal-guest at alioth.debian.org
Thu Nov 5 21:06:46 UTC 2009
Author: janpascal-guest
Date: 2009-11-05 21:06:45 +0000 (Thu, 05 Nov 2009)
New Revision: 11023
Modified:
trunk/lucene2/debian/changelog
trunk/lucene2/debian/control
Log:
Moved most deps to recommends because they are only contrib deps
Modified: trunk/lucene2/debian/changelog
===================================================================
--- trunk/lucene2/debian/changelog 2009-11-05 20:05:49 UTC (rev 11022)
+++ trunk/lucene2/debian/changelog 2009-11-05 21:06:45 UTC (rev 11023)
@@ -3,8 +3,18 @@
* Fix contrib/ant unit test for running under pbuilder
* Disable backwards compatibility tests because these download older versions
from the Apache Lucene svn repository
+ * 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 <janpascal at vanbest.org> Thu, 05 Nov 2009 11:07:28 +0100
+ -- Jan-Pascal van Best <janpascal at vanbest.org> Thu, 05 Nov 2009 22:03:04 +0100
lucene2 (2.9.0+ds1-2) unstable; urgency=low
Modified: trunk/lucene2/debian/control
===================================================================
--- trunk/lucene2/debian/control 2009-11-05 20:05:49 UTC (rev 11022)
+++ trunk/lucene2/debian/control 2009-11-05 21:06:45 UTC (rev 11023)
@@ -11,8 +11,7 @@
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 @@
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 @@
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
More information about the pkg-java-commits
mailing list