1#compdef dpkg-repack
2
3_arguments \
4  '--root=[take package from filesystem rooted on <dir>]:root dir:_files -/' \
5  '--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)' \
6  '--generate[generate build directory but do not build deb]' \
7  '*:package:_deb_packages xinstalled'
8