X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=debian%2Fcontrol;h=d08a1d6ea88f852f10b7460c722b8b7cc6ada34a;hb=a893b05cb017c04871c2faf4099f104985f4ad75;hp=cc18a9087421d9c945598a5b43d65f97b884a567;hpb=0a2e2b0c8d20baf22b550f735b1fe63b0a1d377a;p=tinc diff --git a/debian/control b/debian/control index cc18a908..d08a1d6e 100644 --- a/debian/control +++ b/debian/control @@ -1,18 +1,20 @@ Source: tinc Section: non-US/main Priority: optional -Maintainer: Ivo Timmermans +Maintainer: Ivo Timmermans Standards-Version: 3.0.1 -Build-Depends: libc6-dev, libgmp2-dev +Build-Depends: libc6-dev, libssl096-dev, autoconf (>= 2.12), + automake, debhelper, gettext Package: tinc -Architecture: i386 -Depends: ${shlibs:Depends}, libgmp2, perl5 +Architecture: all +Depends: ${shlibs:Depends}, ${perl:Depends} Description: Virtual Private Network daemon 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 + 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.