Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[PATCH] Complete more than one package for lintian



Lintian can handle more than one package at one time.
---
 Completion/Debian/Command/_lintian |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Completion/Debian/Command/_lintian b/Completion/Debian/Command/_lintian
index cbab06d..478d77a 100644
--- a/Completion/Debian/Command/_lintian
+++ b/Completion/Debian/Command/_lintian
@@ -38,7 +38,7 @@ case "$service" in
       '(-s --source)'{-s,--source}'[the following packages are source]' \
       '--udeb[the following packages are udebs]' \
       '(-p --packages-file)'{-p,--packages-file}'[process packages listed in file]:list:_files' \
-      ':package:_files -g "*.(changes|deb|dsc)"' && return 0
+      '*:package:_files -g "*.(changes|deb|dsc)"' && return 0
       ;;
 
    (lintian-info)
-- 
1.6.2.rc0



Messages sorted by: Reverse Date, Date, Thread, Author