[SCM] Debian packaging for kdebluetooth4 branch, master, updated. debian/0.3-1-10-g546f027

Michael Meskes meskes at alioth.debian.org
Sat Oct 24 18:06:58 UTC 2009


The following commit has been merged in the master branch:
commit 7d205fdd9cd8be6cd8cbcaa7a57e879d48b07c40
Author: Michael Meskes <meskes at debian.org>
Date:   Sat Oct 24 18:52:15 2009 +0200

    Don't use dcop in kblueplugd, taken from Ubuntu package.
---
 debian/kblueplugd |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/kblueplugd b/debian/kblueplugd
index e2d8e1d..f4b3da4 100644
--- a/debian/kblueplugd
+++ b/debian/kblueplugd
@@ -47,7 +47,7 @@ def slotAdapterRemoved(device):
                 for p in quitprogs:
                         print "exiting:", p, " ..."
                         try:
-                                distutils.spawn.spawn(['dcop', p, 'MainApplication-Interface', 'quit'])
+				distutils.spawn.spawn(['killall', p])
                         except:
                                 pass
 

-- 
Debian packaging for kdebluetooth4



More information about the pkg-kde-commits mailing list