~ubuntu-branches/ubuntu/quantal/libjgraph-java/quantal

« back to all changes in this revision

Viewing changes to debian/patches/01_buildxml.patch

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2008-05-09 18:29:56 UTC
  • mfrom: (1.1.5 upstream) (4.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080509182956-n9mkbgtt36kkj2h0
Tags: 5.12.1.0.dfsg-1
* New upstream release.
* Switch from dpatch to quilt.
* Change my email address in several files under debian/.
* debian/copyright: update and compact.
* debian/control: build depend on default-jdk-builddep, depend on
  default-jre instead of specifying a specific JDK/JRE; change JAVA_HOME
  in debian/rules accordingly.
* Install API documentation to /usr/share/doc/libjgraph-java-doc/api/
  instead of directly under libjgraph-java-doc/

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Author: <gregoa@debian.org>
 
2
Description: Don't fetch external stuff when building the docs.
 
3
--- libjgraph-java.orig/build.xml
 
4
+++ libjgraph-java/build.xml
 
5
@@ -107,7 +107,7 @@
 
6
                        <header><![CDATA[<p><b>${app.name}</b><br>v${app.version}</p>]]></header>
 
7
                        <bottom><![CDATA[<font size=1>Copyright (C) 2001-2006 <a href="http://www.jgraph.com/"
 
8
                                target="_blank">Gaudenz Alder</a>. All rights reserved.</font>]]></bottom>
 
9
-                   <link href="http://java.sun.com/j2se/${java.specification.version}/docs/api"/>
 
10
+                   <!--<link href="http://java.sun.com/j2se/${java.specification.version}/docs/api"/>-->
 
11
                </javadoc>
 
12
        </target>
 
13