[Bash-completion-commits] ./current r1298: * Fixed _dpkg_source completion (Closes: #503317)

David Paleino d.paleino at gmail.com
Fri Jan 30 09:20:56 UTC 2009


------------------------------------------------------------
revno: 1298
committer: David Paleino <d.paleino at gmail.com>
branch nick: current
timestamp: Fri 2009-01-30 10:20:56 +0100
message:
  * Fixed _dpkg_source completion (Closes: #503317)
  * Remove unused UNAME local variable in _info() (Closes: #501843)
modified:
  bash_completion
  debian/changelog
-------------- next part --------------
=== modified file 'bash_completion'
--- a/bash_completion	2009-01-29 20:34:57 +0000
+++ b/bash_completion	2009-01-30 09:20:56 +0000
@@ -7334,7 +7334,7 @@
 have info &&
 _info()
 {
-	local cur infopath UNAME
+	local cur infopath
 
 	COMPREPLY=()
 	cur=`_get_cword`

=== modified file 'debian/changelog'
--- a/debian/changelog	2009-01-29 20:34:57 +0000
+++ b/debian/changelog	2009-01-30 09:20:56 +0000
@@ -55,12 +55,14 @@
     (Closes: #272660)
   * Fix dpkg completion bug: it listed only non-Essential packages
     (Closes: #511790)
+  * Fixed _dpkg_source completion (Closes: #503317)
   * Added _parse_help() to try to parse options listed in $command 
     --help
   * Fixed gzip completion to use _parse_help(), since the available 
     options vary with distributions
   * Added to_review/ directory, where completions needing a review would 
     go. After it gets accepted, the completion would go into contrib/.
+  * Remove unused UNAME local variable in _info() (Closes: #501843)
   * Merge from Gentoo:
     - fix 'find' completion so that it properly completes on -?(i)whilename.
       Patch by Ciaran McCreesh.
@@ -108,7 +110,7 @@
   * Remove duplicate cpio completion, thanks to Freddy Vulto (Closes: #512823)
   * Fix awk error in "modprobe -r /" completion (Closes: #512556).
   
- -- David Paleino <d.paleino at gmail.com>  Thu, 29 Jan 2009 21:34:02 +0100
+ -- David Paleino <d.paleino at gmail.com>  Fri, 30 Jan 2009 10:20:14 +0100
 
 bash-completion (20080705) unstable; urgency=low
 



More information about the Bash-completion-commits mailing list