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

« back to all changes in this revision

Viewing changes to doc/man/tap2deb.1

  • Committer: Bazaar Package Importer
  • Author(s): Moshe Zadka
  • Date: 2002-03-08 07:14:16 UTC
  • Revision ID: james.westby@ubuntu.com-20020308071416-oxvuw76tpcpi5v1q
Tags: upstream-0.15.5
ImportĀ upstreamĀ versionĀ 0.15.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 pacakge
 
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\-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
 
19
any extensions.
 
20
.TP
 
21
\fB\-d\fR, \fB\--debfile\fR \fI<debfile>\fR
 
22
The name of the debian package. Default is 'twisted-'+protocol.
 
23
.TP
 
24
\fB\-v\fR, \fB\--version\fR \fI<version>\fR
 
25
The version of the Debian package. The default is 1.0
 
26
.TP
 
27
\fB\-e\fR, \fB\--description\fR \fI<description>\fR
 
28
The one-line description. Default is uninteresting.
 
29
.TP
 
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.
 
33
.TP
 
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.
 
37
.SH AUTHOR
 
38
Written by Moshe Zadka, based on twistd's help messages
 
39
.SH "REPORTING BUGS"
 
40
Report bugs to <twisted-python@twistedmatrix.com>.
 
41
.SH COPYRIGHT
 
42
Copyright \(co 2000 Glyph Lefkowitz
 
43
.br
 
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.
 
46
.SH "SEE ALSO"
 
47
mktap(1)