tag 746103 + patch
thanks

Hi,

The following patch which fixes the build.
I'll prepare a team upload for this.

Cheers

-- 
Etienne Millon
Index: debian/rules
===================================================================
--- debian/rules	(revision 31238)
+++ debian/rules	(working copy)
@@ -13,7 +13,7 @@
 
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 override_dh_auto_test:
-	PYTHONS="$(PYTHON2) $(PYTHON3)" xvfb-run -a debian/runtests.sh
+	PYTHONS="$(PYTHON2) $(PYTHON3)" dbus-run-session -- xvfb-run -a debian/runtests.sh
 endif
 
 build-python%:
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to