diff -u kdebase-4.1.2/debian/control kdebase-4.1.2/debian/control --- kdebase-4.1.2/debian/control +++ kdebase-4.1.2/debian/control @@ -206,7 +206,7 @@ Package: libkonq5 Section: kde Architecture: any -Depends: ${shlibs:Depends}, libkonq5-templates | kdesktop +Depends: ${shlibs:Depends}, libkonq5-templates Description: core libraries for Konqueror This package contains libraries used by several KDE 4 applications, particularly Konqueror. diff -u kdebase-4.1.2/debian/changelog kdebase-4.1.2/debian/changelog --- kdebase-4.1.2/debian/changelog +++ kdebase-4.1.2/debian/changelog @@ -1,3 +1,11 @@ +kdebase (4:4.1.2-0ubuntu4) intrepid; urgency=low + + * Remove unsatisfiable kdesktop dependency from libkonq5. (LP: #283281) + * Fix a Dolphin crash on startup with upstream patch + kubuntu_07_fix_KDE_169103_dolphin_crash.diff. (LP: #277240) + + -- Jonathan Thomas Tue, 14 Oct 2008 16:26:00 -0400 + kdebase (4:4.1.2-0ubuntu3) intrepid; urgency=low * Fix the cut and copy context menu actions in Konqueror with upstream patch diff -u kdebase-4.1.2/debian/patches/series kdebase-4.1.2/debian/patches/series --- kdebase-4.1.2/debian/patches/series +++ kdebase-4.1.2/debian/patches/series @@ -4,0 +5 @@ +kubuntu_07_fix_KDE_169103_dolphin_crash.diff only in patch2: unchanged: --- kdebase-4.1.2.orig/debian/patches/kubuntu_07_fix_KDE_169103_dolphin_crash.diff +++ kdebase-4.1.2/debian/patches/kubuntu_07_fix_KDE_169103_dolphin_crash.diff @@ -0,0 +1,21 @@ +Index: kdebase-4.1.2/apps/dolphin/src/dolphinmainwindow.cpp +=================================================================== +--- kdebase-4.1.2.orig/apps/dolphin/src/dolphinmainwindow.cpp 2008-10-15 11:36:18.000000000 -0400 ++++ kdebase-4.1.2/apps/dolphin/src/dolphinmainwindow.cpp 2008-10-15 11:37:54.000000000 -0400 +@@ -832,6 +832,7 @@ + + setCentralWidget(centralWidget); + setupDockWidgets(); ++ emit urlChanged(homeUrl); + + setupGUI(Keys | Save | Create | ToolBar); + +@@ -852,8 +853,6 @@ + // assure a proper default size if Dolphin runs the first time + resize(750, 500); + } +- +- emit urlChanged(homeUrl); + } + + void DolphinMainWindow::setActiveViewContainer(DolphinViewContainer* viewContainer)