CVS lucene/debian
Barry Hawkins
barryh-guest@haydn.debian.org
Tue Mar 22 12:39:05 2005
Update of /cvsroot/pkg-java/lucene/debian
In directory haydn:/tmp/cvs-serv10585/debian
Modified Files:
Tag: RB_1_4_3
README.Debian control liblucene-java-doc.files
liblucene-java.files
Log Message:
Updated documentation to point out Javadoc(TM) location.
Moved lucene-demos-1.4.3.jar to belong to liblucene-java.
--- /cvsroot/pkg-java/lucene/debian/README.Debian 2005/03/11 02:34:21 1.2.2.1
+++ /cvsroot/pkg-java/lucene/debian/README.Debian 2005/03/22 19:38:51 1.2.2.2
@@ -1,13 +1,15 @@
-lucene for Debian
+Lucene for Debian
-----------------
-The Lucene demos are included in the liblucene-java-doc package. It includes the following files:
+The Javadoc(TM) for Lucene can be found at /usr/share/doc/liblucene-java-doc/docs/index.html.
+
+The Lucene demo applications are included in the liblucene-java package. It includes the following files:
/var/lib/tomcat4/webapps/luceneweb.war
/usr/share/java/lucene-demos-x.x.jar
The demonstration applications require additional configuration to be used. To configure the demonstration command-line applications for Lucene, see the documentation at /usr/share/doc/liblucene-java-doc/docs/demo.html. A walkthrough of the source code for the demo is also provided at /usr/share/doc/liblucene-java-doc/docs/demo2.html.
-See /usr/share/doc/liblucene-java-doc/docs/demo3.html for information on configuring the Lucene web application to be run in a Java web container such as Tomcat. A source code walkthrough for this application can be found at /usr/share/doc/liblucene-java-doc/docs/demo4.html
+See /usr/share/doc/liblucene-java-doc/docs/demo3.html for information on configuring the Lucene web application to be run in a Java(TM) web container such as Tomcat. A source code walkthrough for this application can be found at /usr/share/doc/liblucene-java-doc/docs/demo4.html
- -- Barry Hawkins <barry@alltc.com>, Wed, 29 Dec 2004 22:53:59 -0500
+ -- Barry Hawkins <barry@alltc.com>, Tue, 22 Mar 2005 14:20:38 -0500
--- /cvsroot/pkg-java/lucene/debian/control 2005/03/22 18:09:16 1.3.2.6
+++ /cvsroot/pkg-java/lucene/debian/control 2005/03/22 19:38:51 1.3.2.7
@@ -3,12 +3,12 @@
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Barry Hawkins <barry@bytemason.org>, Jeff Breidenbach <jab@debian.org>
-Build-Depends-Indep: debhelper (>= 4.0.0), dpatch (>= 1.11), j2sdk1.4-sun | j2sdk1.4-blackdown | java2-compiler, libant1.6-java, javacc, junit
+Build-Depends-Indep: debhelper (>= 4.0.0), dpatch (>= 1.11), sun-j2sdk1.4 | blackdown-j2sdk1.4 | java2-compiler, libant1.6-java, javacc, junit
Standards-Version: 3.6.1
Package: liblucene-java
Architecture: all
-Depends: j2sdk1.4-sun | j2sdk1.4-blackdown | j2sdk1.4-ibm | j2re1.4-sun | j2re1.4-blackdown | j2re1.4-ibm | java2-runtime | java1-runtime
+Depends: sun-j2sdk1.4 | blackdown-j2sdk1.4 | ibm-j2sdk1.4 | sun-j2re1.4 | blackdown-j2re1.4 | ibm-j2re1.4 | j2sdk1.3 | j2sdk1.4 | j2re1.3 | j2re1.4 | java2-runtime | java1-runtime
Replaces: liblucene-java-doc (<= 1.4.3-2)
Suggests: liblucene-java-doc (>= ${Source-Version})
Description: full-text search engine library for Java
--- /cvsroot/pkg-java/lucene/debian/liblucene-java-doc.files 2005/01/05 03:47:11 1.2
+++ /cvsroot/pkg-java/lucene/debian/liblucene-java-doc.files 2005/03/22 19:38:51 1.2.2.1
@@ -1,2 +1 @@
-usr/share/java/lucene-demos-1.4.3.jar
var/lib/tomcat4/webapps/luceneweb.war
--- /cvsroot/pkg-java/lucene/debian/liblucene-java.files 2005/01/05 03:47:11 1.2
+++ /cvsroot/pkg-java/lucene/debian/liblucene-java.files 2005/03/22 19:38:51 1.2.2.1
@@ -1 +1,2 @@
usr/share/java/lucene-1.4.3.jar
+usr/share/java/lucene-demos-1.4.3.jar