1
.TH TAP2DEB "1" "July 2001" "" ""
3
tap2deb \- create Debian packages which wrap .tap files
8
Create a ready to upload Debian package in ".build"
10
\fB\-u\fR, \fB\--unsigned\fR
11
do not sign the Debian pacakge
13
\fB\-t\fR, \fB\--tapfile\fR \fI<tapfile>\fR
14
Build the application around the given .tap (default twistd.tap)
16
\fB\-p\fR, \fB\--protocol\fR \fI<protocol>\fR
17
The name of the protocol this will be used to serve. This is intended
18
as a part of the description. Default is the name of the tapfile, minus
21
\fB\-d\fR, \fB\--debfile\fR \fI<debfile>\fR
22
The name of the debian package. Default is 'twisted-'+protocol.
24
\fB\-v\fR, \fB\--version\fR \fI<version>\fR
25
The version of the Debian package. The default is 1.0
27
\fB\-e\fR, \fB\--description\fR \fI<description>\fR
28
The one-line description. Default is uninteresting.
30
\fB\-l\fR, \fB\--long_description\fR \fI<long_description>\fR
31
A multi-line description. Default is explanantion about
32
this being an automatic package created from tap2deb.
34
\fB\-m\fR, \fB\--maintainer\fR \fI<maintainer>\fR
35
The maintainer, as "Name Lastname <email address>". This will
36
go in the meta-files, as well as be used as the id to sign the package.
38
Written by Moshe Zadka, based on twistd's help messages
40
Report bugs to <twisted-python@twistedmatrix.com>.
42
Copyright \(co 2000 Glyph Lefkowitz
44
This is free software; see the source for copying conditions. There is NO
45
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.