X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=debian%2Fcontrol;h=21b624c07b1dd821b76d9294bbb590ad2a4d0839;hp=6402979658b4421adab767845174a1e9daa4869d;hb=fd32d771a84765281ea4ab8a5d9dbf5cebfa2911;hpb=f7b04ea142623a43413f74e19b1b6a9a247647ff diff --git a/debian/control b/debian/control index 64029796..21b624c0 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, libssl095a-dev, autoconf (>= 2.12), + automake, debhelper Package: tinc Architecture: i386 -Depends: ${shlibs:Depends}, libgmp2 +Depends: ${shlibs:Depends}, (libssl095a|libssl095|libssl09), perl5 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.