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:
Guus Sliepen 2016-04-24 14:51:14 +02:00
commit 03136efdbe
139 changed files with 8695 additions and 5000 deletions

11
debian/changelog vendored
View file

@ -1,3 +1,14 @@
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.
-- Guus Sliepen <guus@debian.org> Sun, 24 Apr 2016 14:51:14 +0200
tinc (1.1~pre11-1) experimental; urgency=medium
* New upstream release.

8
debian/control vendored
View file

@ -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

10
debian/copyright vendored
View file

@ -1,14 +1,14 @@
This package was debianized by Ivo Timmermans <ivo@debian.org> on
Fri, 21 Apr 2000 17:07:50 +0200.
It was downloaded from http://www.tinc-vpn.org/
It was downloaded from https://www.tinc-vpn.org/
Upstream Authors:
Guus Sliepen <guus@tinc-vpn.org>
Ivo Timmermans <ivo@tinc-vpn.org>
Ivo Timmermans
Copyright (C) 1998-2005 Ivo Timmermans
1998-2008 Guus Sliepen <guus@tinc-vpn.org>
1998-2016 Guus Sliepen <guus@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -28,7 +28,7 @@ all other requirements of the GPL are met.
The following applies to the LZO library:
Hereby I grant a special exception to the tinc VPN project
(http://tinc.nl.linux.org/) to link the LZO library with the OpenSSL library
(http://www.openssl.org).
(https://wwww.tinc-vpn.org/) to link the LZO library with the OpenSSL library
(https://openssl.org).
Markus F.X.J. Oberhumer

2
debian/preinst vendored
View file

@ -8,7 +8,7 @@ set -e
case "$1" in
upgrade)
if dpkg --compare-versions "$2" '<' "1.1~pre11-1"; then
if dpkg --compare-versions "$2" '<<' "1.1~pre11-1"; then
if [ -f "$NETSFILE" ]; then
echo -n "Creating systemd service instances from nets.boot:"
mkdir -p "$WANTS"

2
debian/rules vendored
View file

@ -12,7 +12,7 @@
#include /usr/share/dpkg/buildflags.mk
%:
dh $@ --parallel
dh $@ --parallel --with python2
override_dh_auto_configure:
dh_auto_configure -- --enable-uml --enable-vde