~ubuntu-branches/ubuntu/karmic/lucene2/karmic

« back to all changes in this revision

Viewing changes to debian/patches/50_fix-contrib-db-libs.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Onkar Shinde
  • Date: 2008-11-22 05:22:42 UTC
  • mfrom: (1.1.4 upstream) (2.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20081122052242-iwzhyxjja1qlk2eq
Tags: 2.4.0+ds1-2ubuntu1
* Merge from debian unstable. (LP: #300540)
* Remaining Ubuntu changes:
  - debian/patches
    * 00list - Remove Debian's patch 81_prevent-network-access.dpatch. Not
      needed anymore.
  - debian/control
     * Modify Maintainer value to match the DebianMaintainerField
       specification.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
-
18
18
   <path id="db.jar">
19
19
-    <pathelement location="lib/db-${db.version}.jar" />
20
 
+    <pathelement location="/usr/share/java/libdb4.5-java.jar" />
 
20
+    <pathelement location="/usr/share/java/libdb4.6-java.jar" />
21
21
   </path>
22
22
 
23
23
   <available classname="com.sleepycat.db.internal.Db" property="db.jar.exists">