Imported Upstream version 12.1.0
[contrib/python-twisted.git] / doc / core / man / tap2deb-man.html
1 <?xml version="1.0" encoding="utf-8"?><!DOCTYPE html  PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN'  'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'><html lang="en" xmlns="http://www.w3.org/1999/xhtml">
2   <head>
3 <title>Twisted Documentation: TAP2DEB.1</title>
4 <link href="../howto/stylesheet.css" rel="stylesheet" type="text/css"/>
5   </head>
6
7   <body bgcolor="white">
8     <h1 class="title">TAP2DEB.1</h1>
9     <div class="toc"><ol><li><a href="#auto0">NAME</a></li><li><a href="#auto1">SYNOPSIS</a></li><li><a href="#auto2">DESCRIPTION</a></li><li><a href="#auto3">AUTHOR</a></li><li><a href="#auto4">REPORTING BUGS</a></li><li><a href="#auto5">COPYRIGHT</a></li></ol></div>
10     <div class="content">
11
12 <span/>
13
14 <h2>NAME<a name="auto0"/></h2>
15
16 <p>tap2deb - create Debian packages which wrap .tap files
17 </p>
18
19 <h2>SYNOPSIS<a name="auto1"/></h2>
20
21 <p><strong>tap2deb</strong> [options]
22 </p>
23
24 <h2>DESCRIPTION<a name="auto2"/></h2>
25
26 <p>Create a ready to upload Debian package in <q>.build</q>
27 <dl><dt><strong>-u</strong>, <strong>--unsigned</strong> 
28 </dt><dd>do not sign the Debian package
29 </dd>
30
31 <dt><strong>-t</strong>, <strong>--tapfile</strong> <em>&lt;tapfile&gt;</em>
32 </dt><dd>Build the application around the given .tap (default twistd.tap)
33 </dd>
34
35 <dt><strong>-y</strong>, <strong>--type</strong> <em>&lt;type&gt;</em>
36 </dt><dd>The configuration has the given type . Allowable types are
37 <strong>tap</strong>, <strong>source</strong>, <strong>xml</strong> and <strong>python</strong>.
38 The first three types are <strong>mktap</strong> output formats,
39 while the last one is a manual building of application 
40 (see <strong>twistd(1)</strong>, the <strong>-y</strong> option).
41 </dd>
42
43 <dt><strong>-p</strong>, <strong>--protocol</strong> <em>&lt;protocol&gt;</em>
44 </dt><dd>The name of the protocol this will be used to serve. This is intended
45 as a part of the description. Default is the name of the tapfile, minus
46 any extensions.
47 </dd>
48
49 <dt><strong>-d</strong>, <strong>--debfile</strong> <em>&lt;debfile&gt;</em>
50 </dt><dd>The name of the debian package. Default is 'twisted-'+protocol.
51 </dd>
52
53 <dt><strong>-V</strong>, <strong>--set-version</strong> <em>&lt;version&gt;</em>
54 </dt><dd>The version of the Debian package. The default is 1.0
55 </dd>
56
57 <dt><strong>-e</strong>, <strong>--description</strong> <em>&lt;description&gt;</em>
58 </dt><dd>The one-line description. Default is uninteresting.
59 </dd>
60
61 <dt><strong>-l</strong>, <strong>--long_description</strong> <em>&lt;long_description&gt;</em>
62 </dt><dd>A multi-line description. Default is explanation about
63 this being an automatic package created from tap2deb.
64 </dd>
65
66 <dt><strong>-m</strong>, <strong>--maintainer</strong> <em>&lt;maintainer&gt;</em>
67 </dt><dd>The maintainer, as <q>Name Lastname &lt;email address&gt;</q>. This will
68 go in the meta-files, as well as be used as the id to sign the package.
69 </dd>
70
71 <dt><strong>--version</strong>
72 </dt><dd>Output version information and exit.
73 </dd>
74
75 </dl>
76
77 </p>
78
79 <h2>AUTHOR<a name="auto3"/></h2>
80
81 <p>Written by Moshe Zadka, based on twistd's help messages
82 </p>
83
84 <h2>REPORTING BUGS<a name="auto4"/></h2>
85
86 <p>To report a bug, visit <em>http://twistedmatrix.com/bugs/</em>
87 </p>
88
89 <h2>COPYRIGHT<a name="auto5"/></h2>
90
91 <p>Copyright © 2000-2008 Twisted Matrix Laboratories.
92 This is free software; see the source for copying conditions.  There is NO
93 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
94 </p>
95
96 </div>
97
98     <p><a href="../howto/index.html">Index</a></p>
99     <span class="version">Version: 12.1.0</span>
100   </body>
101 </html>