Add depends on lsb-base to fix init.d-script-needs-depends-on-lsb-base
[anytun.git] / debian / control
1 Source: anytun
2 Section: net
3 Priority: extra
4 Maintainer: Darshaka Pathirana <dpat@syn-net.org>
5 Uploaders: Michael Prokop <mika@debian.org>
6 Build-Depends: debhelper (>= 5),
7                libboost-regex-dev,
8                libboost-serialization-dev,
9                libboost-system-dev,
10                libboost-thread-dev,
11                libgcrypt20-dev
12 Homepage: http://www.anytun.org/
13 Standards-Version: 3.9.3
14
15 Package: anytun
16 Architecture: any
17 Depends: adduser,
18          lsb-base (>= 3.0-6),
19          ${misc:Depends},
20          ${shlibs:Depends}
21 Suggests: quagga
22 Description: secure anycast tunneling protocol
23  Anytun is an implementation of the secure anycast tunneling protocol. It
24  uses an easy openvpn style interface and makes it possible to build
25  redundant VPN clusters with load balancing between servers. VPN servers
26  share a single IP address. Adding and removing VPN Servers is done by the
27  routing protocol, so no client changes have to be made when additional VPN
28  servers are added or removed. It is possible to realise global load
29  balancing based on shortest BGP routes by simply announcing the address
30  space of the tunnel servers at multiple locations.
31  .
32  Currently ethernet, ipv4 and ipv6 tunnels are supported by the
33  implementation. However the protocol allows one to tunnel every ETHERTYPE
34  protocol.