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 1d3c73cc3651cffc6ddc06bd85bb86809a000d4d Author: Emmanuel Bourg <[email protected]> Date: Wed Sep 2 14:06:59 2015 +0200 Ignore the dependency on wagon-provider-test (Closes: #797264) --- debian/changelog | 7 +++++++ debian/maven.ignoreRules | 1 + 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 8776a3d..ff6f04b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +wagon (1.0.0-7) unstable; urgency=medium + + * Team upload. + * Ignore the dependency on wagon-provider-test (Closes: #797264) + + -- Emmanuel Bourg <[email protected]> Wed, 02 Sep 2015 14:06:48 +0200 + wagon (1.0.0-6) unstable; urgency=medium * No longer build and install the unused wagon-scm, wagon-provider-test, diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index 2759c5a..512d2da 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -16,3 +16,4 @@ org.codehaus.plexus plexus-ftpd * * * * org.apache.maven.wagon wagon-ssh-common-test * * * * +org.apache.maven.wagon wagon-provider-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

