r795 - in /unstable/evolution-data-server/debian: changelog patches/35_warn-on-server-service-init-failure.patch

oysteigi-guest at users.alioth.debian.org oysteigi-guest at users.alioth.debian.org
Thu May 10 05:54:46 UTC 2007


Author: oysteigi-guest
Date: Thu May 10 05:54:45 2007
New Revision: 795

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=795
Log:
* 35_warn-on-server-service-init-failure.patch: Do not core dump when
  to servers are started. (closes: #422426)

Added:
    unstable/evolution-data-server/debian/patches/35_warn-on-server-service-init-failure.patch
Modified:
    unstable/evolution-data-server/debian/changelog

Modified: unstable/evolution-data-server/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/changelog?rev=795&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/changelog (original)
+++ unstable/evolution-data-server/debian/changelog Thu May 10 05:54:45 2007
@@ -5,8 +5,10 @@
   * 20_e-book-is-self.patch: Return TRUE when self contact is returned
     (bugzilla #378502)
   * 25_mute-debug-messages.patch: Mute debug noise
-
- -- Oystein Gisnas <oystein at gisnas.net>  Mon, 07 May 2007 00:54:05 +0200
+  * 35_warn-on-server-service-init-failure.patch: Do not core dump when
+    to servers are started. (closes: #422426)
+
+ -- Oystein Gisnas <oystein at gisnas.net>  Thu, 10 May 2007 07:52:42 +0200
 
 evolution-data-server (1.10.1-2) unstable; urgency=low
 

Added: unstable/evolution-data-server/debian/patches/35_warn-on-server-service-init-failure.patch
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/patches/35_warn-on-server-service-init-failure.patch?rev=795&op=file
==============================================================================
--- unstable/evolution-data-server/debian/patches/35_warn-on-server-service-init-failure.patch (added)
+++ unstable/evolution-data-server/debian/patches/35_warn-on-server-service-init-failure.patch Thu May 10 05:54:45 2007
@@ -1,0 +1,11 @@
+--- trunk/src/server.c	2007/04/20 04:47:09	7711
++++ trunk/src/server.c	2007/05/08 09:33:03	7732
+@@ -369,7 +369,7 @@
+ 		else if (!did_cals)
+ 			failed = "CALS";
+ 
+-		g_error (G_STRLOC ": could not initialize Server service \"%s\"; terminating", failed);
++		g_warning (G_STRLOC ": could not initialize Server service \"%s\"; terminating", failed);
+ 
+ 		if (e_data_book_factory) {
+ 			bonobo_object_unref (BONOBO_OBJECT (e_data_book_factory));




More information about the pkg-evolution-commits mailing list