diff -u kdebluetooth-0.3/debian/changelog kdebluetooth-0.3/debian/changelog --- kdebluetooth-0.3/debian/changelog +++ kdebluetooth-0.3/debian/changelog @@ -1,3 +1,9 @@ +kdebluetooth (1:0.3-0ubuntu3) jaunty; urgency=low + + * Add kubuntu_01_save_to_home.diff to save files in home-dir. (LP: #334136) + + -- Andreas Wenning Sat, 28 Mar 2009 14:09:28 +0100 + kdebluetooth (1:0.3-0ubuntu2) jaunty; urgency=low * Add obex-data-server to depends (LP: #324010) only in patch2: unchanged: --- kdebluetooth-0.3.orig/debian/patches/kubuntu_01_save_to_home.diff +++ kdebluetooth-0.3/debian/patches/kubuntu_01_save_to_home.diff @@ -0,0 +1,18 @@ +# +# Ubuntu: https://bugs.launchpad.net/bugs/334136 +# Upstream: https://bugs.kde.org/show_bug.cgi?id=172217 +# Description: save received files to $HOME and not $HOME/.kbluetooth4 +# +Index: kdebluetooth-0.3/src/trayicon.cpp +=================================================================== +--- kdebluetooth-0.3.orig/src/trayicon.cpp 2009-03-28 13:55:57.000000000 +0100 ++++ kdebluetooth-0.3/src/trayicon.cpp 2009-03-28 14:01:40.000000000 +0100 +@@ -643,7 +643,7 @@ + + void KBlueTray::slotServerReady() { + if(!server->isStarted()) +- server->start(QDir::homePath()+"/.kbluetooth4", true, false); ++ server->start(QDir::homePath(), true, false); + } + + void KBlueTray::slotServerErrorOccured(const QString& error_name, const QString& error_message) { only in patch2: unchanged: --- kdebluetooth-0.3.orig/debian/patches/series +++ kdebluetooth-0.3/debian/patches/series @@ -0,0 +1 @@ +kubuntu_01_save_to_home.diff