This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository aether.
commit 91a856b5cfcc63b894dfcb73ef1f4dcfa42470f7 Author: Emmanuel Bourg <[email protected]> Date: Wed Sep 6 00:35:13 2017 +0200 Depend on libplexus-component-metadata-java instead of libplexus-containers1.5-java --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index dabc69b..56d3ba7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ aether (1.13.1-4) UNRELEASED; urgency=medium * Team upload. + * Depend on libplexus-component-metadata-java instead of + libplexus-containers1.5-java * Standards-Version updated to 4.1.0 * Switch to debhelper level 10 * Use a secure Vcs-Git URL diff --git a/debian/control b/debian/control index bde6e4d..0c7459f 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 1.4) Build-Depends-Indep: junit4, libasync-http-client-java, libplexus-classworlds2-java, - libplexus-containers1.5-java (>= 1.5.5-2), + libplexus-component-metadata-java, libplexus-utils2-java, libsisu-ioc-java, libslf4j-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/aether.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

