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 994bc6db402a96bf1288da0fe54ce20f1d97a55e Author: Emmanuel Bourg <[email protected]> Date: Thu Aug 6 18:25:29 2015 +0200 No longer build wagon-ssh-common-test --- debian/changelog | 6 +++--- debian/libwagon-java.poms | 2 +- debian/maven.ignoreRules | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index ba7ca3f..a291afd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +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 + * No longer build and install the unused wagon-provider-test, + wagon-ssh-common-test and wagon-tck-http modules to remove + the test dependencies from libwagon-java. * Standards-Version updated to 3.9.6 (no changes) * Moved the package to Git diff --git a/debian/libwagon-java.poms b/debian/libwagon-java.poms index acd2d41..c637baa 100644 --- a/debian/libwagon-java.poms +++ b/debian/libwagon-java.poms @@ -36,7 +36,7 @@ wagon-providers/wagon-http-shared/pom.xml --has-package-version --java-lib wagon-providers/wagon-scm/pom.xml --has-package-version --java-lib 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-common-test/pom.xml --ignore wagon-providers/wagon-ssh/pom.xml --has-package-version --java-lib wagon-provider-test/pom.xml --ignore wagon-tcks/pom.xml --ignore diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index ee79bf9..2759c5a 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -15,3 +15,4 @@ # junit junit jar s/3\\..*/3.x/ org.codehaus.plexus plexus-ftpd * * * * +org.apache.maven.wagon wagon-ssh-common-test * * * * -- 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

