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 145ecc1713310955b34f38dc6dcf4bcb64aec101 Author: Emmanuel Bourg <[email protected]> Date: Mon Jan 18 11:21:55 2016 +0100 Depend on libplexus-utils2-java instead of libplexus-utils-java --- debian/changelog | 1 + debian/control | 2 +- debian/maven.rules | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 28ecfa5..4e7a6c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ 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) + - Depend on libplexus-utils2-java instead of libplexus-utils-java * 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 64c3d62..9cc10b5 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends-Indep: junit4, libmaven2-core-java, libplexus-container-default-java, libplexus-maven-plugin-java, - libplexus-utils-java, + libplexus-utils2-java, libxmlunit-java Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-java/maven-shade-plugin.git diff --git a/debian/maven.rules b/debian/maven.rules index 9d7df99..9229ea5 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -20,3 +20,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/ * * org.ow2.asm * * s/.*/4.x/ * * +org.codehaus.plexus plexus-utils * s/.*/2.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

