[pkg-java] r16311 - in trunk/maven2/debian: . bash_completion.d

Tony Mancill tmancill at alioth.debian.org
Sat Sep 29 04:33:36 UTC 2012


Author: tmancill
Date: 2012-09-29 04:33:35 +0000 (Sat, 29 Sep 2012)
New Revision: 16311

Modified:
   trunk/maven2/debian/bash_completion.d/maven2
   trunk/maven2/debian/changelog
Log:
apply patch for #688722

Modified: trunk/maven2/debian/bash_completion.d/maven2
===================================================================
--- trunk/maven2/debian/bash_completion.d/maven2	2012-09-24 20:47:54 UTC (rev 16310)
+++ trunk/maven2/debian/bash_completion.d/maven2	2012-09-29 04:33:35 UTC (rev 16311)
@@ -548,7 +548,7 @@
 {
 	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}"
 }
 

Modified: trunk/maven2/debian/changelog
===================================================================
--- trunk/maven2/debian/changelog	2012-09-24 20:47:54 UTC (rev 16310)
+++ trunk/maven2/debian/changelog	2012-09-29 04:33:35 UTC (rev 16311)
@@ -1,12 +1,17 @@
 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 <miguel at miguel.cc>  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 <tmancill at debian.org>  Fri, 28 Sep 2012 17:24:47 -0700
+
 maven2 (2.2.1-12) unstable; urgency=low
 
   * Team upload.




More information about the pkg-java-commits mailing list