New maintainer, adding myself as Uploader
[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 Vcs-git: git://git.grml.org/anytun.git
14 Vcs-Browser: http://git.grml.org/?p=anytun.git
15 Standards-Version: 3.9.3
16
17 Package: anytun
18 Architecture: any
19 Depends: adduser,
20          ${misc:Depends},
21          ${shlibs:Depends}
22 Suggests: quagga
23 Description: secure anycast tunneling protocol
24  Anytun is an implementation of the secure anycast tunneling protocol. It
25  uses an easy openvpn style interface and makes it possible to build
26  redundant VPN clusters with load balancing between servers. VPN servers
27  share a single IP address. Adding and removing VPN Servers is done by the
28  routing protocol, so no client changes have to be made when additional VPN
29  servers are added or removed. It is possible to realise global load
30  balancing based on shortest BGP routes by simply announcing the address
31  space of the tunnel servers at multiple locations.
32  .
33  Currently ethernet, ipv4 and ipv6 tunnels are supported by the
34  implementation. However the protocol allows one to tunnel every ETHERTYPE
35  protocol.