r42301 - /desktop/unstable/gjs/debian/patches/fix_gdbus_test_failure.patch

noskcaj-guest at users.alioth.debian.org noskcaj-guest at users.alioth.debian.org
Wed Aug 27 09:20:38 UTC 2014


Author: noskcaj-guest
Date: Wed Aug 27 09:20:38 2014
New Revision: 42301

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=42301
Log:
Add the patch

Added:
    desktop/unstable/gjs/debian/patches/fix_gdbus_test_failure.patch

Added: desktop/unstable/gjs/debian/patches/fix_gdbus_test_failure.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gjs/debian/patches/fix_gdbus_test_failure.patch?rev=42301&op=file
==============================================================================
--- desktop/unstable/gjs/debian/patches/fix_gdbus_test_failure.patch	(added)
+++ desktop/unstable/gjs/debian/patches/fix_gdbus_test_failure.patch	[utf-8] Wed Aug 27 09:20:38 2014
@@ -0,0 +1,25 @@
+From 78ed22cf9a116b49538475894194d7ee1663c6c0 Mon Sep 17 00:00:00 2001
+From: Tim Lunn <tim at feathertop.org>
+Date: Mon, 25 Aug 2014 17:43:32 +1000
+Subject: [PATCH] tests: fix regression in gdbus test with dbus 1.8.6.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=735358
+---
+ test/run-with-dbus | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/test/run-with-dbus b/test/run-with-dbus
+index 435118d..d776d3d 100755
+--- a/test/run-with-dbus
++++ b/test/run-with-dbus
+@@ -116,7 +116,7 @@ if ! test -z "$START_SESSION_BUS" ; then
+ 
+     echo "Running dbus-launch --config-file=$CONFIG_FILE" >&2
+ 
+-    eval `dbus-launch --exit-with-session --sh-syntax --config-file=$CONFIG_FILE 2>"$STDERR_LOGFILE"`
++    eval `dbus-launch --sh-syntax --config-file=$CONFIG_FILE 2>"$STDERR_LOGFILE"`
+ 
+     if test -z "$DBUS_SESSION_BUS_PID" ; then
+         die "Failed to launch message bus for test script to run"
+-- 
+2.1.0




More information about the pkg-gnome-commits mailing list