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

Sebastian Dröge slomo-guest at costa.debian.org
Thu Oct 19 04:59:38 UTC 2006


Author: slomo-guest
Date: 2006-10-19 04:59:38 +0000 (Thu, 19 Oct 2006)
New Revision: 2815

Added:
   mono/trunk/debian/patches/gmcs-static-anonmethods.dpatch
Modified:
   mono/trunk/debian/changelog
   mono/trunk/debian/patches/00list
Log:
* fix banshee compilation with mono 1.1.18


Modified: mono/trunk/debian/changelog
===================================================================
--- mono/trunk/debian/changelog	2006-10-18 22:11:46 UTC (rev 2814)
+++ mono/trunk/debian/changelog	2006-10-19 04:59:38 UTC (rev 2815)
@@ -1,3 +1,11 @@
+mono (1.1.18-3) unstable; urgency=low
+
+  * Sebastian 'slomo' Dröge:
+    + debian/patches/gmcs-static-anonmethods.dpatch:
+      - Fix from SVN (r66807) for static anonymous methods
+
+ -- Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>  Thu, 19 Oct 2006 06:58:20 +0200
+
 mono (1.1.18-2) unstable; urgency=medium
 
   * The "clean me harder for etch" and "please build on arm this time" release

Modified: mono/trunk/debian/patches/00list
===================================================================
--- mono/trunk/debian/patches/00list	2006-10-18 22:11:46 UTC (rev 2814)
+++ mono/trunk/debian/patches/00list	2006-10-19 04:59:38 UTC (rev 2815)
@@ -1,2 +1,3 @@
 remove_broken_dllmap_from_mono-shlib-cop.dpatch
 console-no-utf8-bom.dpatch
+gmcs-static-anonmethods.dpatch

Added: mono/trunk/debian/patches/gmcs-static-anonmethods.dpatch
===================================================================
--- mono/trunk/debian/patches/gmcs-static-anonmethods.dpatch	                        (rev 0)
+++ mono/trunk/debian/patches/gmcs-static-anonmethods.dpatch	2006-10-19 04:59:38 UTC (rev 2815)
@@ -0,0 +1,16 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+
+ at DPATCH@
+
+Index: mono/mcs/mcs/anonymous.cs
+===================================================================
+--- mono/mcs/mcs/anonymous.cs	(revision 66807)
++++ mono/mcs/mcs/anonymous.cs	(working copy)
+@@ -1232,6 +1232,7 @@
+ 
+ 			aec.CurrentAnonymousMethod = this;
+ 			aec.IsFieldInitializer = ec.IsFieldInitializer;
++			aec.IsStatic = ec.IsStatic;
+ 
+ 			Report.Debug (64, "RESOLVE ANONYMOUS METHOD #1", this, Location, ec, aec,
+ 				      RootScope, Parameters, Block);




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