[pkg-java] r4052 - trunk/lucene/debian

avdyk at alioth.debian.org avdyk at alioth.debian.org
Fri Aug 24 11:22:24 UTC 2007


Author: avdyk
Date: 2007-08-24 11:22:24 +0000 (Fri, 24 Aug 2007)
New Revision: 4052

Modified:
   trunk/lucene/debian/ant.properties
   trunk/lucene/debian/changelog
   trunk/lucene/debian/control
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

 -- Arnaud Vandyck <avdyk at debian.org>  Fri, 24 Aug 2007 13:21:56 +0200

Modified: trunk/lucene/debian/ant.properties
===================================================================
--- trunk/lucene/debian/ant.properties	2007-08-24 09:23:03 UTC (rev 4051)
+++ trunk/lucene/debian/ant.properties	2007-08-24 11:22:24 UTC (rev 4052)
@@ -11,4 +11,3 @@
 javac.debug=on
 javac.nowarn=off
 javac.verbose=yes
-build.rmic=kaffe

Modified: trunk/lucene/debian/changelog
===================================================================
--- trunk/lucene/debian/changelog	2007-08-24 09:23:03 UTC (rev 4051)
+++ trunk/lucene/debian/changelog	2007-08-24 11:22:24 UTC (rev 4052)
@@ -1,3 +1,12 @@
+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
+
+ -- Arnaud Vandyck <avdyk at debian.org>  Fri, 24 Aug 2007 13:21:56 +0200
+
 lucene (1.4.3.dfsg-1.2) unstable; urgency=medium
 
   * Non-maintainer upload for release-critical bug.

Modified: trunk/lucene/debian/control
===================================================================
--- trunk/lucene/debian/control	2007-08-24 09:23:03 UTC (rev 4051)
+++ trunk/lucene/debian/control	2007-08-24 11:22:24 UTC (rev 4052)
@@ -2,7 +2,7 @@
 Section: text
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Barry Hawkins <barry at alltc.com>, Jeff Breidenbach <jab at debian.org>, Michael Koch <konqueror at gmx.de>
+Uploaders: Barry Hawkins <barry at alltc.com>, Jeff Breidenbach <jab at debian.org>, Michael Koch <konqueror at gmx.de>, Arnaud Vandyck <avdyk at debian.org>
 Build-Depends: debhelper (>= 4.0.0), dpatch (>= 1.11)
 Build-Depends-Indep: java-gcj-compat-dev, ant (>= 1.6.5-2), ant-optional (>= 1.6.5-2), javacc, junit, libxalan2-java
 Standards-Version: 3.7.2
@@ -12,7 +12,7 @@
 Section: text
 Depends: java-gcj-compat | java2-runtime | java1-runtime
 Replaces: liblucene-java-doc (<= 1.4.3-5)
-Suggests: liblucene-java-doc (>= ${Source-Version}), tomcat4 | tomcat5
+Suggests: liblucene-java-doc (>= ${Source-Version}), tomcat5 | tomcat5.5
 Description: full-text search engine library for Java(TM) and demonstration programs
  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