24022: completion for dpkg-repack by Dr. Markus Waldeck, tweaked a bit.

This commit is contained in:
Clint Adams 2007-10-26 19:17:01 +00:00
parent bd24a0c2db
commit 26461dcc1b
2 changed files with 12 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2007-10-26 Clint Adams <clint@zsh.org>
* 24022: Completion/Debian/Command/_dpkg-repack: completion for
dpkg-repack by Dr. Markus Waldeck, tweaked a bit.
2007-10-25 Peter Stephenson <pws@csr.com>
* c.f. users/12110: Doc/Zsh/params.yo: desperately try to

View file

@ -0,0 +1,7 @@
#compdef dpkg-repack
_arguments \
'--root=[take package from filesystem rooted on <dir>]:root dir:_files -/' \
'--arch=[force the package to be built for architecture <arch>]:architecture:(alpha amd64 arm hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc)' \
'--generate[generate build directory but do not build deb]' \
'*:package:_deb_packages xinstalled'