This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-assembly-plugin.
commit d0d2bde5a2fe4d8c1dcf5e1d612be5404de2df65 Author: Emmanuel Bourg <[email protected]> Date: Fri Jul 21 01:36:36 2017 +0200 Removed the unused dependency on libplexus-active-collections-java --- debian/changelog | 1 + debian/control | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5e4a41c..9e81e2b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ maven-assembly-plugin (2.5-1) UNRELEASED; urgency=medium * Team upload. * New upstream release - Depend on libmaven-filtering-java (>= 1.3) + * Removed the unused dependency on libplexus-active-collections-java * Build with the DH sequencer instead of CDBS * Relocate the version 2.2-beta-5 used by Maven to the current one diff --git a/debian/control b/debian/control index 2c4a23e..f2abdea 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,6 @@ Build-Depends-Indep: libjsr305-java, libmaven-shared-io-java, libmaven2-core-java, libmodello-maven-plugin-java (>= 1.1), - libplexus-active-collections-java, libplexus-archiver-java, libplexus-component-metadata-java, libplexus-container-default-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-assembly-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

