chiark / gitweb /
pkstream/pkstream.1.in: Fix synopsis misformatting.
[tripe] / debian / control
CommitLineData
ef4a1ab7 1Source: tripe
2Section: net
3Priority: extra
37941236 4Maintainer: Mark Wooding <mdw@distorted.org.uk>
2fa80010 5XS-Python-Version: >= 2.4
6b6ad670 6Build-Depends: catacomb-dev (>= 2.1.1), mlib-dev (>= 2.0.4),
28461f0e 7 tshark, wireshark-dev (>= 0.10.10), debhelper (>= 4.0.2)
ef4a1ab7 8Standards-Version: 3.1.1
9
10Package: tripe
11Architecture: any
a5c4dd60 12Depends: ${shlibs:Depends}, makedev (>= 2.3.1-63), adduser
ef4a1ab7 13Recommends: catacomb-bin
14Suggests: pkstream
15Description: Trivial IP Encryption: a simple virtual private network
16 TrIPE is a simple VPN protocol. It uses cryptography to ensure secrecy
17 and authenticity of packets it sends and receives.
18 .
e04c2d50 19 This package contains the main daemon, support programs, and documentation.
42da2a58 20 It ideally wants a 2.4 series kernel with the TUN/TAP driver enabled, but
21 it will work with any kernel which speaks SLIP.
ef4a1ab7 22
23Package: pkstream
24Architecture: any
25Depends: ${shlibs:Depends}
26Suggests: fw | ssh | stunnel
27Description: Forward UDP packets over a stream
28 Pkstream is a simple program which transmits and receives UDP datagrams
29 over a reliable stream. By default, it will send and receive the
30 packets on standard input and output; it also natively understands TCP
28461f0e 31 sockets. Anything else can probably be fudged up with a port forwarder.
ef4a1ab7 32
c64d8cd5
MW
33Package: pathmtu
34Architecture: any
35Depends: ${shlibs:Depends}
36Description: Discover the path MTU to a given host
37 Pathmtu is a simple utility which prints the path MTU to a given host, i.e.,
38 the size of the largest IP packet which can be sent to the host without
39 needing to be fragmented.
40
49f86fe4
MW
41Package: tripe-uslip
42Architecture: any
43Depends: ${shlibs:Depends}
44Recommends: tripe
45Description: Trivial IP Encryption: a simple virtual private network
46 TrIPE is a simple VPN protocol. It uses cryptography to ensure secrecy
47 and authenticity of packets it sends and receives.
48 .
49 The tripe-uslip tool provides a fake SLIP tunnel which can be driven from
50 scripts and is useful for testing. `If in doubt, say N here.'
51
28461f0e 52Package: tripe-wireshark
ef4a1ab7 53Architecture: any
6b6ad670 54Depends: wireshark-common (= ${tripe:Wireshark-Version})
28461f0e
MW
55Description: Trivial IP Encryption: a simple virtual private network
56 TrIPE is a simple VPN protocol. It uses cryptography to ensure secrecy
57 and authenticity of packets it sends and receives.
58 .
59 This package contains the protocol analysis plug-in for Wireshark (the new
60 name for Ethereal).
61
62Package: tripe-ethereal
63Architecture: all
64Depends: tripe-wireshark
ef4a1ab7 65Description: Trivial IP Encryption: a simple virtual private network
66 TrIPE is a simple VPN protocol. It uses cryptography to ensure secrecy
67 and authenticity of packets it sends and receives.
68 .
28461f0e
MW
69 This is a dummy package to ease the transition to tripe-wireshark (since
70 Wireshark is apparently the new name for Ethereal). You should probably
71 remove this package.
060ca767 72
73Package: tripemon
74Architecture: all
2fa80010 75Depends: python (>= 2.4), python-gtk2 (>= 2.6), tripe
060ca767 76Description: Trivial IP Encryption: a simple virtual private network
77 TrIPE is a simple VPN protocol. It uses cryptography to ensure secrecy
78 and authenticity of packets it sends and receives.
79 .
80 This package contains a graphical monitor program for managing and
81 keeping an eye on a TrIPE server.
82
2fa80010
MW
83Package: python-tripe
84Architecture: all
85Depends: ${python:Depends}, python-mlib, tripe
86Recommends: python-codespeak-lib
87XB-Python-Version: ${python:Versions}
88Description: Trivial IP Encryption: a simple virtual private network
89 TrIPE is a simple VPN protocol. It uses cryptography to ensure secrecy
90 and authenticity of packets it sends and receives.
91 .
92 This package contains Python modules for communicating with the tripe
93 server.
94 .
95 The package python-codespeak-lib provides an efficient implementation of
96 coroutines (`greenlets') used by these modules. An inefficient
97 implementation, based on threads, is included, so small sites can probably
98 manage without.
99
a62f8e8a
MW
100Package: tripe-peer-services
101Architecture: all
102Depends: python (>= 2.4), python-mlib, tripe, python-cdb, python-tripe, pathmtu
103Description: Trivial IP Encryption: a simple virtual private network
104 TrIPE is a simple VPN protocol. It uses cryptography to ensure secrecy
105 and authenticity of packets it sends and receives.
106 .
107 This package contains services for managing connections with peers:
108 .
109 connect Register named peer correctly
110 watch Configure interface and wake up remote end when peer arrives
111
060ca767 112Package: tripe-keys
113Architecture: all
2fa80010 114Depends: python (>= 2.4), tripe, catacomb-bin, python-catacomb
060ca767 115Description: Trivial IP Encryption: a simple virtual private network
116 TrIPE is a simple VPN protocol. It uses cryptography to ensure secrecy
117 and authenticity of packets it sends and receives.
118 .
119 This package contains a tool for centrally managing TrIPE keys.