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


The following commit has been merged in the master branch:
commit 6906bf36bba32367240e0f6717d64c8de995f53e
Author: Mirco Bauer <meebey at meebey.net>
Date:   Thu May 21 14:58:30 2009 +0200

    fixed build order for linker, tuner and cil-strip

diff --git a/debian/changelog b/debian/changelog
index f7227e9..ecd9736 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -80,7 +80,7 @@ mono (2.4+dfsg-1~pre1) unstable; urgency=low
   * debian/patches/build_cecil_as_2.0.dpatch
     debian/patches/build_firebirdsql_as_2.0.dpatch
     debian/patches/build_permview_as_2.0.dpatch
-    debian/patches/build_tuner_linker_cil-strip_as_2.0.dpatch:
+    debian/patches/build_linker_tuner_cil-strip_as_2.0.dpatch:
     + Build Mono.Cecil, FirebirdSql.Data.Firebird, permview, tuner, linker and
       cil-strip for CLI 2.0.
   * debian/control
diff --git a/debian/patches/00list b/debian/patches/00list
index 2a069ad..f7c91d1 100644
--- a/debian/patches/00list
+++ b/debian/patches/00list
@@ -18,6 +18,6 @@ disable_building_convert.exe
 disable_building_RabbitMQ.Client.dll
 build_cecil_as_2.0
 build_firebirdsql_as_2.0
-build_tuner_linker_cil-strip_as_2.0
+build_linker_tuner_cil-strip_as_2.0
 build_permview_as_2.0
 build_genxs_2.0
diff --git a/debian/patches/build_tuner_linker_cil-strip_as_2.0.dpatch b/debian/patches/build_linker_tuner_cil-strip_as_2.0.dpatch
similarity index 81%
rename from debian/patches/build_tuner_linker_cil-strip_as_2.0.dpatch
rename to debian/patches/build_linker_tuner_cil-strip_as_2.0.dpatch
index 156c0a2..a30bfeb 100755
--- a/debian/patches/build_tuner_linker_cil-strip_as_2.0.dpatch
+++ b/debian/patches/build_linker_tuner_cil-strip_as_2.0.dpatch
@@ -6,8 +6,8 @@
 
 @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 13:40:48.000000000 +0200
-+++ mono-2.4+dfsg/mcs/tools/Makefile	2009-05-21 13:47:59.000000000 +0200
+--- mono-2.4+dfsg~/mcs/tools/Makefile	2009-05-21 14:56:19.000000000 +0200
++++ mono-2.4+dfsg/mcs/tools/Makefile	2009-05-21 14:57:08.000000000 +0200
 @@ -14,9 +14,6 @@
  	browsercaps-updater	\
  	monop		\
@@ -22,8 +22,8 @@ diff -urNad mono-2.4+dfsg~/mcs/tools/Makefile mono-2.4+dfsg/mcs/tools/Makefile
  	nunitreport	\
  	sqlsharp	\
  	gacutil		\
-+	tuner		\
 +	linker		\
++	tuner		\
 +	cil-strip	\
  	csharplib
  

-- 
mono



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