[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:29 UTC 2009


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

    build monolinker for  CLI 2.0

diff --git a/debian/changelog b/debian/changelog
index a99314d..5a31abf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -79,8 +79,10 @@ mono (2.4+dfsg-1~pre1) unstable; urgency=low
     + Added Lucene.Net, RabbitMQ.Client and HtmlAgilityPack licenses.
   * debian/patches/build_cecil_as_2.0.dpatch
     debian/patches/build_firebirdsql_as_2.0.dpatch
-    debian/patches/build_permview_as_2.0.dpatch:
-    + Build Mono.Cecil, FirebirdSql.Data.Firebird and permview for CLI 2.0.
+    debian/patches/build_permview_as_2.0.dpatch
+    debian/patches/build_monolinker_as_2.0.dpatch:
+    + Build Mono.Cecil, FirebirdSql.Data.Firebird, permview and monolinker for
+      CLI 2.0.
   * debian/control
     debian/rules
     debian/mono-jt.*
diff --git a/debian/patches/00list b/debian/patches/00list
index 88701ce..8cd194b 100644
--- a/debian/patches/00list
+++ b/debian/patches/00list
@@ -16,3 +16,4 @@ build_cecil_as_2.0
 build_firebirdsql_as_2.0
 build_permview_as_2.0
 build_genxs_2.0
+build_monolinker_as_2.0
diff --git a/debian/patches/build_monolinker_as_2.0.dpatch b/debian/patches/build_monolinker_as_2.0.dpatch
new file mode 100755
index 0000000..60e057f
--- /dev/null
+++ b/debian/patches/build_monolinker_as_2.0.dpatch
@@ -0,0 +1,28 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## build_monolinker_as_2.0.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/Makefile mono-2.4+dfsg/mcs/tools/Makefile
+--- mono-2.4+dfsg~/mcs/tools/Makefile	2009-05-21 02:05:25.000000000 +0200
++++ mono-2.4+dfsg/mcs/tools/Makefile	2009-05-21 02:06:31.000000000 +0200
+@@ -14,7 +14,6 @@
+ 	browsercaps-updater	\
+ 	monop		\
+ 	gacutil		\
+-	linker		\
+ 	cil-strip	\
+ 	resgen		\
+ 	macpack		\
+@@ -54,7 +53,8 @@
+ 	sqlsharp	\
+ 	gacutil		\
+ 	csharplib	\
+-	tuner
++	tuner		\
++	linker
+ 
+ net_2_1_dirs := \
+ 	compiler-tester

-- 
mono



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