------------------------------------------------------------
revno: 1235
committer: Rene Engelhard <[EMAIL PROTECTED]>
branch nick: experimental
timestamp: Sun 2008-08-24 09:43:59 +0200
message:
  update lucene2 version
modified:
  changelog
  rules
=== modified file 'changelog'
--- a/changelog 2008-08-24 07:41:54 +0000
+++ b/changelog 2008-08-24 07:43:59 +0000
@@ -1,3 +1,10 @@
+openoffice.org (1:3.0.0~ooo300m3-2.3pre) experimental; urgency=low
+
+  * debian/rules:
+    - update lucene2 version
+
+ -- Rene Engelhard <[EMAIL PROTECTED]>  Sat, 23 Aug 2008 17:52:35 +0200
+
 openoffice.org (1:3.0.0~ooo300m3-2) experimental; urgency=low
 
   * ooo-build:

=== modified file 'rules'
--- a/rules     2008-08-23 16:16:08 +0000
+++ b/rules     2008-08-24 07:43:59 +0000
@@ -836,8 +836,8 @@
 
 ifeq "$(ENABLE_JAVA)" "y"
   ifeq "$(USE_SYSTEM_LUCENE)" "y"
-       BUILD_DEPS += , liblucene2-java (>= 2.3.2+ds1-2) [$(OOO_JAVA_ARCHS)]
-       LUCENE_DEPENDS = liblucene2-java (>= 2.3.2+ds1-2)
+       BUILD_DEPS += , liblucene2-java (>= 2.3.2) [$(OOO_JAVA_ARCHS)]
+       LUCENE_DEPENDS = liblucene2-java (>= 2.3.2)
        CONFIGURE_FLAGS += --with-system-lucene 
--with-lucene-core-jar=/usr/share/java/lucene-core.jar 
--with-lucene-analyzers-jar=/usr/share/java/lucene-analyzers.jar
        ADDITIONAL_SECTIONS += DebianBaseSystemLucene
   endif

Reply via email to