~ubuntu-branches/ubuntu/wily/libjna-java/wily-proposed

« back to all changes in this revision

Viewing changes to debian/patches/30-link-javadoc-to-classpath.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Michael Koch
  • Date: 2009-11-02 14:14:51 UTC
  • mfrom: (4.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20091102141451-j5hdwzzq5zwxrp4n
* New upstream release.
* Fixed debian/repack-source.sh to correctly use mktemp.
* Make libjna-java Depends on *-headless packages.
* Moved package under pkg-java control.
* Added debian/README.source to describe quilt.
* Added myself as Uploader.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## 03-link-javadoc-to-classpath.dpatch by Tiago Saboga <tiagosaboga@gmail.com>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: Remove reference to web documentation and refer instead to 
 
6
## DP: classpath-doc.
 
7
 
 
8
@DPATCH@
 
9
diff -urNad libjna-java-3.0.2~/build.xml libjna-java-3.0.2/build.xml
 
10
--- libjna-java-3.0.2~/build.xml        2008-02-28 16:34:44.000000000 -0300
 
11
+++ libjna-java-3.0.2/build.xml 2008-05-20 23:09:25.000000000 -0300
 
12
@@ -450,7 +450,7 @@
 
13
       <doctitle>JNA API Documentation</doctitle>
 
14
       <header>${header}</header>
 
15
       <bottom>${footer}</bottom>
 
16
-      <link href="http://java.sun.com/j2se/1.4.2/docs/api/"/>
 
17
+      <link href="file:///usr/share/doc/classpath-doc/api/"/>
 
18
 
 
19
       <packageset dir="${src}" defaultexcludes="yes">
 
20
         <patternset>