diff --git a/CHANGES b/CHANGES index 4d04f03e..6a2e6e45 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,7 @@ bash-completion (2.x) Müller (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 83f518ed..8af36cb5 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 ;;