CVS lucene/debian

Barry Hawkins barryh-guest at haydn.debian.org
Thu Sep 22 04:22:40 UTC 2005


Update of /cvsroot/pkg-java/lucene/debian
In directory haydn:/tmp/cvs-serv30415/debian

Modified Files:
      Tag: RB_1_4_3
	changelog control liblucene-java-doc.doc-base rules 
Added Files:
      Tag: RB_1_4_3
	liblucene-java-doc.dirs liblucene-java.dirs 
Removed Files:
      Tag: RB_1_4_3
	dirs docs 
Log Message:
Renamed docs and dirs files to explicitly qualify liblucene-java
Updated changelog and control
Corrected path in .doc-base
Added patch to exclude org.apache.lucene.analysis.ru.RussianStem unit test


--- /cvsroot/pkg-java/lucene/debian/changelog	2005/09/21 03:22:15	1.3.2.8
+++ /cvsroot/pkg-java/lucene/debian/changelog	2005/09/22 04:22:40	1.3.2.9
@@ -1,10 +1,13 @@
 lucene (1.4.3-6) unstable; urgency=low
 
   * Moved to main building with kaffe (Closes: #272295)
+  * Temporarily disabled unit test for class 
+    org.apache.lucene.analysis.ru.RussianStem until Unicode
+    issue can be resolved
   * Added integration with Debian Documentation
   * Updated standards version to 3.6.2.1
 
- -- Barry Hawkins <barry at bytemason.org>  Tue, 20 Sep 2005 23:07:13 -0400
+ -- Barry Hawkins <barry at bytemason.org>  Tue, 21 Sep 2005 23:37:13 -0400
 
 lucene (1.4.3-5) unstable; urgency=low
 
--- /cvsroot/pkg-java/lucene/debian/control	2005/09/21 03:22:15	1.3.2.13
+++ /cvsroot/pkg-java/lucene/debian/control	2005/09/22 04:22:40	1.3.2.14
@@ -3,12 +3,12 @@
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Barry Hawkins <barry at bytemason.org>, Jeff Breidenbach <jab at debian.org>
-Build-Depends-Indep: debhelper (>= 4.0.0), dpatch (>= 1.11), sun-j2sdk1.4 | blackdown-j2sdk1.4 | java2-compiler, ant (>= 1.6.5-1), javacc, junit, libxalan2-java
+Build-Depends-Indep: debhelper (>= 4.0.0), dpatch (>= 1.11), kaffe (>= 2:1.1.6), ant (>= 1.6.5-1), javacc, junit, libxalan2-java
 Standards-Version: 3.6.2.1
 
 Package: liblucene-java
 Architecture: all
-Depends: kaffe (>= 2:1.1.5) | java2-runtime | java1-runtime
+Depends: kaffe (>= 2:1.1.6) | java2-runtime | java1-runtime
 Replaces: liblucene-java-doc (<= 1.4.3-2)
 Suggests: liblucene-java-doc (>= ${Source-Version}), tomcat4
 Description: full-text search engine library for Java(TM) and demonstration programs
--- /cvsroot/pkg-java/lucene/debian/rules	2005/09/21 03:22:15	1.3.2.12
+++ /cvsroot/pkg-java/lucene/debian/rules	2005/09/22 04:22:40	1.3.2.13
@@ -43,7 +43,7 @@
 	dh_testdir
 	$(ANT) javacc
 	$(ANT) package
-	$(ANT) test generate-test-reports
+	$(ANT) test
 	touch build-stamp
 
 clean: unpatch



More information about the pkg-java-commits mailing list