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/_debsign | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Completion/Debian/Command/_debsign (limited to 'Completion/Debian/Command/_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