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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Chris Cheney
  • Date: 2008-09-25 19:38:57 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080925193857-cav4h6b4qh1dlfo2
Tags: 2.3.2+ds1-1ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/control
     * Add w3c-dtd-xhtml as build dependency to fix FTBFS.
  - debian/patches
    * 82_fix_xhtml_dtd_access.dpatch - Patch for fixing contrib unit tests.
    Fixes FTBFS on buildd.
    * 00list - Updated to include above patch and remove Debian's patch
      81_prevent-network-access.dpatch

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
-  <target name="get-je-jar" unless="je.jar.exists">
29
29
-    <mkdir dir="lib" />
30
 
-    <get src="http://downloads.sleepycat.com/je-${je.version}.zip"
 
30
-    <get src="http://download.oracle.com/berkeley-db/je-${je.version}.zip"
31
31
-         dest="lib/je-${je.version}.zip" />
32
32
-    <unzip src="lib/je-${je.version}.zip" dest="lib">
33
33
-      <patternset>