1#compdef debsign
2
3_arguments \
4  '-r[copy .changes file from remote host]: :_user_at_host' \
5  '-p[program with which to sign]:program name' \
6  '-m[maintainer]:maintainer name and email address' \
7  '-e[maintainer]:maintainer name and email address' \
8  '-k[key ID to use for signing]:keyid' \
9  '-s[argument style for signing program]:gpg or pgp' \
10  '-S[look for source-only .changes file]' \
11  '-a[architecture]:Debian architecture' \
12  '-t[GNU system type]:GNU system type' \
13  '--help[display help information]' \
14  '--version[display version information]' \
15  '*:changes or dsc file:_files -g "*.(changes|dsc)(-.)"'
16