Fix lintian-warning: init.d-script-does-not-source-init-functions
[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.syn-net.org/debian/uanytun.git
11 Vcs-Browser: https://git.syn-net.org/?p=debian/uanytun.git
12
13 Package: uanytun
14 Architecture: any
15 Depends: adduser,
16          lsb-base (>= 3.0-6),
17          ${misc:Depends},
18          ${shlibs:Depends}
19 Description: tiny implementation of the secure anycast tunneling protocol
20  uAnytun is a tiny implementation of SATP (Secure Anycast Tunneling
21  Protocol). Unlike Anytun which is a full featured implementation
22  uAnytun has no support for multiple connections or synchronisation.
23  It is a small single threaded implementation intended to act as a
24  client on small platforms. SATP defines a protocol used for
25  communication between any combination of unicast and anycast tunnel
26  endpoints. It has less protocol overhead than IPSec in Tunnel mode
27  and allows tunneling of every ETHER TYPE protocol (e.g. ethernet,
28  ip, arp ...). SATP directly includes cryptography and message
29  authentication based on the methodes used by SRTP (Secure Real-time
30  Transport Protocol). It is intended to deliver a generic,
31  scaleable and secure solution for tunneling and relaying of packets
32  of any protocol.