r2202 - in /unstable/evolution-webcal/debian: changelog patches/03_g_thread_init.patch patches/series
jbicha-guest at users.alioth.debian.org
jbicha-guest at users.alioth.debian.org
Fri Jun 1 13:14:42 UTC 2012
Author: jbicha-guest
Date: Fri Jun 1 13:14:42 2012
New Revision: 2202
URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=2202
Log:
debian/patches/03_g_thread_init.patch: remove calls to g_thread_init().
Added:
unstable/evolution-webcal/debian/patches/03_g_thread_init.patch
Modified:
unstable/evolution-webcal/debian/changelog
unstable/evolution-webcal/debian/patches/series
Modified: unstable/evolution-webcal/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-webcal/debian/changelog?rev=2202&op=diff
==============================================================================
--- unstable/evolution-webcal/debian/changelog (original)
+++ unstable/evolution-webcal/debian/changelog Fri Jun 1 13:14:42 2012
@@ -1,3 +1,9 @@
+evolution-webcal (2.32.0-3) UNRELEASED; urgency=low
+
+ * debian/patches/03_g_thread_init.patch: remove calls to g_thread_init().
+
+ -- Mathieu Trudel-Lapierre <mathieu-tl at ubuntu.com> Tue, 03 Jan 2012 15:05:07 -0500
+
evolution-webcal (2.32.0-2) unstable; urgency=low
* Switch to 3.0 quilt format.
Added: unstable/evolution-webcal/debian/patches/03_g_thread_init.patch
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-webcal/debian/patches/03_g_thread_init.patch?rev=2202&op=file
==============================================================================
--- unstable/evolution-webcal/debian/patches/03_g_thread_init.patch (added)
+++ unstable/evolution-webcal/debian/patches/03_g_thread_init.patch Fri Jun 1 13:14:42 2012
@@ -1,0 +1,17 @@
+From: Mathieu Trudel-Lapierre <mathieu.trudel-lapierre at canonical.com>
+Subject: Remove calls to g_thread_init.
+Bug-Ubuntu: http://launchpad.net/bugs/911125
+
+Index: evolution-webcal/src/evolution-webcal-main.c
+===================================================================
+--- evolution-webcal.orig/src/evolution-webcal-main.c 2012-01-03 10:49:54.673088000 -0500
++++ evolution-webcal/src/evolution-webcal-main.c 2012-01-03 10:51:22.442861670 -0500
+@@ -250,8 +250,6 @@
+ textdomain (GETTEXT_PACKAGE);
+ #endif
+
+- g_thread_init (NULL);
+-
+ if (!gtk_init_with_args (&argc, &argv,
+ _("- Evolution webcal: URI Handler"),
+ options,
Modified: unstable/evolution-webcal/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-webcal/debian/patches/series?rev=2202&op=diff
==============================================================================
--- unstable/evolution-webcal/debian/patches/series (original)
+++ unstable/evolution-webcal/debian/patches/series Fri Jun 1 13:14:42 2012
@@ -1,2 +1,3 @@
01_gtk3_gtkobject.patch
02_gtk3_port.patch
+03_g_thread_init.patch
More information about the pkg-evolution-commits
mailing list