X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=debian%2Fcontrol;h=4938b7bbceb985ec6762509d4442679b0ef61086;hp=affbed711fe15399a099bec40086b5a9b258c89d;hb=6a10e42f734e8bec9848a11e73bc2a8211a9f401;hpb=45b275e2542b4e8e7deac9e5e9eeddacfdbce90f diff --git a/debian/control b/debian/control index affbed71..4938b7bb 100644 --- a/debian/control +++ b/debian/control @@ -1,12 +1,20 @@ Source: tinc Section: non-US/main Priority: optional -Maintainer: Ivo Timmermans +Maintainer: Ivo Timmermans Standards-Version: 3.0.1 -Depends: libc6, libgmp2 +Build-Depends: libc6-dev, libssl095a-dev, autoconf (>= 2.12), + automake, debhelper Package: tinc Architecture: i386 -Depends: ${shlibs:Depends}, libgmp2-dev +Depends: ${shlibs:Depends}, ${perl:Depends} 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, on a Debian system + they should already be there; if they are not, the manual will + explain you how to do that.