Dear maintainer,

I've prepared an NMU for seahorse-nautilus (versioned as 3.8.0-1.1) and
uploaded it.

Regards.

diff -Nru seahorse-nautilus-3.8.0/debian/changelog 
seahorse-nautilus-3.8.0/debian/changelog
--- seahorse-nautilus-3.8.0/debian/changelog    2013-05-29 13:02:00.000000000 
+0100
+++ seahorse-nautilus-3.8.0/debian/changelog    2014-03-22 23:20:14.000000000 
+0000
@@ -1,3 +1,10 @@
+seahorse-nautilus (3.8.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add correct flag for reaping the progress child (Closes: #741187)
+
+ -- Ben Hutchings <b...@decadent.org.uk>  Sat, 22 Mar 2014 23:19:39 +0000
+
 seahorse-nautilus (3.8.0-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru 
seahorse-nautilus-3.8.0/debian/patches/add-correct-flag-for-reaping-the-progress-child.patch
 
seahorse-nautilus-3.8.0/debian/patches/add-correct-flag-for-reaping-the-progress-child.patch
--- 
seahorse-nautilus-3.8.0/debian/patches/add-correct-flag-for-reaping-the-progress-child.patch
        1970-01-01 01:00:00.000000000 +0100
+++ 
seahorse-nautilus-3.8.0/debian/patches/add-correct-flag-for-reaping-the-progress-child.patch
        2014-03-22 23:20:50.000000000 +0000
@@ -0,0 +1,26 @@
+From: Stef Walter <st...@redhat.com>
+Date: Fri, 16 Aug 2013 17:24:11 +0000
+Subject: Add correct flag for reaping the progress child
+Origin: 
https://git.gnome.org/browse/seahorse-nautilus/commit/?id=c41f07cf5785b2d755b85f20bf0546c6ce2ebb02
+
+This fixes the WARNING about ECHILD that comes from some versions
+of glib. The WARNING was removed in later versions of glib, but this
+is also a good fix.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=697895
+---
+diff --git a/tool/seahorse-tool-progress.c b/tool/seahorse-tool-progress.c
+index 613e82f..c039118 100644
+--- a/tool/seahorse-tool-progress.c
++++ b/tool/seahorse-tool-progress.c
+@@ -217,7 +217,7 @@ seahorse_tool_progress_start (const gchar *title)
+     argv[2] = (gchar *)title;
+     argv[3] = NULL;
+ 
+-    ret = g_spawn_async_with_pipes (NULL, argv, NULL, 
G_SPAWN_STDOUT_TO_DEV_NULL | G_SPAWN_SEARCH_PATH,
++    ret = g_spawn_async_with_pipes (NULL, argv, NULL, 
G_SPAWN_STDOUT_TO_DEV_NULL | G_SPAWN_SEARCH_PATH | G_SPAWN_DO_NOT_REAP_CHILD,
+                                     NULL, NULL, &progress_pid, &progress_fd, 
NULL, NULL, &err);
+ 
+     if (!ret) {
+--
+cgit v0.9.2
diff -Nru seahorse-nautilus-3.8.0/debian/patches/series 
seahorse-nautilus-3.8.0/debian/patches/series
--- seahorse-nautilus-3.8.0/debian/patches/series       1970-01-01 
01:00:00.000000000 +0100
+++ seahorse-nautilus-3.8.0/debian/patches/series       2014-03-22 
23:19:23.000000000 +0000
@@ -0,0 +1 @@
+add-correct-flag-for-reaping-the-progress-child.patch


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to