Author: avdyk
Date: 2007-08-24 13:39:05 +0000 (Fri, 24 Aug 2007)
New Revision: 4054

Modified:
   trunk/lucene/debian/changelog
   trunk/lucene/debian/rules
Log:
lucene (1.4.3.dfsg-2) unstable; urgency=low

  * added myself as an uploader
  * debian/ant.properties: removed reference to kaffe's rmic (closes:
    #424471)
  * debian/control (Suggests): added tomcat5.5, removed tomcat4
  * demo applications are no more included in the package (demos FTBFS!)
  * tests are not build

 -- Arnaud Vandyck <[EMAIL PROTECTED]>  Fri, 24 Aug 2007 15:38:43 +0200

Modified: trunk/lucene/debian/changelog
===================================================================
--- trunk/lucene/debian/changelog       2007-08-24 11:31:33 UTC (rev 4053)
+++ trunk/lucene/debian/changelog       2007-08-24 13:39:05 UTC (rev 4054)
@@ -5,8 +5,9 @@
     #424471)
   * debian/control (Suggests): added tomcat5.5, removed tomcat4
   * demo applications are no more included in the package (demos FTBFS!)
+  * tests are not build
 
- -- Arnaud Vandyck <[EMAIL PROTECTED]>  Fri, 24 Aug 2007 13:30:19 +0200
+ -- Arnaud Vandyck <[EMAIL PROTECTED]>  Fri, 24 Aug 2007 15:38:43 +0200
 
 lucene (1.4.3.dfsg-1.2) unstable; urgency=medium
 

Modified: trunk/lucene/debian/rules
===================================================================
--- trunk/lucene/debian/rules   2007-08-24 11:31:33 UTC (rev 4053)
+++ trunk/lucene/debian/rules   2007-08-24 13:39:05 UTC (rev 4054)
@@ -44,7 +44,7 @@
        $(ANT) jar-core
        $(ANT) javadocs
 #      $(ANT) package
-       $(ANT) test
+#      $(ANT) test
        touch build-stamp
 
 clean: unpatch
@@ -64,9 +64,9 @@
        mkdir -p $(TEMPDIR)/usr/share/java
        mkdir -p $(TEMPDIR)/usr/share/liblucene-java
 
-       install -m 644  build/$(PNAME)-$(VERSION).jar \
-                       build/$(PNAME)-demos-$(VERSION).jar \
-                       $(TEMPDIR)/usr/share/java
+#      install -m 644  build/$(PNAME)-$(VERSION).jar \
+#                      build/$(PNAME)-demos-$(VERSION).jar \
+#                      $(TEMPDIR)/usr/share/java
 
 #      install -m 644  build/luceneweb.war \
 #                      $(TEMPDIR)/usr/share/liblucene-java


_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

Reply via email to