[SCM] libkpeople packaging branch, master, updated. b887bd0be169427106f9db901d59e788e83145dd

Diane Trout diane-guest at alioth.debian.org
Thu Oct 3 15:48:09 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/libkpeople.git;a=commitdiff;h=d593d2b

The following commit has been merged in the master branch:
commit d593d2bd30f012b28589d309683c8bd90f647e79
Author: Diane Trout <diane at ghic.org>
Date:   Thu Oct 3 08:47:12 2013 -0700

    my crash was caused by not installing some components
---
 debian/patches/catch-crash.patch |   13 -------------
 debian/patches/series            |    1 -
 2 files changed, 14 deletions(-)

diff --git a/debian/patches/catch-crash.patch b/debian/patches/catch-crash.patch
deleted file mode 100644
index 15d5bac..0000000
--- a/debian/patches/catch-crash.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/src/personpluginmanager.cpp
-+++ b/src/personpluginmanager.cpp
-@@ -69,7 +69,9 @@
- {
-     QList<QAction*> actions;
-     Q_FOREACH(AbstractPersonPlugin *plugin, s_instance->plugins) {
--        actions << plugin->actionsForPerson(person, parent);
-+        if (plugin) {
-+            actions << plugin->actionsForPerson(person, parent);
-+        }
-     }
-     return actions;
- }
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index c1d1cca..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-catch-crash.patch

-- 
libkpeople packaging



More information about the pkg-kde-commits mailing list