tinc (1.1~pre8-1) experimental; 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.
28 lines
1.1 KiB
Text
28 lines
1.1 KiB
Text
Source: tinc
|
|
Section: net
|
|
Priority: optional
|
|
Maintainer: Guus Sliepen <guus@debian.org>
|
|
Standards-Version: 3.9.4
|
|
Build-Depends: libssl-dev (>>1.0.0), debhelper (>= 9), texinfo, zlib1g-dev, liblzo2-dev, libncurses5-dev, libreadline-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.
|
|
|
|
Package: tinc-gui
|
|
Architecture: all
|
|
Depends: ${misc:Depends}, python, python-wxgtk2.8, tinc (>= 1.1~pre3-1)
|
|
Description: graphical user interface for tinc
|
|
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.
|
|
.
|
|
This package contains a GUI that can interact with a running tinc daemon,
|
|
showing the known nodes, edges and subnets of a VPN.
|