zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: two _lintian fixes
@ 2008-09-12 16:17 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2008-09-12 16:17 UTC (permalink / raw)
  To: zsh-workers

Index: Completion/Debian/Command/_lintian
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Debian/Command/_lintian,v
retrieving revision 1.3
diff -u -r1.3 _lintian
--- Completion/Debian/Command/_lintian	8 Aug 2008 22:00:24 -0000	1.3
+++ Completion/Debian/Command/_lintian	12 Sep 2008 16:14:56 -0000
@@ -22,6 +22,7 @@
       '(-l --unpack-level)'{-l,--unpack-level}'[unpack level]:default unpack level:(0 1 2 none basic contents)' \
       '(-o --no-override)'{-o,--no-override}'[do not use the overrides file]' \
       '--show-overrides[output tags that have been overridden]' \
+      '--color:when:(never always auto)' \
       '(-U --unpack-info)'{-U,--unpack-info}'[collect informations]:infos:_values -s , "collectibles" changelog-file copyright-file debfiles debian-readme diffstat doc-base-files file-info init.d md5sums menu-files objdump-info override-file scripts source-control-file' \
       '(-m --md5sums)'{-m,--md5sums}'[check md5sums when processing a .changes file]' \
       '--allow-root[override warning when run with superuser privileges]' \
@@ -37,7 +38,7 @@
       '(-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)"'
+      ':package:_files -g "*.(changes|deb|dsc)"' && return 0
       ;;
 
    (lintian-info)


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

only message in thread, other threads:[~2008-09-12 16:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-12 16:17 PATCH: two _lintian fixes Clint Adams

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).