Codebase list libvirt / 642e1f9
Set LD_PRELOAD empty Closes: #714515 Guido Günther 10 years ago
1 changed file(s) with 4 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
108108 dh_auto_install
109109 DEB_BUILDDIR=$(DEB_BUILDDIR) make -f debian/python.mk install
110110
111 override_dh_auto_test:
112 export LD_PRELOAD=""; \
113 dh_auto_test -O--builddirectory=$(DEB_BUILDDIR)
114
111115 override_dh_install:
112116 dh_install
113117 # Copy upstream files to debian/ so dh_* can find them