[Pkg-libvirt-commits] [SCM] Libvirt Debian packaging branch, master, updated. debian/1.1.0-2

Guido Günther agx at sigxcpu.org
Tue Jul 9 14:15:04 UTC 2013


The following commit has been merged in the master branch:
commit 642e1f9bd1056555ca12ff572e8a1f36c5dbbc63
Author: Guido Günther <agx at sigxcpu.org>
Date:   Tue Jul 9 15:49:43 2013 +0200

    Set LD_PRELOAD empty
    
    Closes: #714515

diff --git a/debian/rules b/debian/rules
index 158125d..be87709 100755
--- a/debian/rules
+++ b/debian/rules
@@ -109,6 +109,10 @@ override_dh_auto_install:
 	dh_auto_install
 	DEB_BUILDDIR=$(DEB_BUILDDIR) make -f debian/python.mk install
 
+override_dh_auto_test:
+	export LD_PRELOAD=""; \
+	dh_auto_test -O--builddirectory=$(DEB_BUILDDIR)
+
 override_dh_install:
 	dh_install
 	# Copy upstream files to debian/ so dh_* can find them

-- 
Libvirt Debian packaging



More information about the Pkg-libvirt-commits mailing list