Initial import to Tizen
[profile/ivi/python-twisted.git] / doc / core / man / tap2deb.1
1 .TH TAP2DEB "1" "July 2001" "" ""
2 .SH NAME
3 tap2deb \- create Debian packages which wrap .tap files
4 .SH SYNOPSIS
5 .B tap2deb
6 [options]
7 .SH DESCRIPTION
8 Create a ready to upload Debian package in ".build"
9 .TP
10 \fB\-u\fR, \fB\--unsigned\fR 
11 do not sign the Debian package
12 .TP
13 \fB\-t\fR, \fB\--tapfile\fR \fI<tapfile>\fR
14 Build the application around the given .tap (default twistd.tap)
15 .TP
16 \fB\-y\fR, \fB\--type\fR \fI<type>\fR
17 The configuration has the given type . Allowable types are
18 \fBtap\fR, \fBsource\fR, \fBxml\fR and \fBpython\fR.
19 The first three types are \fBmktap\fR output formats,
20 while the last one is a manual building of application 
21 (see \fBtwistd(1)\fR, the \fB\-y\fR option).
22 .TP
23 \fB\-p\fR, \fB\--protocol\fR \fI<protocol>\fR
24 The name of the protocol this will be used to serve. This is intended
25 as a part of the description. Default is the name of the tapfile, minus
26 any extensions.
27 .TP
28 \fB\-d\fR, \fB\--debfile\fR \fI<debfile>\fR
29 The name of the debian package. Default is 'twisted-'+protocol.
30 .TP
31 \fB\-V\fR, \fB\--set-version\fR \fI<version>\fR
32 The version of the Debian package. The default is 1.0
33 .TP
34 \fB\-e\fR, \fB\--description\fR \fI<description>\fR
35 The one-line description. Default is uninteresting.
36 .TP
37 \fB\-l\fR, \fB\--long_description\fR \fI<long_description>\fR
38 A multi-line description. Default is explanation about
39 this being an automatic package created from tap2deb.
40 .TP
41 \fB\-m\fR, \fB\--maintainer\fR \fI<maintainer>\fR
42 The maintainer, as "Name Lastname <email address>". This will
43 go in the meta-files, as well as be used as the id to sign the package.
44 .TP
45 \fB\--version\fR
46 Output version information and exit.
47 .SH AUTHOR
48 Written by Moshe Zadka, based on twistd's help messages
49 .SH "REPORTING BUGS"
50 To report a bug, visit \fIhttp://twistedmatrix.com/bugs/\fR
51 .SH COPYRIGHT
52 Copyright \(co 2000-2008 Twisted Matrix Laboratories.
53 .br
54 This is free software; see the source for copying conditions.  There is NO
55 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.