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 0b771b59fa83e6dd042a17d3157ceb913a3f5b09 Author: Torsten Werner <[email protected]> Date: Wed Aug 4 03:36:41 2010 +0000 Fix the ignore rule for the test dependencies. (Closes: #591134) --- debian/changelog | 6 ++++++ debian/maven.ignoreRules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9710a9f..b9eab18 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +maven-assembly-plugin (2.2~beta5-2) unstable; urgency=low + + * Fix the ignore rule for the test dependencies. (Closes: #591134) + + -- Torsten Werner <[email protected]> Wed, 04 Aug 2010 05:35:15 +0200 + maven-assembly-plugin (2.2~beta5-1) unstable; urgency=low * Team upload diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index 22a776e..3f9d7d9 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -1 +1 @@ -* * * * test +* * * * * test -- 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

