[pkg-java] r7937 - trunk/lucene2/debian
janpascal-guest at alioth.debian.org
janpascal-guest at alioth.debian.org
Fri Feb 6 09:55:10 UTC 2009
Author: janpascal-guest
Date: 2009-02-06 09:55:10 +0000 (Fri, 06 Feb 2009)
New Revision: 7937
Modified:
trunk/lucene2/debian/changelog
trunk/lucene2/debian/control
Log:
Added ${misc:Depends} dependencies to fix possible debhelper dependencies.
Cleaned up package description of liblucene2-java (removed list of contrib
libraries)
Modified: trunk/lucene2/debian/changelog
===================================================================
--- trunk/lucene2/debian/changelog 2009-02-03 14:48:42 UTC (rev 7936)
+++ trunk/lucene2/debian/changelog 2009-02-06 09:55:10 UTC (rev 7937)
@@ -2,8 +2,11 @@
* Re-enable Highlighter unit test because it no longer causes network access
(Closes: 50678).
+ * Added ${misc:Depends} dependencies to fix possible debhelper dependencies.
+ * Cleaned up package description of liblucene2-java (removed list of contrib
+ libraries)
- -- Jan-Pascal van Best <janpascal at vanbest.org> Tue, 25 Nov 2008 11:01:26 +0100
+ -- Jan-Pascal van Best <janpascal at vanbest.org> Fri, 06 Feb 2009 10:52:58 +0100
lucene2 (2.4.0+ds1-2) unstable; urgency=low
Modified: trunk/lucene2/debian/control
===================================================================
--- trunk/lucene2/debian/control 2009-02-03 14:48:42 UTC (rev 7936)
+++ trunk/lucene2/debian/control 2009-02-06 09:55:10 UTC (rev 7937)
@@ -24,7 +24,8 @@
Package: liblucene2-java
Architecture: all
-Depends: openjdk-6-jre | java5-runtime,
+Depends: ${misc:Depends},
+ openjdk-6-jre | java5-runtime,
libjtidy-java (>= 7),
libjline-java (>= 0.9.5),
libcommons-digester-java (>= 1.7),
@@ -39,15 +40,14 @@
Lucene is not a complete application, but rather a code library and API
that can easily be used to add search capabilities to applications.
.
- In addition to the Lucene core library, the following contributions are
- also included: analyzers ant bdb bdb-je benchmark highlighter lucli
- memory misc queries regex similarity snowball spellchecker surround swing
- wikipedia wordnet xml-query-parser
+ This package contains the Lucene core library and a number of additional
+ (contributed) libraries.
Package: liblucene2-java-doc
Architecture: all
Section: doc
-Depends: libregexp-java (>= 1.4), ant-doc
+Depends: ${misc:Depends},
+ 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