[Pkg-xfce-commits] r2986 - in goodies/branches/lenny/xfce4-dict/debian: . patches
corsac at alioth.debian.org
corsac at alioth.debian.org
Wed Mar 18 22:18:48 UTC 2009
Author: corsac
Date: 2009-03-18 22:18:48 +0000 (Wed, 18 Mar 2009)
New Revision: 2986
Added:
goodies/branches/lenny/xfce4-dict/debian/patches/
goodies/branches/lenny/xfce4-dict/debian/patches/01_fix-zombie-process.patch
goodies/branches/lenny/xfce4-dict/debian/patches/series
Log:
commit missing patch
Added: goodies/branches/lenny/xfce4-dict/debian/patches/01_fix-zombie-process.patch
===================================================================
--- goodies/branches/lenny/xfce4-dict/debian/patches/01_fix-zombie-process.patch (rev 0)
+++ goodies/branches/lenny/xfce4-dict/debian/patches/01_fix-zombie-process.patch 2009-03-18 22:18:48 UTC (rev 2986)
@@ -0,0 +1,20 @@
+diff --git a/lib/aspell.c b/lib/aspell.c
+index 72176ad..8b41b0a 100644
+--- a/lib/aspell.c
++++ b/lib/aspell.c
+@@ -189,7 +189,7 @@ void dict_aspell_start_query(DictData *dd, const gchar *word)
+ argv[4] = NULL;
+
+ if (g_spawn_async_with_pipes(NULL, argv, NULL,
+- G_SPAWN_SEARCH_PATH | G_SPAWN_DO_NOT_REAP_CHILD, NULL, NULL, NULL,
++ G_SPAWN_SEARCH_PATH, NULL, NULL, NULL,
+ &stdin_fd, &stdout_fd, &stderr_fd, &error))
+ {
+ set_up_io_channel(stdin_fd, G_IO_OUT, iofunc_write, tts);
+diff --git a/po/POTFILES.skip b/po/POTFILES.skip
+new file mode 100644
+index 0000000..058c68b
+--- /dev/null
++++ b/po/POTFILES.skip
+@@ -0,0 +1 @@
++.pc/01_fix-zombie-process.patch/lib/aspell.c
Added: goodies/branches/lenny/xfce4-dict/debian/patches/series
===================================================================
--- goodies/branches/lenny/xfce4-dict/debian/patches/series (rev 0)
+++ goodies/branches/lenny/xfce4-dict/debian/patches/series 2009-03-18 22:18:48 UTC (rev 2986)
@@ -0,0 +1 @@
+01_fix-zombie-process.patch
More information about the Pkg-xfce-commits
mailing list