[openjdk-8] 02/05: Removed the patch for the bug 7130140 (fixed in OpenJDK 8)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Sat Mar 29 23:30:42 UTC 2014


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

ebourg-guest pushed a commit to branch master
in repository openjdk-8.

commit b7037e2d0c33fd8d42a65848300a884b6f8df4e9
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Sat Mar 29 22:58:32 2014 +0100

    Removed the patch for the bug 7130140 (fixed in OpenJDK 8)
---
 debian/patches/7130140-MouseEvent-systemout.diff | 15 ---------------
 debian/rules                                     |  1 -
 2 files changed, 16 deletions(-)

diff --git a/debian/patches/7130140-MouseEvent-systemout.diff b/debian/patches/7130140-MouseEvent-systemout.diff
deleted file mode 100644
index bef6cfa..0000000
--- a/debian/patches/7130140-MouseEvent-systemout.diff
+++ /dev/null
@@ -1,15 +0,0 @@
-Description: 7130140: using horizontal scroll button on mouse causes a message to be printed on stdout
-Reviewed-by: art
-Origin: http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/19431d07bc19
-Bug-Debian: http://bugs.debian.org/679036
-Bug-Vendor: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7130140
---- openjdk/jdk/src/share/classes/java/awt/event/MouseEvent.java.orig
-+++ openjdk/jdk/src/share/classes/java/awt/event/MouseEvent.java
-@@ -758,7 +758,6 @@
- 
-             if (getModifiersEx() != 0) { //There is at least one more button in a pressed state.
-                 if (id == MouseEvent.MOUSE_RELEASED || id == MouseEvent.MOUSE_CLICKED){
--                    System.out.println("MEvent. CASE!");
-                     shouldExcludeButtonFromExtModifiers = true;
-                 }
-             }
diff --git a/debian/rules b/debian/rules
index 72c2118..1477c45 100755
--- a/debian/rules
+++ b/debian/rules
@@ -432,7 +432,6 @@ DISTRIBUTION_PATCHES += \
 	debian/patches/zero-missing-headers.diff \
 	debian/patches/libpcsclite-dlopen.diff \
 	debian/patches/jni_md_h_JNIEXPORT_visibility.patch \
-	debian/patches/7130140-MouseEvent-systemout.diff \
 	debian/patches/dnd-files.patch \
 
 ifeq (,$(filter $(DEB_HOST_ARCH),arm64))

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



More information about the pkg-java-commits mailing list