[stapler] 06/12: Drop 0005-revert-kohsuke-asm5.patch
Markus Koschany
apo at moszumanska.debian.org
Fri Apr 15 22:26:49 UTC 2016
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository stapler.
commit 76c4078ce0d3147b16a1df17cc463b24b580a6c2
Author: Markus Koschany <apo at debian.org>
Date: Fri Apr 15 22:49:15 2016 +0200
Drop 0005-revert-kohsuke-asm5.patch
---
debian/patches/0005-revert-kohsuke-asm5.patch | 36 ---------------------------
debian/patches/series | 1 -
2 files changed, 37 deletions(-)
diff --git a/debian/patches/0005-revert-kohsuke-asm5.patch b/debian/patches/0005-revert-kohsuke-asm5.patch
deleted file mode 100644
index 995e9d1..0000000
--- a/debian/patches/0005-revert-kohsuke-asm5.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Date: Mon, 12 Aug 2013 09:43:30 +0100
-Subject: revert-kohsuke-asm3
-
----
- core/src/main/java/org/kohsuke/stapler/ClassDescriptor.java | 10 +++++-----
- 1 file changed, 5 insertions(+), 5 deletions(-)
-
---- a/core/src/main/java/org/kohsuke/stapler/ClassDescriptor.java
-+++ b/core/src/main/java/org/kohsuke/stapler/ClassDescriptor.java
-@@ -24,11 +24,11 @@
- package org.kohsuke.stapler;
-
- import org.apache.commons.io.IOUtils;
--import org.kohsuke.asm5.ClassReader;
--import org.kohsuke.asm5.ClassVisitor;
--import org.kohsuke.asm5.Label;
--import org.kohsuke.asm5.MethodVisitor;
--import org.kohsuke.asm5.Type;
-+import org.objectweb.asm.ClassReader;
-+import org.objectweb.asm.ClassVisitor;
-+import org.objectweb.asm.Label;
-+import org.objectweb.asm.MethodVisitor;
-+import org.objectweb.asm.Type;
-
- import java.io.IOException;
- import java.io.InputStream;
-@@ -45,7 +45,7 @@
-
- import static java.util.logging.Level.FINE;
- import static java.util.logging.Level.WARNING;
--import static org.kohsuke.asm5.Opcodes.ASM5;
-+import static org.objectweb.asm.Opcodes.ASM5;
-
- /**
- * Reflection information of a {@link Class}.
diff --git a/debian/patches/series b/debian/patches/series
index f8c6735..ea67c8f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,5 +1,4 @@
0003-fix-groovy-build.patch
-0005-revert-kohsuke-asm5.patch
0006-servlet25-compat.patch
0008-Drop-use-of-custom-doklet.patch
0009-remove-maven3-prereq.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/stapler.git
More information about the pkg-java-commits
mailing list