summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-11-10 23:38:26 +0000
committerChristian Pointner <equinox@anytun.org>2009-11-10 23:38:26 +0000
commita42726c55348f7e7ebfc1e5e788e5dc817a39081 (patch)
tree6c067bc6f830984b440f2e0d757cecabdaec3b30 /debian/control
parentupdated ChangeLog for Release 0.3.1 (diff)
removed debian directory
updated Readme for new svn location
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control27
1 files changed, 0 insertions, 27 deletions
diff --git a/debian/control b/debian/control
deleted file mode 100644
index a5ffcbb..0000000
--- a/debian/control
+++ /dev/null
@@ -1,27 +0,0 @@
-Source: uanytun
-Section: net
-Priority: extra
-Maintainer: Michael Prokop <mika@grml.org>
-Build-Depends: debhelper (>= 5), libgcrypt11-dev, asciidoc
-Standards-Version: 3.8.0
-Homepage: http://www.anytun.org/
-VCS-svn: https://svn.chaos-at-home.org/uanytun/
-VCS-Browser: https://svn.chaos-at-home.org/uanytun/
-
-Package: uanytun
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: tiny implementation of the secure anycast tunneling protocol
- uAnytun is a tiny implementation of SATP. Unlike Anytun which is
- a full featured implementation uAnytun has no support for
- multiple connections or synchronisation. It is a small single
- threaded implementation intended to act as a client on small
- platforms. The secure anycast tunneling protocol (satp) defines
- a protocol used for communication between any combination of
- unicast and anycast tunnel endpoints. It has less protocol
- overhead than IPSec in Tunnel mode and allows tunneling of every
- ETHER TYPE protocol (e.g. ethernet, ip, arp ...). satp directly
- includes cryptography and message authentication based on the
- methodes used by SRTP. It is intended to deliver a generic,
- scaleable and secure solution for tunneling and relaying of
- packets of any protocol.