zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] Complete more than one package for lintian
@ 2009-02-22 10:31 Jörg Sommer
  0 siblings, 0 replies; only message in thread
From: Jörg Sommer @ 2009-02-22 10:31 UTC (permalink / raw)
  To: zsh-workers; +Cc: Jörg Sommer

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-02-22 17:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-22 10:31 [PATCH] Complete more than one package for lintian Jörg Sommer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).