This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-shared-incremental.
commit 780deceb5214e7a099f011c6b16491217696af6d Author: Emmanuel Bourg <[email protected]> Date: Wed Jul 26 16:23:22 2017 +0200 Depend on libplexus-component-annotations-java and libplexus-component-metadata-java instead of libplexus-containers1.5-java --- debian/changelog | 3 +++ debian/control | 3 ++- debian/maven.rules | 2 ++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 00e8ae4..fb5041e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ maven-shared-incremental (1.1-2) UNRELEASED; urgency=medium * Team upload. + * Depend on libplexus-component-annotations-java + and libplexus-component-metadata-java instead + of libplexus-containers1.5-java * Standards-Version updated to 4.0.0 * Switch to debhelper level 10 * Use secure Vcs-* URLs diff --git a/debian/control b/debian/control index b6a059a..3dde8c6 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,8 @@ Build-Depends: libmaven-javadoc-plugin-java, libmaven-shared-utils-java, libplexus-component-api-java, - libplexus-containers1.5-java, + libplexus-component-annotations-java, + libplexus-component-metadata-java, maven-debian-helper (>> 1.6.2) Standards-Version: 4.0.0 Vcs-Git: https://anonscm.debian.org/git/pkg-java/maven-shared-incremental.git diff --git a/debian/maven.rules b/debian/maven.rules index ce4a3fd..7c53adc 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -15,3 +15,5 @@ # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., replacing the version with 3.x # junit junit jar s/3\\..*/3.x/ + +org.codehaus.plexus plexus-component-annotations * s/.*/1.5.5/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-shared-incremental.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

