From 4998c80937a7396d6d31397e838d1d35a7c7195c Mon Sep 17 00:00:00 2001 From: /jedi/ Date: Mon, 19 Jun 2017 05:09:04 +0200 Subject: [PATCH] debian/control --- debian/control | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 debian/control diff --git a/debian/control b/debian/control new file mode 100644 index 00000000..2a04d786 --- /dev/null +++ b/debian/control @@ -0,0 +1,16 @@ +Source: tinc +Section: net +Priority: optional +Maintainer: Guus Sliepen +Standards-Version: 3.9.8 +Build-Depends: libssl-dev, debhelper (>= 10), gettext, texinfo, zlib1g-dev, liblzo2-dev, libvdeplug-dev, dh-systemd +Homepage: http://www.tinc-vpn.org/ + +Package: tinc +Architecture: any +Depends: ${shlibs:Depends}, ${misc: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.