[Python-modules-commits] r31239 - in packages/python-notify2/trunk/debian (changelog rules)

emillon-guest at users.alioth.debian.org emillon-guest at users.alioth.debian.org
Fri Oct 24 09:28:55 UTC 2014


    Date: Friday, October 24, 2014 @ 09:28:54
  Author: emillon-guest
Revision: 31239

python-notify2: run tests under dbus-run-session

Modified:
  packages/python-notify2/trunk/debian/changelog
  packages/python-notify2/trunk/debian/rules

Modified: packages/python-notify2/trunk/debian/changelog
===================================================================
--- packages/python-notify2/trunk/debian/changelog	2014-10-24 06:38:58 UTC (rev 31238)
+++ packages/python-notify2/trunk/debian/changelog	2014-10-24 09:28:54 UTC (rev 31239)
@@ -1,7 +1,11 @@
 python-notify2 (0.3-3) UNRELEASED; urgency=low
 
+  [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 
+  [ Etienne Millon ]
+  * Run tests under dbus-run-session (Closes: #746103)
+
  -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:03:00 +0200
 
 python-notify2 (0.3-2) unstable; urgency=low

Modified: packages/python-notify2/trunk/debian/rules
===================================================================
--- packages/python-notify2/trunk/debian/rules	2014-10-24 06:38:58 UTC (rev 31238)
+++ packages/python-notify2/trunk/debian/rules	2014-10-24 09:28:54 UTC (rev 31239)
@@ -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%:




More information about the Python-modules-commits mailing list