Import Debian changes 1.0.4-3

tinc (1.0.4-3) unstable; urgency=low

  * Depend on debconf | debconf-2.0.
  * Include vietnamese debconf translation. Closes: #322305
  * Include japanese debconf translation. Closes: #319591
This commit is contained in:
Guus Sliepen 2005-09-29 11:15:34 +02:00
parent 458d509a4f
commit 23459e1237
5 changed files with 110 additions and 9 deletions

6
debian/control vendored
View file

@ -7,13 +7,9 @@ Build-Depends: libssl-dev, debhelper (>= 4.1.16), gettext, texi2html, zlib1g-dev
Package: tinc
Architecture: any
Depends: debconf, ${shlibs:Depends}
Depends: debconf | debconf-2.0, ${shlibs: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, on a Debian system
they should already be there. If they are not, the manual will
explain you how to do that.