1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-06 09:01:13 +02:00

25654: fix return bug and add --color.

This commit is contained in:
Clint Adams 2008-09-12 16:32:49 +00:00
parent ced3570bd1
commit db0c81ae32
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2008-09-12 Clint Adams <clint@zsh.org>
* 25654: Completion/Debian/Command/_lintian: fix return bug and add
--color.
2008-09-11 Peter Stephenson <p.w.stephenson@ntlworld.com>
* 25632: xRaich[o]²x: Src/mem.c: munmap() argument was wrong.

View file

@ -22,6 +22,7 @@ case "$service" in
'(-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 @@ 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)"'
':package:_files -g "*.(changes|deb|dsc)"' && return 0
;;
(lintian-info)