This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-archiver.
commit a1288f3b97864cf082c9edf590c41e0de9ceed45 Author: Emmanuel Bourg <[email protected]> Date: Tue Jan 9 23:50:27 2018 +0100 Depend on libplexus-utils2-java instead of libplexus-utils-java --- debian/changelog | 1 + debian/control | 4 ++-- debian/maven.rules | 2 ++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0aab712..1617bd1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ maven-archiver (3.2.0-1) UNRELEASED; urgency=medium * Team upload. * New upstream release - Refreshed the patches + * Depend on libplexus-utils2-java instead of libplexus-utils-java * Standards-Version updated to 4.1.3 -- Emmanuel Bourg <[email protected]> Tue, 09 Jan 2018 23:14:40 +0100 diff --git a/debian/control b/debian/control index 282cc65..13dbd3e 100644 --- a/debian/control +++ b/debian/control @@ -16,8 +16,8 @@ Build-Depends: libmaven3-core-java, libplexus-archiver-java (>= 2.2~), libplexus-interpolation-java, - libplexus-utils-java, - libplexus-utils-java-doc, + libplexus-utils2-java, + libplexus-utils2-java-doc, maven-debian-helper (>= 2.2) Standards-Version: 4.1.3 Vcs-Git: https://anonscm.debian.org/git/pkg-java/maven-archiver.git diff --git a/debian/maven.rules b/debian/maven.rules index 03513c3..f77a678 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -21,3 +21,5 @@ junit junit jar s/4\..*/4.x/ * * org.apache.maven maven-artifact * s/.*/3.x/ * * org.apache.maven maven-core * s/.*/3.x/ * * org.apache.maven maven-model * s/.*/3.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-archiver.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

