Add description, better dependancies.
[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, libgmp2-dev
7
8 Package: tinc
9 Architecture: i386
10 Depends: ${shlibs:Depends}, libgmp2
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, the manual will
18  explain you how to do that.