Get the head revision up to date with cabal
[tinc] / debian / control
1 Source: tinc
2 Section: non-US/main
3 Priority: optional
4 Maintainer: Ivo Timmermans <itimmermans@bigfoot.com>
5 Standards-Version: 3.0.1
6 Build-Depends: libc6-dev, libssl095a-dev, autoconf (>= 2.12), automake,
7
8 Package: tinc
9 Architecture: i386
10 Depends: ${shlibs:Depends}, (libssl095a|libssl09), perl5
11 Description: Virtual Private Network daemon
12  tinc is a daemon with which you can create a virtual private network
13  (VPN).  One daemon can handle multiple connections, so you can
14  create an entire (moderately sized) VPN with only one daemon per
15  participating computer.
16  .
17  You need to have two kernel modules installed, on a Debian system
18  they should already be there; if they are not, the manual will
19  explain you how to do that.