tinc (1.0.22-1~bpo70+1) wheezy-backports; urgency=low
* Rebuilt for wheezy-backports.
tinc (1.0.22-1) unstable; urgency=low
* New upstream release.
- Handles whitespace between command line flags and optional arguments.
Closes: #710267
* Bump Standards-Version.
* Source /lib/lsb/init-functions in the init.d script.
* Don't use texi2html anymore, use automake's install-html target which uses
makeinfo.
16 lines
596 B
Text
16 lines
596 B
Text
Source: tinc
|
|
Section: net
|
|
Priority: optional
|
|
Maintainer: Guus Sliepen <guus@debian.org>
|
|
Standards-Version: 3.9.4
|
|
Build-Depends: libssl-dev, debhelper (>= 9), gettext, texinfo, zlib1g-dev, liblzo2-dev, libvdeplug-dev
|
|
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.
|