This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master-1.x in repository wagon.
commit 74133634d292309cb7c2fdf34da287d1dab4e8f2 Author: Emmanuel Bourg <[email protected]> Date: Thu Aug 6 13:59:50 2015 +0200 No longer build and install wagon-provider-test and wagon-tck-http to reduce the libwagon-java dependencies --- debian/changelog | 3 +++ debian/libwagon-java.poms | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index eece48d..488d906 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,8 @@ wagon (1.0.0-6) UNRELEASED; urgency=medium + * No longer build and install the unused wagon-provider-test + and wagon-tck-http modules to remove the test dependencies + from libwagon-java * Moved the package to Git -- Emmanuel Bourg <[email protected]> Thu, 06 Aug 2015 13:21:48 +0200 diff --git a/debian/libwagon-java.poms b/debian/libwagon-java.poms index 85aa3a3..acd2d41 100644 --- a/debian/libwagon-java.poms +++ b/debian/libwagon-java.poms @@ -38,6 +38,6 @@ wagon-providers/wagon-ssh-external/pom.xml --has-package-version --java-lib wagon-providers/wagon-ssh-common/pom.xml --has-package-version --java-lib wagon-providers/wagon-ssh-common-test/pom.xml --has-package-version --java-lib wagon-providers/wagon-ssh/pom.xml --has-package-version --java-lib -wagon-provider-test/pom.xml --has-package-version --java-lib -wagon-tcks/pom.xml --has-package-version --java-lib -wagon-tcks/wagon-tck-http/pom.xml --has-package-version --java-lib +wagon-provider-test/pom.xml --ignore +wagon-tcks/pom.xml --ignore +wagon-tcks/wagon-tck-http/pom.xml --ignore -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/wagon.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

