r51871 - in /desktop/unstable/gnome-photos/debian: changelog tests/control tests/unit-tests
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Tue Jan 3 12:53:25 UTC 2017
Author: biebl
Date: Tue Jan 3 12:53:25 2017
New Revision: 51871
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=51871
Log:
Use dbus-run-session to run tests. (Closes: #835886)
Modified:
desktop/unstable/gnome-photos/debian/changelog
desktop/unstable/gnome-photos/debian/tests/control
desktop/unstable/gnome-photos/debian/tests/unit-tests
Modified: desktop/unstable/gnome-photos/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-photos/debian/changelog?rev=51871&op=diff
==============================================================================
--- desktop/unstable/gnome-photos/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-photos/debian/changelog [utf-8] Tue Jan 3 12:53:25 2017
@@ -1,6 +1,7 @@
gnome-photos (3.22.3-1) UNRELEASED; urgency=medium
* New upstream release.
+ * Use dbus-run-session to run tests. (Closes: #835886)
-- Michael Biebl <biebl at debian.org> Tue, 03 Jan 2017 13:35:05 +0100
Modified: desktop/unstable/gnome-photos/debian/tests/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-photos/debian/tests/control?rev=51871&op=diff
==============================================================================
--- desktop/unstable/gnome-photos/debian/tests/control [utf-8] (original)
+++ desktop/unstable/gnome-photos/debian/tests/control [utf-8] Tue Jan 3 12:53:25 2017
@@ -1,3 +1,3 @@
Tests: unit-tests
-Depends: @, @builddeps@, dbus-x11, xvfb, grilo-plugins-0.3, xauth
+Depends: @, @builddeps@, dbus (>= 1.8), xvfb, grilo-plugins-0.3, xauth
Restrictions: build-needed
Modified: desktop/unstable/gnome-photos/debian/tests/unit-tests
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-photos/debian/tests/unit-tests?rev=51871&op=diff
==============================================================================
--- desktop/unstable/gnome-photos/debian/tests/unit-tests [utf-8] (original)
+++ desktop/unstable/gnome-photos/debian/tests/unit-tests [utf-8] Tue Jan 3 12:53:25 2017
@@ -1,3 +1,3 @@
#!/bin/sh
-xvfb-run -a make -C tests check
+dbus-run-session -- xvfb-run -a make -C tests check
More information about the pkg-gnome-commits
mailing list