r51420 - in /desktop/unstable/libnotify/debian: changelog tests/build tests/control
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Thu Oct 13 23:56:59 UTC 2016
Author: biebl
Date: Thu Oct 13 23:56:59 2016
New Revision: 51420
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=51420
Log:
Use dbus-run-session to run tests. (Closes: #836028)
Modified:
desktop/unstable/libnotify/debian/changelog
desktop/unstable/libnotify/debian/tests/build
desktop/unstable/libnotify/debian/tests/control
Modified: desktop/unstable/libnotify/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libnotify/debian/changelog?rev=51420&op=diff
==============================================================================
--- desktop/unstable/libnotify/debian/changelog [utf-8] (original)
+++ desktop/unstable/libnotify/debian/changelog [utf-8] Thu Oct 13 23:56:59 2016
@@ -10,6 +10,7 @@
[ Michael Biebl ]
* New upstream release.
* Fix typo in notify-send man page. (Closes: #657999)
+ * Use dbus-run-session to run tests. (Closes: #836028)
-- Dmitry Shachnev <mitya57 at gmail.com> Mon, 16 Jun 2014 18:05:15 +0400
Modified: desktop/unstable/libnotify/debian/tests/build
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libnotify/debian/tests/build?rev=51420&op=diff
==============================================================================
--- desktop/unstable/libnotify/debian/tests/build [utf-8] (original)
+++ desktop/unstable/libnotify/debian/tests/build [utf-8] Thu Oct 13 23:56:59 2016
@@ -37,5 +37,5 @@
`pkg-config --cflags --libs libnotify` -Wall -Werror
echo "build: OK"
[ -x libnotify_test ]
-dbus-launch xvfb-run ./libnotify_test
+dbus-run-session -- xvfb-run ./libnotify_test
echo "run: OK"
Modified: desktop/unstable/libnotify/debian/tests/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libnotify/debian/tests/control?rev=51420&op=diff
==============================================================================
--- desktop/unstable/libnotify/debian/tests/control [utf-8] (original)
+++ desktop/unstable/libnotify/debian/tests/control [utf-8] Thu Oct 13 23:56:59 2016
@@ -1,2 +1,2 @@
Tests: build
-Depends: build-essential, dbus-x11, notification-daemon, xauth, xvfb, libnotify-dev, pkg-config
+Depends: build-essential, dbus (>= 1.8), notification-daemon, xauth, xvfb, libnotify-dev, pkg-config
More information about the pkg-gnome-commits
mailing list