about summary refs log tree commit diff
path: root/Completion/Debian
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2005-11-25 15:28:43 +0000
committerClint Adams <clint@users.sourceforge.net>2005-11-25 15:28:43 +0000
commit4aad4ad3492f003c1cfbbb0fa243cda6c92c30ad (patch)
tree1d6ab513422ee71acb67630205d4148c9cb5470e /Completion/Debian
parent59e1574eaae5bf95c28eb1f1eb7b9f76b9f4ef5a (diff)
downloadzsh-4aad4ad3492f003c1cfbbb0fa243cda6c92c30ad.tar.gz
zsh-4aad4ad3492f003c1cfbbb0fa243cda6c92c30ad.tar.xz
zsh-4aad4ad3492f003c1cfbbb0fa243cda6c92c30ad.zip
update dput, baz, getconf, gpg, iconv, man, ssh, xmlsoft, gv from HEAD
Diffstat (limited to 'Completion/Debian')
-rw-r--r--Completion/Debian/Command/_dput14
1 files changed, 14 insertions, 0 deletions
diff --git a/Completion/Debian/Command/_dput b/Completion/Debian/Command/_dput
new file mode 100644
index 000000000..664b9b231
--- /dev/null
+++ b/Completion/Debian/Command/_dput
@@ -0,0 +1,14 @@
+#compdef dput
+
+_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]' \
+  '(-s --simulate)'{-s,--simulate}'[simulate an upload only]' \
+  '(-u --unchecked)'{-u,--unchecked}'[do not check GPG signature on the changes file]' \
+  '(-v --version)'{-v,--version}'[show version information]' \
+  '*:changes file:_files -g "*.changes(-.)"'