chiark / gitweb /
Don't warn about boring errors from @accept@.
[tripe] / debian / control
CommitLineData
ef4a1ab7 1Source: tripe
2Section: net
3Priority: extra
4Maintainer: Mark Wooding <mdw@nsict.org>
5Build-Depends: catacomb-dev (>= 2.0.1), mlib-dev (>= 2.0.2),
6 ethereal-dev, debhelper (>= 4.0.2)
7Standards-Version: 3.1.1
8
9Package: tripe
10Architecture: any
11Depends: ${shlibs:Depends}, sysvinit (>= 2.80-1), makedev (>= 2.3.1-63)
12Recommends: catacomb-bin
13Suggests: pkstream
14Description: Trivial IP Encryption: a simple virtual private network
15 TrIPE is a simple VPN protocol. It uses cryptography to ensure secrecy
16 and authenticity of packets it sends and receives.
17 .
18 This package contains the main daemon and support programs. It needs
19 a 2.4 series kernel with the TUN/TAP driver enabled.
20
21Package: pkstream
22Architecture: any
23Depends: ${shlibs:Depends}
24Suggests: fw | ssh | stunnel
25Description: Forward UDP packets over a stream
26 Pkstream is a simple program which transmits and receives UDP datagrams
27 over a reliable stream. By default, it will send and receive the
28 packets on standard input and output; it also natively understands TCP
29 sockets. Anything else can probably be fudged up with port forwarder.
30
31Package: tripe-ethereal
32Architecture: any
33Depends: ${shlibs:Depends}, ethereal-common (= ${tripe:Ethereal-Version})
34Description: Trivial IP Encryption: a simple virtual private network
35 TrIPE is a simple VPN protocol. It uses cryptography to ensure secrecy
36 and authenticity of packets it sends and receives.
37 .
38 This package contains the protocol analysis plug-in for Ethereal.