[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 4b289de6905abf184b5381384cae9588fe9e2ebc

David Paleino d.paleino at gmail.com
Fri Oct 23 14:45:57 UTC 2009


The following commit has been merged in the master branch:
commit 4b289de6905abf184b5381384cae9588fe9e2ebc
Author: David Paleino <d.paleino at gmail.com>
Date:   Fri Oct 23 16:43:07 2009 +0200

    * contrib/dpkg fixed -W and --show completing on .?(u)deb's (Debian: #552109)

diff --git a/CHANGES b/CHANGES
index 4d04f03..6a2e6e4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,7 @@ bash-completion (2.x)
     Müller <raimue at codingfarm.de> (bash-completion MacPorts maintainer)
   * Fixed "freq" and "rate" completion for iwconfig
   * contrib/munin-node fixed (Debian: #550943)
+  * contrib/dpkg fixed -W and --show completing on .?(u)deb's (Debian: #552109)
 
   [ Ville Skyttä ]
   * Create bz2 dist tarball too.
diff --git a/contrib/dpkg b/contrib/dpkg
index 83f518e..8af36cb 100644
--- a/contrib/dpkg
+++ b/contrib/dpkg
@@ -40,7 +40,7 @@ _dpkg()
     fi
 
     case "$prev" in
-        -@(c|i|A|I|f|e|x|X|-@(install|unpack|record-avail|contents|info|fsys-tarfile|field|control|extract)))
+        -@(c|i|A|I|f|e|x|X|W|-@(install|unpack|record-avail|contents|info|fsys-tarfile|field|control|extract|show)))
             _filedir '?(u)deb'
             return 0
             ;;

-- 
bash-completion



More information about the Bash-completion-commits mailing list