This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jarjar-maven-plugin.
commit 7832ba3ad5c9a158503384bcf93091c36442ebf8 Author: Emmanuel Bourg <[email protected]> Date: Mon Oct 3 14:32:14 2016 +0200 Depend on libasm-java (>= 5.0) instead of libasm4-java --- debian/changelog | 1 + debian/control | 2 +- debian/maven.rules | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6905dbc..851a456 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ jarjar-maven-plugin (1.9-5) UNRELEASED; urgency=medium + * Depend on libasm-java (>= 5.0) instead of libasm4-java * Build with the DH sequencer instead of CDBS * Removed the -java-doc package * Standards-Version updated to 3.9.8 diff --git a/debian/control b/debian/control index 57d0be5..7806fcb 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Damien Raude-Morvan <[email protected]>, Emmanuel Bourg <[email protected]> Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 2.0), ant Build-Depends-Indep: junit4, - libasm4-java, + libasm-java (>= 5.0), libmaven-common-artifact-filters-java, libmaven-plugin-tools-java, libmaven2-core-java, diff --git a/debian/maven.rules b/debian/maven.rules index cb596b2..d9a2f13 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,4 +1,3 @@ junit junit jar s/4\..*/4.x/ * * org.apache.maven.shared maven-common-artifact-filters jar s/.*/debian/ * * s/ant/org.apache.ant/ * * s/.*/debian/ * * -org.ow2.asm * * s/.*/4.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jarjar-maven-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

