Bump Debian Standards-Version to 4.1.5
[anytun.git] / debian / control
1 Source: anytun
2 Section: net
3 Priority: optional
4 Maintainer: Darshaka Pathirana <dpat@syn-net.org>
5 Uploaders: Michael Prokop <mika@debian.org>
6 Build-Depends: debhelper (>= 9~),
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: 4.1.5
14 Vcs-git: git://git.syn-net.org/debian/anytun.git
15 Vcs-Browser: https://git.syn-net.org/?p=debian/anytun.git
16
17 Package: anytun
18 Architecture: any
19 Depends: adduser,
20          lsb-base (>= 3.0-6),
21          ${misc:Depends},
22          ${shlibs:Depends}
23 Suggests: quagga
24 Description: secure anycast tunneling protocol
25  Anytun is an implementation of the secure anycast tunneling protocol. It
26  uses an easy openvpn style interface and makes it possible to build
27  redundant VPN clusters with load balancing between servers. VPN servers
28  share a single IP address. Adding and removing VPN Servers is done by the
29  routing protocol, so no client changes have to be made when additional VPN
30  servers are added or removed. It is possible to realise global load
31  balancing based on shortest BGP routes by simply announcing the address
32  space of the tunnel servers at multiple locations.
33  .
34  Currently ethernet, ipv4 and ipv6 tunnels are supported by the
35  implementation. However the protocol allows one to tunnel every ETHERTYPE
36  protocol.