Package: zsh
Version: 4.3.12-1
Severity: minor
Tags: upstream patch
Hi,
the list of tags for the bts completion is outdated, at least all
release tags since lenny are missing.
I updated the list of tags from [1]. Please consider applying the
attached patch.
Regards,
Ansgar
[1] <http://www.debian.org/Bugs/Developer#tags>
--- Begin Message ---
--- zsh.orig/Completion/Debian/Command/_bts
+++ zsh/Completion/Debian/Command/_bts
@@ -85,16 +85,18 @@
_wanted operator expl 'operator' compadd - '+' '-' '='
elif [[ CURRENT -eq 4 ]]; then
_wanted tag expl 'tag' \
- compadd patch wontfix moreinfo unreproducible fixed security \
- potato woody sid help pending upstream lfs sarge experimental \
- sarge-ignore d-i confirmed ipv6 fixed-in-experimental \
- fixed-upstream
+ compadd patch wontfix moreinfo unreproducible help pending \
+ fixed security upstream confirmed fixed-upstream \
+ fixed-in-experimental d-i ipv6 lfs l10n potato woody sarge \
+ sarge-ignore etch etch-ignore lenny lenny-ignore squeeze \
+ squeeze-ignore wheezy wheezy-ignore sid experimental
else
_wanted tag expl 'tag' \
- compadd patch wontfix moreinfo unreproducible fixed security \
- potato woody sid help pending upstream lfs sarge experimental \
- sarge-ignore d-i confirmed ipv6 fixed-in-experimental \
- fixed-upstream
+ compadd patch wontfix moreinfo unreproducible help pending \
+ fixed security upstream confirmed fixed-upstream \
+ fixed-in-experimental d-i ipv6 lfs l10n potato woody sarge \
+ sarge-ignore etch etch-ignore lenny lenny-ignore squeeze \
+ squeeze-ignore wheezy wheezy-ignore sid experimental
_wanted sep expl 'separator' compadd -S ' ' , .
fi
;;
--- End Message ---