about summary refs log tree commit diff
path: root/Completion/Debian/Command/_dpkg-repack
blob: 5d625a5ce52b98f3e6671f5835eaa6bdebdf687a (plain) (blame)
1
2
3
4
5
6
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'