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