chiark / gitweb /
Don't warn about boring errors from @accept@.
[tripe] / debian / control
1 Source: tripe
2 Section: net
3 Priority: extra
4 Maintainer: Mark Wooding <mdw@nsict.org>
5 Build-Depends: catacomb-dev (>= 2.0.1), mlib-dev (>= 2.0.2),
6  ethereal-dev, debhelper (>= 4.0.2)
7 Standards-Version: 3.1.1
8
9 Package: tripe
10 Architecture: any
11 Depends: ${shlibs:Depends}, sysvinit (>= 2.80-1), makedev (>= 2.3.1-63)
12 Recommends: catacomb-bin
13 Suggests: pkstream
14 Description: 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
21 Package: pkstream
22 Architecture: any
23 Depends: ${shlibs:Depends}
24 Suggests: fw | ssh | stunnel
25 Description: 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
31 Package: tripe-ethereal
32 Architecture: any
33 Depends: ${shlibs:Depends}, ethereal-common (= ${tripe:Ethereal-Version})
34 Description: 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.