This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven2.
commit ed33218e5080dd49daabdf8502b25e47cbaea981 Author: Tony Mancill <[email protected]> Date: Sat Sep 29 04:33:35 2012 +0000 apply patch for #688722 --- debian/bash_completion.d/maven2 | 2 +- debian/changelog | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/debian/bash_completion.d/maven2 b/debian/bash_completion.d/maven2 index 53ab930..f8a6aa7 100644 --- a/debian/bash_completion.d/maven2 +++ b/debian/bash_completion.d/maven2 @@ -548,7 +548,7 @@ __mvnarchetype_generate () { local cur="${COMP_WORDS[COMP_CWORD]}" cur="${cur#-D}" - __mvncomp "archetypeArtifactId= archetypeCatalog= archetypeGroupId= archetypeRepository= archetypeVersion= basedir= goals= interactiveMode=" + __mvncomp "archetypeArtifactId= archetypeCatalog= archetypeGroupId= archetypeRepository= archetypeVersion= basedir= goals= interactiveMode=" \ "-D" "${cur}" } diff --git a/debian/changelog b/debian/changelog index 99f91c2..bf6122a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,16 @@ maven2 (2.2.1-13) UNRELEASED; urgency=low + [ Miguel Landaeta ] * Team upload. * Fix permissions of mvnDebug script. (Closes: #687154). * Remove Michael Koch from Uploaders list. Thanks for your work on this package. (Closes: #654115). - -- Miguel Landaeta <[email protected]> Tue, 11 Sep 2012 19:39:27 -0430 + [ tony mancill ] + * Fix typo in maven bash completion file. (Closes: #688722) + - Thank you to Oleksandr Gavenko. + + -- tony mancill <[email protected]> Fri, 28 Sep 2012 17:24:47 -0700 maven2 (2.2.1-12) unstable; urgency=low -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

