From c25a63a02f081bcf0adc47ba527f624fc411d5cf Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Fri, 22 Aug 2003 14:39:49 +0000 Subject: merge changes back from 4.1 --- Completion/Debian/Command/.distfiles | 3 ++- Completion/Debian/Command/_debsign | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 Completion/Debian/Command/_debsign (limited to 'Completion/Debian/Command') 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)"' -- cgit 1.4.1