about summary refs log tree commit diff
path: root/Completion/Debian/Command
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Debian/Command')
-rw-r--r--Completion/Debian/Command/.distfiles3
-rw-r--r--Completion/Debian/Command/_debsign15
2 files changed, 17 insertions, 1 deletions
diff --git a/Completion/Debian/Command/.distfiles b/Completion/Debian/Command/.distfiles
index c0c1577c3..d0406bfc7 100644
--- a/Completion/Debian/Command/.distfiles
+++ b/Completion/Debian/Command/.distfiles
@@ -1,7 +1,8 @@
 DISTFILES_SRC='
 .distfiles
-_apt _apt-show-versions _auto-apt
+_apt	_apt-show-versions
 _bts	_bug
 _debchange _dpkg       _dpkg_source  _dput  _dupload
 _update-alternatives   _make-kpkg    _debfoster
+_auto-apt _debsign
 '
diff --git a/Completion/Debian/Command/_debsign b/Completion/Debian/Command/_debsign
new file mode 100644
index 000000000..cd8c96dad
--- /dev/null
+++ b/Completion/Debian/Command/_debsign
@@ -0,0 +1,15 @@
+#compdef debsign
+
+_arguments \
+  '-r[copy .changes file from remote host]: :_user_at_host' \
+  '-p[program with which to sign]:program name' \
+  '-m[maintainer]:maintainer name and email address' \
+  '-e[maintainer]:maintainer name and email address' \
+  '-k[key ID to use for signing]:keyid' \
+  '-s[argument style for signing program]:gpg or pgp' \
+  '-S[look for source-only .changes file]' \
+  '-a[architecture]:Debian architecture' \
+  '-t[GNU system type]:GNU system type' \
+  '--help[display help information]' \
+  '--version[display version information]' \
+  '*:changes or dsc file:_files -g "*.(changes|dsc)"'