Bump debian compat version to 9
[debian/uanytun.git] / debian / control
1 Source: uanytun
2 Section: net
3 Priority: extra
4 Maintainer: Michael Prokop <mika@debian.org>
5 Build-Depends: debhelper (>= 9~),
6                libgcrypt20-dev
7 Standards-Version: 3.9.5
8 Homepage: http://www.anytun.org/
9 Vcs-git: git://git.grml.org/uanytun.git
10 Vcs-Browser: http://git.grml.org/?p=uanytun.git
11
12 Package: uanytun
13 Architecture: any
14 Depends: adduser,
15          ${misc:Depends},
16          ${shlibs:Depends}
17 Description: tiny implementation of the secure anycast tunneling protocol
18  uAnytun is a tiny implementation of SATP (Secure Anycast Tunneling
19  Protocol). Unlike Anytun which is a full featured implementation
20  uAnytun has no support for multiple connections or synchronisation.
21  It is a small single threaded implementation intended to act as a
22  client on small platforms. SATP defines a protocol used for
23  communication between any combination of unicast and anycast tunnel
24  endpoints. It has less protocol overhead than IPSec in Tunnel mode
25  and allows tunneling of every ETHER TYPE protocol (e.g. ethernet,
26  ip, arp ...). SATP directly includes cryptography and message
27  authentication based on the methodes used by SRTP (Secure Real-time
28  Transport Protocol). It is intended to deliver a generic,
29  scaleable and secure solution for tunneling and relaying of packets
30  of any protocol.