~certify-web-dev/twisted/certify-staging

« back to all changes in this revision

Viewing changes to doc/man/tap2deb-man.html

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-01-02 19:38:17 UTC
  • mfrom: (2.2.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100102193817-jphp464ppwh7dulg
Tags: 9.0.0-1
* python-twisted: Depend on the python-twisted-* 9.0 packages.
* python-twisted: Depend on python-zope.interface only. Closes: #557781.

Show diffs side-by-side

added added

removed removed

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