[libjfreechart-java] 04/30: Drop patches

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 576ca88c9bacedc860fac57f467bc22893fda484
Author: Markus Koschany <apo at debian.org>
Date:   Sat Oct 15 23:01:23 2016 +0200

    Drop patches
---
 debian/patches/fixBuildSwtPaths.diff      | 25 --------------------
 debian/patches/javaDocLink.diff           | 10 --------
 debian/patches/series                     |  3 ---
 debian/patches/unmappable-character.patch | 39 -------------------------------
 4 files changed, 77 deletions(-)

diff --git a/debian/patches/fixBuildSwtPaths.diff b/debian/patches/fixBuildSwtPaths.diff
deleted file mode 100644
index 76bde4a..0000000
--- a/debian/patches/fixBuildSwtPaths.diff
+++ /dev/null
@@ -1,25 +0,0 @@
-From: Jakub Adam <jakub.adam at ktknet.cz>
-Date: Sun, 7 Oct 2012 13:55:21 +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 5d6153d..1a329dc 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.16" />
-         <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="/home/dgilbert/swt-3.4-gtk-linux-x86/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.diff b/debian/patches/javaDocLink.diff
deleted file mode 100644
index 28b2fa6..0000000
--- a/debian/patches/javaDocLink.diff
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/ant/build.xml
-+++ b/ant/build.xml
-@@ -149,6 +149,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
deleted file mode 100644
index 66ba8e1..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,3 +0,0 @@
-javaDocLink.diff
-fixBuildSwtPaths.diff
-unmappable-character.patch
diff --git a/debian/patches/unmappable-character.patch b/debian/patches/unmappable-character.patch
deleted file mode 100644
index e91be52..0000000
--- a/debian/patches/unmappable-character.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From: Markus Koschany <apo at debian.org>
-Date: Tue, 17 Nov 2015 20:02:56 +0100
-Subject: unmappable character
-
-Fixes several javadoc errors and ensures that the documentation is actually
-created and installed into the -doc package.
-
-Forwarded: no
----
- source/org/jfree/chart/axis/Axis.java                    | 2 +-
- swt/org/jfree/experimental/chart/swt/ChartComposite.java | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/source/org/jfree/chart/axis/Axis.java b/source/org/jfree/chart/axis/Axis.java
-index 3a9c1b8..10473f7 100644
---- a/source/org/jfree/chart/axis/Axis.java
-+++ b/source/org/jfree/chart/axis/Axis.java
-@@ -1072,7 +1072,7 @@ public abstract class Axis implements Cloneable, Serializable {
-             PlotRenderingInfo plotState){
- 
- 		if (plotState == null || plotState.getOwner() == null) {
--            return;  // no need to create entity if we can´t save it anyways...
-+            return;  // no need to create entity if we can't save it anyways...
-         }
- 		Rectangle2D hotspot = null;
- 		if (edge.equals(RectangleEdge.TOP)){
-diff --git a/swt/org/jfree/experimental/chart/swt/ChartComposite.java b/swt/org/jfree/experimental/chart/swt/ChartComposite.java
-index 329e151..240a141 100644
---- a/swt/org/jfree/experimental/chart/swt/ChartComposite.java
-+++ b/swt/org/jfree/experimental/chart/swt/ChartComposite.java
-@@ -52,7 +52,7 @@
-  * 19-May-2007 : Corrected bug with scaling when the drawing region is larger
-  *               than maximum draw width/height (HP);
-  * 23-May-2007 : Added some dispose call to free SWT resources, patch sent by
-- *               Cédric Chabanois (CC);
-+ *               Cedric Chabanois (CC);
-  * 06-Jun-2007 : Fixed minor issues with tooltips. bug reported and fix
-  *               proposed by Christoph Beck, bug 1726404 (HP);
-  * 22-Oct-2007 : Added addChartMouseListener and removeChartMouseListener

-- 
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