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