Package: lucene2
Severity: normal
Tags: patch

> I'm recovering from being ill, work and family go first, but I'll get there.

Sorry to hear that.  Hope you are getting better now.

> I'm looking into it. 

To make things easy for you, I have prepared patch which fixes this issue.

It needs to wait for libdb-java (>= 5.1.4) which I have just uploaded
to unstable and libdb5.1-java (>= 5.1.25-7) which is building now,
because I have changed the name to match the upstream name (just
db.jar).

O.

-- System Information:
Debian Release: 6.0.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -urNap lucene2-2.9.3+ds1~/debian/control lucene2-2.9.3+ds1/debian/control
--- lucene2-2.9.3+ds1~/debian/control	2011-04-21 06:53:45.000000000 +0000
+++ lucene2-2.9.3+ds1/debian/control	2011-04-21 06:57:42.793418105 +0000
@@ -14,7 +14,7 @@ Build-Depends: cdbs (>= 0.4.49), debhelp
 Build-Depends-Indep: libjline-java (>= 0.9.5), 
  libcommons-digester-java (>= 1.7), 
  libregexp-java (>= 1.4), 
- libdb4.7-java,
+ libdb-java (>= 5.1.4~),
  libdb-je-java (>= 3.2.68),
  libcommons-collections3-java (>= 3.1), 
  libcommons-logging-java (>= 1.0.4), 
@@ -33,7 +33,7 @@ Recommends: libcommons-beanutils-java (>
  libcommons-compress-java (>= 1.0),
  libcommons-digester-java (>= 1.7), 
  libcommons-logging-java (>= 1.0.4), 
- libdb4.7-java,
+ libdb-java (>= 5.1.4~),
  libdb-je-java (>= 3.2.68),
  libicu4j-java (>= 3.8.1),
  libjline-java (>= 0.9.5), 
diff -urNap lucene2-2.9.3+ds1~/debian/patches/50_fix-contrib-db-libs.dpatch lucene2-2.9.3+ds1/debian/patches/50_fix-contrib-db-libs.dpatch
--- lucene2-2.9.3+ds1~/debian/patches/50_fix-contrib-db-libs.dpatch	2011-04-21 06:53:45.000000000 +0000
+++ lucene2-2.9.3+ds1/debian/patches/50_fix-contrib-db-libs.dpatch	2011-04-21 06:57:55.849886033 +0000
@@ -19,7 +19,7 @@ diff -urNad '--exclude=CVS' '--exclude=.
  
    <path id="db.jar">
 -    <pathelement location="lib/db-${db.version}.jar" />
-+    <pathelement location="/usr/share/java/libdb4.7-java.jar" />
++    <pathelement location="/usr/share/java/db.jar" />
    </path>
    
    <pathconvert property="project.classpath" targetos="unix" refid="db.jar" />

Reply via email to