This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Azureus/Vuze packaging for Debian".

The branch, master has been updated
       via  abbc7869ad72d8d6b3815614924ac7f9bd963e85 (commit)
      from  5d2bbaa41d988d209580eb2b2503b49e75265dcc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit abbc7869ad72d8d6b3815614924ac7f9bd963e85
Author: Adrian Perez <adrianperez....@gmail.com>
Date:   Wed Dec 2 10:26:58 2009 -0500

    debian/patches: Remove fixes/sunsecurity.diff

-----------------------------------------------------------------------

Summary of changes:
 debian/patches/fixes/sunsecurity.diff |   41 ---------------------------------
 debian/patches/series                 |    1 -
 2 files changed, 0 insertions(+), 42 deletions(-)

diff --git a/debian/patches/fixes/sunsecurity.diff 
b/debian/patches/fixes/sunsecurity.diff
deleted file mode 100644
index 92c8666..0000000
--- a/debian/patches/fixes/sunsecurity.diff
+++ /dev/null
@@ -1,41 +0,0 @@
-From: Adrian Perez <adrianperez....@gmail.com>
-Subject: [PATCH] fixes/sunsecurity
-
-Don't use AccessController and privileges to retrieve user environment
-information. Use System.getProperty() instead.
-The sun.security package is Sun's property and may be removed in the
-future. Also, this causes a FTBFS when using OpenJDK.
-
-Signed-off-by: Adrian Perez <adrianperez....@gmail.com>
-
----
- org/gudy/azureus2/core3/internat/MessageText.java |    7 ++++++-
- 1 files changed, 6 insertions(+), 1 deletions(-)
-
-diff --git a/org/gudy/azureus2/core3/internat/MessageText.java 
b/org/gudy/azureus2/core3/internat/MessageText.java
-index 8358049..fed112e 100644
---- a/org/gudy/azureus2/core3/internat/MessageText.java
-+++ b/org/gudy/azureus2/core3/internat/MessageText.java
-@@ -24,6 +24,9 @@ import java.io.FilenameFilter;
- import java.net.URI;
- import java.net.URL;
- import java.net.URLClassLoader;
-+/* --- Adrian Perez: Don't use AccessController.
-+import java.security.AccessController;
-+*/
- import java.util.*;
- import java.util.jar.JarEntry;
- import java.util.jar.JarFile;
-@@ -37,7 +40,9 @@ import org.gudy.azureus2.core3.util.Constants;
- import org.gudy.azureus2.core3.util.Debug;
- import org.gudy.azureus2.core3.util.FileUtil;
- import org.gudy.azureus2.core3.util.SystemProperties;
--
-+/* --- Adrian Perez: Don't use sun.security.
-+import sun.security.action.GetPropertyAction;
-+*/
- 
- /**
-  * @author Arbeiten
--- 
-tg: (61d59af..) fixes/sunsecurity (depends on: fixes/encoding)
diff --git a/debian/patches/series b/debian/patches/series
index 968e321..3f82e62 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,4 +2,3 @@ debian/speedtest.diff -p1
 debian/update-disable.diff -p1
 fixes/multiuser.diff -p1
 fixes/platform.diff -p1
-fixes/sunsecurity.diff -p1


hooks/post-receive
-- 
Azureus/Vuze packaging for Debian

_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

Reply via email to