This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository stapler.
commit bf0f73613c0a645f13d30fe2140af009d13990cb Author: Markus Koschany <[email protected]> Date: Sun Apr 3 17:52:48 2016 +0200 Switch from libasm4-java to libasm-java. --- debian/changelog | 1 + debian/control | 2 +- debian/maven.rules | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index bed2d6c..c73c0ff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ stapler (1.231-3) unstable; urgency=medium * Add servlet3.1.patch and fix compatibility issue with libservlet3.1-java. * Update debian/watch and fix Lintian error debian-watch-file-uses-deprecated-githubredir. + * Switch from libasm4-java to libasm-java. -- Markus Koschany <[email protected]> Sun, 03 Apr 2016 17:34:02 +0200 diff --git a/debian/control b/debian/control index 65849a3..7944196 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Build-Depends: javahelper, junit4, libannotation-indexer-java, - libasm4-java, + libasm-java, libcommons-beanutils-java, libcommons-discovery-java, libcommons-fileupload-java, diff --git a/debian/maven.rules b/debian/maven.rules index 5100801..ee7bcdc 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -18,7 +18,7 @@ junit junit jar s/4\..*/4.x/ * * commons-collections commons-collections * s/3\..*/3.x/ * * -s/org.kohsuke/org.ow2.asm/ s/asm5/asm-all/ * s/.*/4.x/ * * +s/org.kohsuke/org.ow2.asm/ s/asm5/asm-all/ * s/.*/debian/ * * org.codehaus.groovy * * s/.*/2.x/ * * s/javax.servlet/javax.servlet.jsp/ s/jsp-api/javax.servlet.jsp-api/ jar s/2\..*/2.3/ * * javax.servlet s/servlet-api/javax.servlet-api/ jar s/2\..*/3.1/ * * -- 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

