X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=debian%2Fcontrol;h=cc18a9087421d9c945598a5b43d65f97b884a567;hp=affbed711fe15399a099bec40086b5a9b258c89d;hb=e25fc3a3dc4bc407bd0645fb9891ac127a83f468;hpb=45b275e2542b4e8e7deac9e5e9eeddacfdbce90f diff --git a/debian/control b/debian/control index affbed71..cc18a908 100644 --- a/debian/control +++ b/debian/control @@ -3,10 +3,16 @@ Section: non-US/main Priority: optional Maintainer: Ivo Timmermans Standards-Version: 3.0.1 -Depends: libc6, libgmp2 +Build-Depends: libc6-dev, libgmp2-dev Package: tinc Architecture: i386 -Depends: ${shlibs:Depends}, libgmp2-dev +Depends: ${shlibs:Depends}, libgmp2, perl5 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.