This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch experimental in repository libparanamer-java.
commit b77540cfdd37ef05765ae69671384dd0e4027e97 Author: Markus Koschany <[email protected]> Date: Thu Sep 10 22:44:06 2015 +0200 Switch to libasm4-java. --- debian/control | 2 +- debian/maven.rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 1c1ebbd..832b593 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends-Indep: default-jdk, default-jdk-doc, junit4, - libasm3-java, + libasm4-java, libatinject-jsr330-api-java, libmaven-bundle-plugin-java, libmaven-dependency-plugin-java, diff --git a/debian/maven.rules b/debian/maven.rules index be8fc9c..1173165 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,5 +1,5 @@ junit junit jar s/3\..*/3.x/ * * junit junit jar s/4\..*/4.x/ * * -asm asm * s/3\..*/3.x/ * * +org.ow2.asm asm * s/.*/4.x/ * * org.mockito s/mockito-all/mockito-core/ * s/.*/debian/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libparanamer-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

