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