This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-shade-plugin.
commit a571a9ca42a3e583404dc0e6d017214c59e06e4f Author: Emmanuel Bourg <[email protected]> Date: Mon Jan 18 11:20:27 2016 +0100 Depend on libasm4-java instead of libasm3-java (Closes: #800855) --- debian/changelog | 5 ++++- debian/control | 2 +- debian/maven.rules | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 836dd97..28ecfa5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,8 @@ -maven-shade-plugin (1.7.1-2) UNRELEASED; urgency=medium +maven-shade-plugin (2.4.3-1) UNRELEASED; urgency=medium + * Team upload. + * New upstream release + - Depend on libasm4-java instead of libasm3-java (Closes: #800855) * Build with the DH sequencer instead of CDBS * Moved the package to Git * Use XZ compression for the upstream tarball diff --git a/debian/control b/debian/control index 6f52109..64c3d62 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Ludovic Claude <[email protected]> Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.4) Build-Depends-Indep: junit4, - libasm3-java, + libasm4-java, libjdependency-java, libjdom1-java (>= 1.0), libmaven-dependency-tree-java, diff --git a/debian/maven.rules b/debian/maven.rules index b395c1f..9d7df99 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -19,4 +19,4 @@ s/jdom/org.jdom/ jdom jar s/1\..*/debian/ * * junit junit jar s/4\..*/4.x/ * * org.codehaus.plexus plexus-container-default jar s/1\.0-alpha.*/1.0-alpha/ * * -asm * * s/3\..*/3.x/ * * +org.ow2.asm * * s/.*/4.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-shade-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

