Import Debian changes 1.0.31-1
tinc (1.0.31-1) unstable; urgency=medium * New upstream release. * Bump Standards-Version. * Bump debian/compat. * Add missing Depends: lsb-base.
This commit is contained in:
commit
11d9efef1b
24 changed files with 262 additions and 96 deletions
6
debian/control
vendored
6
debian/control
vendored
|
|
@ -2,13 +2,13 @@ Source: tinc
|
|||
Section: net
|
||||
Priority: optional
|
||||
Maintainer: Guus Sliepen <guus@debian.org>
|
||||
Standards-Version: 3.9.7
|
||||
Build-Depends: libssl-dev, debhelper (>= 9), gettext, texinfo, zlib1g-dev, liblzo2-dev, libvdeplug-dev, dh-systemd
|
||||
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}
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base (>= 3.0-6)
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue