diff --git a/debian/changelog b/debian/changelog index dc9af92..0071704 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +tinc (1.0.36-2) UNRELEASED; urgency=medium + + * Disable support for libvdeplug. Closes: #973233 + + -- Guus Sliepen Sun, 22 Nov 2020 10:39:26 +0100 + tinc (1.0.36-1) unstable; urgency=medium * New upstream version 1.0.36 diff --git a/debian/control b/debian/control index e5c7213..98c0678 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: net Priority: optional Maintainer: Guus Sliepen Standards-Version: 4.4.0 -Build-Depends: libssl-dev, debhelper-compat (= 12), gettext, texinfo, zlib1g-dev, liblzo2-dev, libvdeplug-dev +Build-Depends: libssl-dev, debhelper-compat (= 12), gettext, texinfo, zlib1g-dev, liblzo2-dev Homepage: http://www.tinc-vpn.org/ Vcs-Browser: https://salsa.debian.org/guus/tinc Vcs-Git: https://salsa.debian.org/guus/tinc.git diff --git a/debian/rules b/debian/rules index 43828fa..ee2949d 100755 --- a/debian/rules +++ b/debian/rules @@ -8,7 +8,7 @@ override_dh_clean: rm -f doc/tinc.info override_dh_auto_configure: - dh_auto_configure -- --enable-uml --enable-vde --with-systemd=/lib/systemd/system --runstatedir=/run + dh_auto_configure -- --enable-uml --with-systemd=/lib/systemd/system --runstatedir=/run override_dh_auto_install: dh_auto_install -- install-html