This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libparanamer-java.
commit 73f174748f6e33ca31c7f3ed979b71905bb598e2 Author: Emmanuel Bourg <[email protected]> Date: Sun Oct 2 23:30:03 2016 +0200 Depend on libasm-java (>= 5.0) instead of libasm4-java --- debian/changelog | 1 + debian/control | 4 ++-- debian/maven.rules | 1 - 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4cb096c..2cd2e6b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ libparanamer-java (2.8-3) UNRELEASED; urgency=medium * Team upload. + * Depend on libasm-java (>= 5.0) instead of libasm4-java * Standards-Version updated to 3.9.8 -- Emmanuel Bourg <[email protected]> Sun, 02 Oct 2016 23:28:12 +0200 diff --git a/debian/control b/debian/control index 9418504..3572b25 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: default-jdk, default-jdk-doc, junit4, - libasm4-java, + libasm-java (>= 5.0), libatinject-jsr330-api-java, libmaven-bundle-plugin-java, libmaven-dependency-plugin-java, @@ -43,7 +43,7 @@ Description: Java library to access method parameter names at runtime Package: libparanamer-maven-plugin-java Architecture: all Depends: - libasm4-java, + libasm-java (>= 5.0), libparanamer-java, libqdox2-java, ${misc:Depends} diff --git a/debian/maven.rules b/debian/maven.rules index b136a76..16a7534 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,5 +1,4 @@ junit junit jar s/4\..*/4.x/ * * -org.ow2.asm asm * s/.*/4.x/ * * org.mockito s/mockito-all/mockito-core/ * s/.*/debian/ * * com.thoughtworks.qdox qdox * s/.*/2.x/ * * com.thoughtworks.paranamer paranamer-maven-plugin * 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

