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

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"