summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--Completion/Debian/Command/_lintian2
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 03a2881cd..7610c750c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-02-22 Clint Adams <clint@zsh.org>
+
+ * 26593: Completion/Debian/Command/_lintian: complete multiple
+ files for lintian.
+
2009-02-20 Peter Stephenson <p.w.stephenson@ntlworld.com>
* 26588: Src/Zle/zle_tricky.c: don't expand aliases in run-help
@@ -11220,5 +11225,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.4575 $
+* $Revision: 1.4576 $
*****************************************************
diff --git a/Completion/Debian/Command/_lintian b/Completion/Debian/Command/_lintian
index cbab06de9..478d77a63 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)