[Pkg-mono-svn-commits] [SCM] mono branch, master, updated. 2.0.1-6-92-g5f57dc0

Mirco Bauer meebey at meebey.net
Mon May 25 18:13:35 UTC 2009


The following commit has been merged in the master branch:
commit 6e65e4b7771bd5038e5ae49e8e6709b424b61433
Author: Mirco Bauer <meebey at meebey.net>
Date:   Thu May 21 04:07:19 2009 +0200

    fixed Mono.Cecil linkage

diff --git a/debian/patches/00list b/debian/patches/00list
index 37e1ab4..cca9165 100644
--- a/debian/patches/00list
+++ b/debian/patches/00list
@@ -10,6 +10,8 @@ fix_implicit_pointer_conversions
 fix_NetworkInterface_endless_loop
 fix_null_funcptr_marshalling_r127347
 fix_recursive_unmanaged_types
+fix_mono-api-info_build
+fix_mdoc_build
 disable_building_convert.exe
 disable_building_RabbitMQ.Client.dll
 build_cecil_as_2.0
diff --git a/debian/patches/fix_mdoc_build.dpatch b/debian/patches/fix_mdoc_build.dpatch
new file mode 100755
index 0000000..7d32fea
--- /dev/null
+++ b/debian/patches/fix_mdoc_build.dpatch
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## fix_mdoc_build.dpatch by Mirco Bauer <meebey at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad mono-2.4+dfsg~/mcs/tools/mdoc/Makefile mono-2.4+dfsg/mcs/tools/mdoc/Makefile
+--- mono-2.4+dfsg~/mcs/tools/mdoc/Makefile	2009-02-14 00:36:16.000000000 +0100
++++ mono-2.4+dfsg/mcs/tools/mdoc/Makefile	2009-05-21 04:06:40.000000000 +0200
+@@ -11,7 +11,7 @@
+ 	/resource:Resources/overview.xsl,overview.xsl                               \
+ 	/resource:Resources/stylesheet.xsl,stylesheet.xsl                           \
+ 	/r:$(topdir)/class/lib/net_1_1/monodoc.dll                                  \
+-	/r:$(topdir)/class/lib/net_1_1/Mono.Cecil.dll
++	/r:Mono.Cecil.dll
+ 
+ MONODOC_RESOURCES = \
+ 	../monodoc/Resources/mdoc-html-utils.xsl    \
diff --git a/debian/patches/fix_mono-api-info_build.dpatch b/debian/patches/fix_mono-api-info_build.dpatch
new file mode 100755
index 0000000..75cc6cf
--- /dev/null
+++ b/debian/patches/fix_mono-api-info_build.dpatch
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## fix_mono-api-info_build.dpatch by Mirco Bauer <meebey at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad mono-2.4+dfsg~/mcs/tools/corcompare/Makefile mono-2.4+dfsg/mcs/tools/corcompare/Makefile
+--- mono-2.4+dfsg~/mcs/tools/corcompare/Makefile	2009-02-14 00:36:21.000000000 +0100
++++ mono-2.4+dfsg/mcs/tools/corcompare/Makefile	2009-05-21 03:22:29.000000000 +0200
+@@ -4,7 +4,7 @@
+ 
+ ALL_PROGRAMS = mono-api-info.exe
+ 
+-CECIL = ../../class/lib/net_1_1/Mono.Cecil.dll
++CECIL = Mono.Cecil.dll
+ 
+ COMMON_SOURCES = \
+ 	AssemblyResolver.cs	\

-- 
mono



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