2001-11-15 20:37:59 +01:00
|
|
|
#compdef dput
|
|
|
|
|
2003-07-31 17:26:13 +02:00
|
|
|
_arguments \
|
|
|
|
'(-c --config)'{-c,--config}'[specify config file]:config file:_files' \
|
|
|
|
'(-d --debug)'{-d,--debug}'[debug mode]' \
|
|
|
|
'(-D --dinstall)'{-D,--dinstall}'[run dinstall after upload]' \
|
|
|
|
'(-f --force)'{-f,--force}'[force upload of already uploaded package]' \
|
|
|
|
'(-l --lintian)'{-l,--lintian}'[run lintian before upload]' \
|
|
|
|
'(-o --check-only)'{-o,--check-only}'[check the package, do not upload]' \
|
|
|
|
'(-p --print)'{-p,--print}'[print configuration]' \
|
2005-11-06 16:04:37 +01:00
|
|
|
'(-s --simulate)'{-s,--simulate}'[simulate an upload only]' \
|
2003-07-31 17:26:13 +02:00
|
|
|
'(-u --unchecked)'{-u,--unchecked}'[do not check GPG signature on the changes file]' \
|
|
|
|
'(-v --version)'{-v,--version}'[show version information]' \
|
2004-01-21 14:53:28 +01:00
|
|
|
'*:changes file:_files -g "*.changes(-.)"'
|