~certify-web-dev/twisted/certify-trunk

« back to all changes in this revision

Viewing changes to twisted/python/zsh/_tap2deb

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-01-17 14:52:35 UTC
  • mfrom: (1.1.5 upstream) (2.1.2 etch)
  • Revision ID: james.westby@ubuntu.com-20070117145235-btmig6qfmqfen0om
Tags: 2.5.0-0ubuntu1
New upstream version, compatible with python2.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#compdef tap2deb
2
2
_arguments -s -A "-*" \
 
3
'(--debfile)-d[debfile]:debfile:_files' \
 
4
'(-d)--debfile=[debfile]:debfile:_files' \
 
5
'(--description)-e[description]:description:_files' \
 
6
'(-e)--description=[description]:description:_files' \
 
7
'--help[Display this help and exit.]' \
 
8
'(--long_description)-l[long_description]:long_description:_files' \
 
9
'(-l)--long_description=[long_description]:long_description:_files' \
 
10
"(--maintainer)-m[The maintainer's name and email in a specific format: 'John Doe <johndoe@example.com>']:maintainer:_files" \
 
11
"(-m)--maintainer=[The maintainer's name and email in a specific format: 'John Doe <johndoe@example.com>']:maintainer:_files" \
3
12
'(--protocol)-p[protocol]:protocol:_files' \
4
13
'(-p)--protocol=[protocol]:protocol:_files' \
5
 
'(--description)-e[description]:description:_files' \
6
 
'(-e)--description=[description]:description:_files' \
7
14
'(--set-version)-V[set-version]:set-version:_files' \
8
15
'(-V)--set-version=[set-version]:set-version:_files' \
9
 
'(--unsigned)-u[unsigned]' \
10
 
'(-u)--unsigned[unsigned]' \
11
 
'(--debfile)-d[debfile]:debfile:_files' \
12
 
'(-d)--debfile=[debfile]:debfile:_files' \
13
 
'--version[version]' \
14
16
'(--tapfile)-t[tapfile]:tapfile:_files' \
15
17
'(-t)--tapfile=[tapfile]:tapfile:_files' \
16
 
"(--maintainer)-m[The maintainer's name and email in a specific format: 'John Doe <johndoe@example.com>']:maintainer:_files" \
17
 
"(-m)--maintainer=[The maintainer's name and email in a specific format: 'John Doe <johndoe@example.com>']:maintainer:_files" \
18
18
"(--type)-y[type of configuration: 'tap', 'xml, 'source' or 'python' for .tac files]:type:(tap xml source python)" \
19
19
"(-y)--type=[type of configuration: 'tap', 'xml, 'source' or 'python' for .tac files]:type:(tap xml source python)" \
20
 
'(--long_description)-l[long_description]:long_description:_files' \
21
 
'(-l)--long_description=[long_description]:long_description:_files' \
22
 
'--help[Display this help and exit.]' \
 
20
'(--unsigned)-u[unsigned]' \
 
21
'(-u)--unsigned[unsigned]' \
 
22
'--version[version]' \
23
23
&& return 0