From 5ed34d2384cae48c45501f30c9e69512fe54b3ec Mon Sep 17 00:00:00 2001 From: Alberto Gonzalez Iniesta Date: Thu, 21 Jan 2016 10:33:22 +0100 Subject: Fix #765447 --- debian/changelog | 2 ++ debian/rules | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index e79ccc8..b119c2a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,8 @@ openvpn (2.3.10-1) unstable; urgency=medium to fix auth-pam plugin. (Closes: #795313) * Patch from Martin Pitt to start OpenVPN before user sessions to avoid hidding possible password prompts. (Closes: #803032) + * Make another copy of t_client.sh to help keeping the build + environment clean. (Closes: #765447) -- Alberto Gonzalez Iniesta Wed, 20 Jan 2016 12:01:36 +0100 diff --git a/debian/rules b/debian/rules index 1b4c51d..ada966e 100755 --- a/debian/rules +++ b/debian/rules @@ -16,6 +16,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all dh $@ --with systemd override_dh_auto_configure: + -test -f tests/t_client.sh.not || mv tests/t_client.sh tests/t_client.sh.not $(ENV_VARS) dh_auto_configure -- $(shell dpkg-buildflags --export=configure) --enable-password-save --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --with-plugindir=\$${prefix}/lib/openvpn --includedir=\$${prefix}/include/openvpn --enable-pkcs11 --enable-x509-alt-username $(EXTRA_ARGS) -- cgit v1.2.3