[Pkg-mono-svn-commits] rev 3542 - in mono/trunk/debian: . patches

Mirco Bauer meebey at alioth.debian.org
Sat Dec 22 23:25:35 UTC 2007


Author: meebey
Date: 2007-12-22 23:25:35 +0000 (Sat, 22 Dec 2007)
New Revision: 3542

Removed:
   mono/trunk/debian/patches/g_thread_init.dpatch
Modified:
   mono/trunk/debian/changelog
   mono/trunk/debian/patches/00list
Log:
- last minute fix



Modified: mono/trunk/debian/changelog
===================================================================
--- mono/trunk/debian/changelog	2007-12-22 23:20:10 UTC (rev 3541)
+++ mono/trunk/debian/changelog	2007-12-22 23:25:35 UTC (rev 3542)
@@ -14,6 +14,8 @@
   * debian/libmono-system{1,2}.0-cil.clideps-override:
     + Added suggests libmono-winforms{1,2}.0-cil, doesn't make sense to pull in
       System.Windows.Forms for designer classes (which are only used by VS.NET)
+  * debian/patches/g_thread_init.dpatch:
+    + Dropped, already applied upstream.
         
  -- Mirco Bauer <meebey at debian.org>  Fri, 21 Dec 2007 01:35:40 +0100
 

Modified: mono/trunk/debian/patches/00list
===================================================================
--- mono/trunk/debian/patches/00list	2007-12-22 23:20:10 UTC (rev 3541)
+++ mono/trunk/debian/patches/00list	2007-12-22 23:25:35 UTC (rev 3542)
@@ -4,6 +4,5 @@
 firebird-fbclient
 fix-mono.pc.in
 fix-mono-cairo.pc.in
-g_thread_init
 fix_BigInteger_overflow_CVE-2007-5197
 fix_Mono.Cecil_linkage

Deleted: mono/trunk/debian/patches/g_thread_init.dpatch
===================================================================
--- mono/trunk/debian/patches/g_thread_init.dpatch	2007-12-22 23:20:10 UTC (rev 3541)
+++ mono/trunk/debian/patches/g_thread_init.dpatch	2007-12-22 23:25:35 UTC (rev 3542)
@@ -1,17 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-
- at DPATCH@
-
---- mono/mono/mini/driver.c	2007/05/24 17:28:21	77922
-+++ mono/mono/mini/driver.c	2007/05/27 20:11:48	78018
-@@ -695,6 +695,9 @@
- 
- 	setlocale (LC_ALL, "");
- 
-+	if (!g_thread_supported ())
-+		g_thread_init (NULL);
-+
- 	if (mono_running_on_valgrind () && getenv ("MONO_VALGRIND_LEAK_CHECK")) {
- 		GMemVTable mem_vtable;
- 
-




More information about the Pkg-mono-svn-commits mailing list