[Pkg-privacy-commits] [seahorse-nautilus] 07/26: Import Debian patch 3.8.0-1.1

Carlos Maddela maddela-guest at moszumanska.debian.org
Tue Jan 10 22:14:57 UTC 2017


This is an automated email from the git hooks/post-receive script.

maddela-guest pushed a commit to branch master
in repository seahorse-nautilus.

commit 5f800f293dd30f4d90ef4dce3f3b375b86dee8b0
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Sat Mar 22 23:19:39 2014 +0000

    Import Debian patch 3.8.0-1.1
---
 debian/changelog                                   |  7 ++++++
 ...rrect-flag-for-reaping-the-progress-child.patch | 26 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 3 files changed, 34 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 30f6a0d..d64b6e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 <ben at decadent.org.uk>  Sat, 22 Mar 2014 23:19:39 +0000
+
 seahorse-nautilus (3.8.0-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/patches/add-correct-flag-for-reaping-the-progress-child.patch b/debian/patches/add-correct-flag-for-reaping-the-progress-child.patch
new file mode 100644
index 0000000..d6c8e9b
--- /dev/null
+++ b/debian/patches/add-correct-flag-for-reaping-the-progress-child.patch
@@ -0,0 +1,26 @@
+From: Stef Walter <stefw at 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 --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e85e430
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+add-correct-flag-for-reaping-the-progress-child.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/seahorse-nautilus.git



More information about the Pkg-privacy-commits mailing list