This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-debian-helper.
commit 20e7d21bd1b46c45dd498ba5bc5cb01257f97d56 Author: Emmanuel Bourg <[email protected]> Date: Wed Jan 27 00:09:06 2016 +0100 Fixed the test failure with testSolvePlexusActiveCollectionsDependencies in DependenciesSolverTest --- debian/changelog | 4 ++++ .../src/test/resources/libplexus-active-collections-java.substvars | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 06337ba..f9d1c0d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,10 @@ maven-debian-helper (2.0.3) UNRELEASED; urgency=medium * Team upload. * Build the plugin metadata for the org.codehaus.plexus group when copying the Maven repository. + * Fixed the test failure with testSolvePlexusActiveCollectionsDependencies + in DependenciesSolverTest. It should have been updated with + maven-debian-helper 1.6.8 when the provided dependencies stopped + from being included in the package dependencies. -- Emmanuel Bourg <[email protected]> Wed, 27 Jan 2016 00:03:54 +0100 diff --git a/maven-packager-utils/src/test/resources/libplexus-active-collections-java.substvars b/maven-packager-utils/src/test/resources/libplexus-active-collections-java.substvars index 157daf2..f56c4db 100644 --- a/maven-packager-utils/src/test/resources/libplexus-active-collections-java.substvars +++ b/maven-packager-utils/src/test/resources/libplexus-active-collections-java.substvars @@ -1,5 +1,5 @@ #List of dependencies for libplexus-active-collections-java, generated for use by debian/control maven.CompileDepends=libplexus-maven-plugin-java (>= 1.3.8), libsurefire-java -maven.Depends=libplexus-component-api-java, libplexus-containers-java +maven.Depends=libplexus-containers-java maven.OptionalDepends= maven.TestDepends=junit (>= 3.8.1) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-debian-helper.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

