1TAP2DEB(1)                                                          TAP2DEB(1)
2
3
4

NAME

6       tap2deb - create Debian packages which wrap .tap files
7

SYNOPSIS

9       tap2deb [options]
10

DESCRIPTION

12       Create a ready to upload Debian package in ".build"
13
14       -u, --unsigned
15              do not sign the Debian pacakge
16
17       -t, --tapfile <tapfile>
18              Build the application around the given .tap (default twistd.tap)
19
20       -y, --type <type>
21              The  configuration has the given type . Allowable types are tap,
22              source, xml and python.  The first three types are mktap(1) out‐
23              put formats, while the last one is a manual building of applica‐
24              tion (see twistd(1), the -y option).
25
26       -p, --protocol <protocol>
27              The name of the protocol this will be used  to  serve.  This  is
28              intended  as  a  part of the description. Default is the name of
29              the tapfile, minus any extensions.
30
31       -d, --debfile <debfile>
32              The name of the debian package. Default is 'twisted-'+protocol.
33
34       -V, --set-version <version>
35              The version of the Debian package. The default is 1.0
36
37       -e, --description <description>
38              The one-line description. Default is uninteresting.
39
40       -l, --long_description <long_description>
41              A multi-line description. Default  is  explanantion  about  this
42              being an automatic package created from tap2deb.
43
44       -m, --maintainer <maintainer>
45              The maintainer, as "Name Lastname <email address>". This will go
46              in the meta-files, as well as be used as  the  id  to  sign  the
47              package.
48
49       -v, --version
50              Output version information and exit.
51

AUTHOR

53       Written by Moshe Zadka, based on twistd's help messages
54

REPORTING BUGS

56       To report a bug, visit http://twistedmatrix.com/bugs/
57
59       Copyright © 2000 Matthew W. Lefkowitz
60       This is free software; see the source for copying conditions.  There is
61       NO warranty; not even for MERCHANTABILITY or FITNESS FOR  A  PARTICULAR
62       PURPOSE.
63

SEE ALSO

65       mktap(1)
66
67
68
69                                   July 2001                        TAP2DEB(1)
Impressum