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


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

    build mono-cil-strip for CLI 2.0

diff --git a/debian/changelog b/debian/changelog
index ca34dd8..c44304e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -80,9 +80,10 @@ 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_monolinker_as_2.0.dpatch:
-    + Build Mono.Cecil, FirebirdSql.Data.Firebird, permview and monolinker for
-      CLI 2.0.
+    debian/patches/build_monolinker_as_2.0.dpatch
+    debian/patches/build_cil-strip_as_2.0.dpatch:
+    + Build Mono.Cecil, FirebirdSql.Data.Firebird, permview, monolinker and
+      mono-cil-strip for CLI 2.0.
   * debian/control
     debian/rules
     debian/mono-jt.*
diff --git a/debian/patches/00list b/debian/patches/00list
index 8cd194b..37e1ab4 100644
--- a/debian/patches/00list
+++ b/debian/patches/00list
@@ -16,4 +16,5 @@ build_cecil_as_2.0
 build_firebirdsql_as_2.0
 build_permview_as_2.0
 build_genxs_2.0
+build_cil-strip_as_2.0
 build_monolinker_as_2.0
diff --git a/debian/patches/build_monolinker_as_2.0.dpatch b/debian/patches/build_cil-strip_as_2.0.dpatch
similarity index 59%
copy from debian/patches/build_monolinker_as_2.0.dpatch
copy to debian/patches/build_cil-strip_as_2.0.dpatch
index 60e057f..6d5f1d4 100755
--- a/debian/patches/build_monolinker_as_2.0.dpatch
+++ b/debian/patches/build_cil-strip_as_2.0.dpatch
@@ -1,28 +1,28 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
-## build_monolinker_as_2.0.dpatch by Mirco Bauer <meebey at debian.org>
+## build_cil-strip_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.
 
 @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	\
+--- mono-2.4+dfsg~/mcs/tools/Makefile	2009-05-21 02:39:52.000000000 +0200
++++ mono-2.4+dfsg/mcs/tools/Makefile	2009-05-21 02:47:38.000000000 +0200
+@@ -15,7 +15,6 @@
  	monop		\
  	gacutil		\
--	linker		\
- 	cil-strip	\
+ 	linker		\
+-	cil-strip	\
  	resgen		\
  	macpack		\
+ 	mkbundle	\
 @@ -54,7 +53,8 @@
  	sqlsharp	\
  	gacutil		\
  	csharplib	\
 -	tuner
 +	tuner		\
-+	linker
++	cil-strip
  
  net_2_1_dirs := \
  	compiler-tester
diff --git a/debian/patches/build_monolinker_as_2.0.dpatch b/debian/patches/build_monolinker_as_2.0.dpatch
index 60e057f..12e8249 100755
--- a/debian/patches/build_monolinker_as_2.0.dpatch
+++ b/debian/patches/build_monolinker_as_2.0.dpatch
@@ -6,22 +6,22 @@
 
 @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
+--- mono-2.4+dfsg~/mcs/tools/Makefile	2009-05-21 02:49:26.000000000 +0200
++++ mono-2.4+dfsg/mcs/tools/Makefile	2009-05-21 02:50:17.000000000 +0200
 @@ -14,7 +14,6 @@
  	browsercaps-updater	\
  	monop		\
  	gacutil		\
 -	linker		\
- 	cil-strip	\
  	resgen		\
  	macpack		\
+ 	mkbundle	\
 @@ -54,7 +53,8 @@
- 	sqlsharp	\
  	gacutil		\
  	csharplib	\
--	tuner
-+	tuner		\
+ 	tuner		\
+-	cil-strip
++	cil-strip	\
 +	linker
  
  net_2_1_dirs := \

-- 
mono



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