[libjfreechart-java] 05/30: Refresh patches and drop unmappable-character.patch

Markus Koschany apo at moszumanska.debian.org
Sun Oct 16 17:46:22 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository libjfreechart-java.

commit 78b68069214b2150c1542ade01cc628e02a2ebfb
Author: Markus Koschany <apo at debian.org>
Date:   Sat Oct 15 23:05:28 2016 +0200

    Refresh patches and drop unmappable-character.patch
---
 debian/patches/fixBuildSwtPaths.patch | 25 +++++++++++++++++++++++++
 debian/patches/javaDocLink.patch      | 20 ++++++++++++++++++++
 debian/patches/series                 |  2 ++
 3 files changed, 47 insertions(+)

diff --git a/debian/patches/fixBuildSwtPaths.patch b/debian/patches/fixBuildSwtPaths.patch
new file mode 100644
index 0000000..d93d045
--- /dev/null
+++ b/debian/patches/fixBuildSwtPaths.patch
@@ -0,0 +1,25 @@
+From: Markus Koschany <apo at debian.org>
+Date: Sat, 15 Oct 2016 23:02:27 +0200
+Subject: fixBuildSwtPaths
+
+---
+ ant/build-swt.xml | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/ant/build-swt.xml b/ant/build-swt.xml
+index a7a4246..a6a03a1 100644
+--- a/ant/build-swt.xml
++++ b/ant/build-swt.xml
+@@ -8,10 +8,10 @@
+         <property name="jcommon.name" value="jcommon" />
+         <property name="jcommon.version" value="1.0.23" />
+         <property name="builddir" value="${basedir}/build" />
+-        <property name="jcommon.jar" value="${basedir}/lib/${jcommon.name}-${jcommon.version}.jar"/>
++        <property name="jcommon.jar" value="/usr/share/java/${jcommon.name}.jar"/>
+         <property name="jfreechart.jar" value="${basedir}/lib/${jfreechart.name}-${jfreechart.version}.jar"/>
+         <!-- Edit the next line to link to the swt library you want, see README file in the swt folder -->
+-        <property name="swt.jar" value="/Users/dgilbert/swt-4/swt.jar"/>
++        <property name="swt.jar" value="/usr/share/java/swt4.jar"/>
+         <path id="build.classpath">
+             <pathelement location="${jcommon.jar}"/>
+             <pathelement location="${jfreechart.jar}"/>
diff --git a/debian/patches/javaDocLink.patch b/debian/patches/javaDocLink.patch
new file mode 100644
index 0000000..c877a63
--- /dev/null
+++ b/debian/patches/javaDocLink.patch
@@ -0,0 +1,20 @@
+From: Markus Koschany <apo at debian.org>
+Date: Sat, 15 Oct 2016 23:03:22 +0200
+Subject: javaDocLink
+
+---
+ ant/build.xml | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/ant/build.xml b/ant/build.xml
+index 63d3515..ef6b3d0 100644
+--- a/ant/build.xml
++++ b/ant/build.xml
+@@ -173,6 +173,7 @@
+                  use="yes"
+                  linksource="yes"
+                  splitindex="yes">
++            <link href="/usr/share/doc/default-jdk-doc/api/" />
+             <classpath refid="build.classpath" />
+             <packageset dir="${basedir}/source" defaultexcludes="yes">
+                 <include name="org/jfree/**"/>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..afe2434
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+fixBuildSwtPaths.patch
+javaDocLink.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjfreechart-java.git



More information about the pkg-java-commits mailing list