[Pkg-cli-apps-commits] [tasque] 01/02: New patch to minimally adapt to changes in dbus#2 API (full port upstream)
Iain Lane
laney at moszumanska.debian.org
Tue Dec 24 20:27:09 UTC 2013
This is an automated email from the git hooks/post-receive script.
laney pushed a commit to branch master
in repository tasque.
commit 52c8356a6f34e74d63c0fe7b27be218cc1193279
Author: Iain Lane <laney at debian.org>
Date: Tue Dec 24 20:25:19 2013 +0000
New patch to minimally adapt to changes in dbus#2 API (full port upstream)
---
debian/patches/dbus-sharp-2-porting.patch | 22 ++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 23 insertions(+)
diff --git a/debian/patches/dbus-sharp-2-porting.patch b/debian/patches/dbus-sharp-2-porting.patch
new file mode 100644
index 0000000..f1894af
--- /dev/null
+++ b/debian/patches/dbus-sharp-2-porting.patch
@@ -0,0 +1,22 @@
+Description: Port to dbus#2 API
+Forwarded: not-needed
+
+--- tasque-0.1.12.orig/src/Gtk.Tasque/RemoteControlProxy.cs
++++ tasque-0.1.12/src/Gtk.Tasque/RemoteControlProxy.cs
+@@ -22,8 +22,7 @@ namespace Tasque
+ BusG.Init ();
+
+ RemoteControl remote_control = new RemoteControl ();
+- Bus.Session.Register (Namespace,
+- new ObjectPath (Path),
++ Bus.Session.Register (new ObjectPath (Path),
+ remote_control);
+
+ if (Bus.Session.RequestName (Namespace)
+@@ -33,4 +32,4 @@ namespace Tasque
+ return remote_control;
+ }
+ }
+-}
+\ No newline at end of file
++}
diff --git a/debian/patches/series b/debian/patches/series
index b042dbb..b0d4be2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+dbus-sharp-2-porting.patch
use_dbussharp_2.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/tasque.git
More information about the Pkg-cli-apps-commits
mailing list