Import Debian changes 1.1~pre17-1

tinc (1.1~pre17-1) experimental; urgency=medium

  * New upstream release.
    - Includes fixes for CVE-2018-16737, CVE-2018-16738.
    - The GUI is no longer part of upstream, so has been removed.
  * Link with the miniupnpc library.
  * Bump Standards-Version.
  * Bump debian/compat.
This commit is contained in:
Guus Sliepen 2018-10-08 16:32:57 +02:00
commit 150c40db86
225 changed files with 43333 additions and 18491 deletions

4
debian/rules vendored
View file

@ -1,10 +1,10 @@
#!/usr/bin/make -f
%:
dh $@ --parallel --with python2
dh $@
override_dh_auto_configure:
dh_auto_configure -- --enable-vde --with-systemd
dh_auto_configure -- --enable-uml --enable-vde --enable-miniupnp --with-systemd
$(MAKE) clean
override_dh_auto_install: