Import Debian changes 1.1~pre12-1
tinc (1.1~pre12-1) experimental; urgency=medium * New upstream release. * Bump Standards-Version. * Depend on python-wxgtk3.0 for the GUI. * Use dh --with python2. * Add Build-Depends for dh-python. * Update links in debian/control and debian/copyright.
This commit is contained in:
commit
03136efdbe
139 changed files with 8695 additions and 5000 deletions
8
debian/control
vendored
8
debian/control
vendored
|
|
@ -2,9 +2,9 @@ Source: tinc
|
|||
Section: net
|
||||
Priority: optional
|
||||
Maintainer: Guus Sliepen <guus@debian.org>
|
||||
Standards-Version: 3.9.6
|
||||
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/
|
||||
Standards-Version: 3.9.7
|
||||
Build-Depends: libssl-dev (>>1.0.0), debhelper (>= 9), texinfo, zlib1g-dev, liblzo2-dev, libncurses5-dev, libreadline-dev, libvdeplug-dev, python | python-all | python-dev | python-all-dev, dh-python
|
||||
Homepage: https://www.tinc-vpn.org/
|
||||
|
||||
Package: tinc
|
||||
Architecture: any
|
||||
|
|
@ -17,7 +17,7 @@ Description: Virtual Private Network daemon
|
|||
|
||||
Package: tinc-gui
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}, python, python-wxgtk2.8, tinc (>= 1.1~pre3-1)
|
||||
Depends: ${misc:Depends}, ${python:Depends}, python-wxgtk3.0, 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue