chiark / gitweb /
py: New Python module for writing services and suchlike
[tripe] / debian / control
1 Source: tripe
2 Section: net
3 Priority: extra
4 Maintainer: Mark Wooding <mdw@distorted.org.uk>
5 XS-Python-Version: >= 2.4
6 Build-Depends: catacomb-dev (>= 2.1.1), mlib-dev (>= 2.0.4),
7  tshark, wireshark-dev (>= 0.10.10), debhelper (>= 4.0.2)
8 Standards-Version: 3.1.1
9
10 Package: tripe
11 Architecture: any
12 Depends: ${shlibs:Depends}, makedev (>= 2.3.1-63)
13 Recommends: catacomb-bin
14 Suggests: pkstream
15 Description: 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  .
19  This package contains the main daemon, support programs, and documentation.
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.
22
23 Package: pkstream
24 Architecture: any
25 Depends: ${shlibs:Depends}
26 Suggests: fw | ssh | stunnel
27 Description: 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
31  sockets.  Anything else can probably be fudged up with a port forwarder.
32
33 Package: pathmtu
34 Architecture: any
35 Depends: ${shlibs:Depends}
36 Description: 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
41 Package: tripe-uslip
42 Architecture: any
43 Depends: ${shlibs:Depends}
44 Recommends: tripe
45 Description: 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
52 Package: tripe-wireshark
53 Architecture: any
54 Depends: wireshark-common (= ${tripe:Wireshark-Version})
55 Description: 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
62 Package: tripe-ethereal
63 Architecture: all
64 Depends: tripe-wireshark
65 Description: 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  .
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.
72
73 Package: tripemon
74 Architecture: all
75 Depends: python (>= 2.4), python-gtk2 (>= 2.6), tripe
76 Description: 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
83 Package: python-tripe
84 Architecture: all
85 Depends: ${python:Depends}, python-mlib, tripe
86 Recommends: python-codespeak-lib
87 XB-Python-Version: ${python:Versions}
88 Description: 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
100 Package: tripe-keys
101 Architecture: all
102 Depends: python (>= 2.4), tripe, catacomb-bin, python-catacomb
103 Description: 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 a tool for centrally managing TrIPE keys.