summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Gonzalez Iniesta <agi@inittab.org>2016-01-21 10:33:22 +0100
committerAlberto Gonzalez Iniesta <agi@inittab.org>2016-01-21 10:33:22 +0100
commit5ed34d2384cae48c45501f30c9e69512fe54b3ec (patch)
tree4cffb77ca5fddcc7b122e56bf9d06b3055303257
parentacf698e25d466a4a473db914b7bb6f4547182ee8 (diff)
Fix #765447debian/2.3.10-1
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/rules1
2 files changed, 3 insertions, 0 deletions
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 <agi@inittab.org> 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)