diff -u kdepimlibs-4.1.1/debian/changelog kdepimlibs-4.1.1/debian/changelog --- kdepimlibs-4.1.1/debian/changelog +++ kdepimlibs-4.1.1/debian/changelog @@ -1,3 +1,9 @@ +kdepimlibs (4:4.1.1-0ubuntu3) intrepid; urgency=low + + * Patch kcal crash (LP: #264370) + + -- Jonathan Thomas (The man) Thu, 04 Sep 2008 13:09:29 -0400 + kdepimlibs (4:4.1.1-0ubuntu2) intrepid; urgency=low * Rebuild against kdelibs 4:4.1.1+really4.1.1 only in patch2: unchanged: --- kdepimlibs-4.1.1.orig/debian/patches/kubuntu_99_fix_kcal_crash.diff +++ kdepimlibs-4.1.1/debian/patches/kubuntu_99_fix_kcal_crash.diff @@ -0,0 +1,14 @@ +Index: kdepimlibs-4.1.1/kcal/incidenceformatter.cpp +=================================================================== +--- kdepimlibs-4.1.1.orig/kcal/incidenceformatter.cpp 2008-09-04 13:06:34.000000000 -0400 ++++ kdepimlibs-4.1.1/kcal/incidenceformatter.cpp 2008-09-04 13:08:25.000000000 -0400 +@@ -1132,6 +1132,9 @@ + IncidenceCompareVisitor() : mExistingIncidence( 0 ) {} + bool act( IncidenceBase *incidence, Incidence *existingIncidence ) + { ++ if (!existingIncidence) { ++ return false; ++ } + Incidence *inc = dynamic_cast( incidence ); + if ( inc && inc->revision() <= existingIncidence->revision() ) { + return false; only in patch2: unchanged: --- kdepimlibs-4.1.1.orig/debian/patches/series +++ kdepimlibs-4.1.1/debian/patches/series @@ -0,0 +1,2 @@ +kubuntu_99_fix_kcal_crash.diff +