Add description, better dependancies.
This commit is contained in:
parent
9f07fe55dc
commit
f7b04ea142
1 changed files with 9 additions and 3 deletions
12
debian/control
vendored
12
debian/control
vendored
|
@ -3,10 +3,16 @@ Section: non-US/main
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Ivo Timmermans <itimmermans@bigfoot.com>
|
Maintainer: Ivo Timmermans <itimmermans@bigfoot.com>
|
||||||
Standards-Version: 3.0.1
|
Standards-Version: 3.0.1
|
||||||
Depends: libc6, libgmp2
|
Build-Depends: libc6-dev, libgmp2-dev
|
||||||
|
|
||||||
Package: tinc
|
Package: tinc
|
||||||
Architecture: i386
|
Architecture: i386
|
||||||
Depends: ${shlibs:Depends}, libgmp2-dev
|
Depends: ${shlibs:Depends}, libgmp2
|
||||||
Description: Virtual Private Network daemon
|
Description: Virtual Private Network daemon
|
||||||
blablabla
|
tinc is a daemon with which you can create a virtual private network
|
||||||
|
(VPN). One daemon can handle multiple connections, so you can
|
||||||
|
create an entire (moderately sized) VPN with only one daemon per
|
||||||
|
participating computer.
|
||||||
|
.
|
||||||
|
You need to have two kernel modules installed, the manual will
|
||||||
|
explain you how to do that.
|
||||||
|
|
Loading…
Add table
Reference in a new issue