[geogebra] 02/03: Temp.

Giovanni Mascellani gio at moszumanska.debian.org
Sun Apr 29 15:06:51 BST 2018


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

gio pushed a commit to branch master
in repository geogebra.

commit a06ba970f30cc3cc33ed0fccd118544dde3a3c3c
Author: Giovanni Mascellani <gio at debian.org>
Date:   Sun Apr 29 15:53:08 2018 +0200

    Temp.
---
 debian/patches/0006-Temp.patch | 36 ++++++++++++++++++++++++++++++++++++
 debian/patches/series          |  1 +
 2 files changed, 37 insertions(+)

diff --git a/debian/patches/0006-Temp.patch b/debian/patches/0006-Temp.patch
new file mode 100644
index 0000000..a6a36a9
--- /dev/null
+++ b/debian/patches/0006-Temp.patch
@@ -0,0 +1,36 @@
+From: Giovanni Mascellani <gio at debian.org>
+Date: Sun, 29 Apr 2018 15:52:44 +0200
+Subject: Temp.
+
+---
+ geogebra/plugin/ClassPathManipulator.java | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/geogebra/plugin/ClassPathManipulator.java b/geogebra/plugin/ClassPathManipulator.java
+index 5990ef4..cd34cab 100644
+--- a/geogebra/plugin/ClassPathManipulator.java
++++ b/geogebra/plugin/ClassPathManipulator.java
+@@ -57,6 +57,8 @@ public final class ClassPathManipulator {
+ 
+ 	/** Adds a URL to the Classpath */
+ 	public synchronized static boolean addURL(URL u, ClassLoader loader) {
++      return true;
++      /*
+ 		// URLClassLoader sysloader =
+ 		// (URLClassLoader)ClassLoader.getSystemClassLoader();
+ 		// URLClassLoader sysloader =
+@@ -101,6 +103,7 @@ public final class ClassPathManipulator {
+ 					+ t.getMessage());
+ 			return false;
+ 		}// end try catch
++      */
+ 	}// addURL(URL)
+ //
+ //	/** Lists the URLs int the Classpath */
+@@ -144,4 +147,4 @@ public final class ClassPathManipulator {
+ 	
+ 
+ 
+-}// class ClassPathManipulator
+\ No newline at end of file
++}// class ClassPathManipulator
diff --git a/debian/patches/series b/debian/patches/series
index 7c7f579..e15257d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ applet_export.diff
 no_mac.diff
 version.diff
 use_apache_commons_collections.diff
+0006-Temp.patch

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



More information about the pkg-java-commits mailing list