[freehep-graphicsio-svg] 04/09: Remove tg leftovers.

Giovanni Mascellani gio at moszumanska.debian.org
Mon Jun 13 08:57:53 UTC 2016


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

gio pushed a commit to branch master
in repository freehep-graphicsio-svg.

commit 9d1ddb5add35fa400a131cd47cd71706cda412c3
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date:   Sat Jun 11 15:55:48 2016 +0200

    Remove tg leftovers.
---
 debian/changelog                   |  1 +
 debian/patches/geogebra.diff       | 18 ++++++++++++++++++
 debian/patches/patch/geogebra.diff | 27 ---------------------------
 debian/patches/series              |  2 +-
 4 files changed, 20 insertions(+), 28 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f258a49..21a67c8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ freehep-graphicsio-svg (2.1.1-4) UNRELEASED; urgency=low
   * Use secure Vcs-* URLs.
   * Bump Standards-Version to 3.9.8 (no changes required).
   * Build with debhelper 9 instead of CDBS.
+  * Quit using topgit and remove leftovers.
 
  -- Giovanni Mascellani <gio at debian.org>  Sat, 29 Jan 2011 16:16:48 +0100
 
diff --git a/debian/patches/geogebra.diff b/debian/patches/geogebra.diff
new file mode 100644
index 0000000..a99427c
--- /dev/null
+++ b/debian/patches/geogebra.diff
@@ -0,0 +1,18 @@
+From: Giovanni Mascellani <gio at debian.org>
+Subject: Improve GeoGebra compatibility
+
+The visibility of a field is moved from private to protected, so GeoGebra
+can extend the class SVGGraphics2D.
+Index: freehep-graphicsio-svg/src/main/java/org/freehep/graphicsio/svg/SVGGraphics2D.java
+===================================================================
+--- freehep-graphicsio-svg.orig/src/main/java/org/freehep/graphicsio/svg/SVGGraphics2D.java
++++ freehep-graphicsio-svg/src/main/java/org/freehep/graphicsio/svg/SVGGraphics2D.java
+@@ -154,7 +154,7 @@ public class SVGGraphics2D extends Abstr
+     // The private writer used for this file.
+     private OutputStream ros;
+ 
+-    private PrintWriter os;
++    protected PrintWriter os;
+ 
+     // table for gradients
+     Hashtable gradients = new Hashtable();
diff --git a/debian/patches/patch/geogebra.diff b/debian/patches/patch/geogebra.diff
deleted file mode 100644
index 3d7a971..0000000
--- a/debian/patches/patch/geogebra.diff
+++ /dev/null
@@ -1,27 +0,0 @@
-From: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
-Subject: [PATCH] patch/geogebra
-
-The visibility of a field is moved from private to protected, so GeoGebra
-can extend that class.
-
-Signed-off-by: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
-
----
- .../org/freehep/graphicsio/svg/SVGGraphics2D.java  |    2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/src/main/java/org/freehep/graphicsio/svg/SVGGraphics2D.java b/src/main/java/org/freehep/graphicsio/svg/SVGGraphics2D.java
-index 6c348eb..c9130bb 100644
---- a/src/main/java/org/freehep/graphicsio/svg/SVGGraphics2D.java
-+++ b/src/main/java/org/freehep/graphicsio/svg/SVGGraphics2D.java
-@@ -154,7 +154,7 @@ public class SVGGraphics2D extends AbstractVectorGraphicsIO {
-     // The private writer used for this file.
-     private OutputStream ros;
- 
--    private PrintWriter os;
-+    protected PrintWriter os;
- 
-     // table for gradients
-     Hashtable gradients = new Hashtable();
--- 
-tg: (4fbaca4..) patch/geogebra (depends on: master)
diff --git a/debian/patches/series b/debian/patches/series
index 052ce41..5d610d3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-patch/geogebra.diff -p1
+geogebra.diff

-- 
Alioth's hooks/post-receive on /srv/git.debian.org/git/pkg-java/freehep/freehep-graphicsio-svg.git



More information about the pkg-java-commits mailing list