This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository stapler.
commit 35cffe78e68332e423a3dde065c998f416dccf2c Author: Markus Koschany <[email protected]> Date: Fri Apr 15 22:43:40 2016 +0200 Drop 0001-beanutils18-compat.patch --- debian/patches/0001-beanutils18-compat.patch | 19 ------------------- debian/patches/series | 1 - 2 files changed, 20 deletions(-) diff --git a/debian/patches/0001-beanutils18-compat.patch b/debian/patches/0001-beanutils18-compat.patch deleted file mode 100644 index 051b580..0000000 --- a/debian/patches/0001-beanutils18-compat.patch +++ /dev/null @@ -1,19 +0,0 @@ -From: Debian Java Maintainers <[email protected]> -Date: Mon, 12 Aug 2013 09:43:30 +0100 -Subject: beanutils18-compat - ---- - core/src/main/java/org/kohsuke/stapler/RequestImpl.java | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - ---- a/core/src/main/java/org/kohsuke/stapler/RequestImpl.java -+++ b/core/src/main/java/org/kohsuke/stapler/RequestImpl.java -@@ -649,7 +649,7 @@ - if (converter==null) - throw new IllegalArgumentException("Unable to convert to "+type); - -- l.add(converter.convert(type,o)); -+ l.add(converter.convert(l.itemType,o)); - return l.toCollection(); - } - } diff --git a/debian/patches/series b/debian/patches/series index e023aae..f8c6735 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,4 +1,3 @@ -0001-beanutils18-compat.patch 0003-fix-groovy-build.patch 0005-revert-kohsuke-asm5.patch 0006-servlet25-compat.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/stapler.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

