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


The following commit has been merged in the master branch:
commit 0a7abedb4f4acf73c7fdecd49886ab4034d21293
Author: Mirco Bauer <meebey at meebey.net>
Date:   Tue May 19 00:13:41 2009 +0200

      * debian/patches/fix_mod_script.dpatch:
        + Run mod and monodoc on CLI 2.0.

diff --git a/debian/changelog b/debian/changelog
index 4a9b51e..add32f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -61,6 +61,8 @@ mono (2.4+dfsg-1~pre1) unstable; urgency=low
     + Added mono-cil-strip
     + Removed CorCompare.exe
     + Updated mono-shlib-cop and sqlsharp as they are now CLI 2.0
+  * debian/patches/fix_mod_script.dpatch:
+    + Run mod and monodoc on CLI 2.0.
 
  -- Mirco Bauer <meebey at debian.org>  Wed, 13 May 2009 01:40:02 +0200
 
diff --git a/debian/patches/00list b/debian/patches/00list
index 8af534d..1b2c236 100644
--- a/debian/patches/00list
+++ b/debian/patches/00list
@@ -12,3 +12,4 @@ fix_null_funcptr_marshalling_r127347
 disable_building_convert.exe
 disable_building_RabbitMQ.Client.dll
 build_genxs_2.0
+fix_mod_script
diff --git a/debian/patches/fix_mod_script.dpatch b/debian/patches/fix_mod_script.dpatch
new file mode 100755
index 0000000..920b45c
--- /dev/null
+++ b/debian/patches/fix_mod_script.dpatch
@@ -0,0 +1,28 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## fix_mod_script.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-18 23:16:10.000000000 +0200
++++ mono-2.4+dfsg/mcs/tools/Makefile	2009-05-18 23:54:51.000000000 +0200
+@@ -25,8 +25,6 @@
+ 	mjs			\
+ 	prj2make	\
+ 	mono-service	\
+-	monodoc		\
+-	mod		\
+ 	compiler-tester	\
+ 	mono-xmltool	\
+ 	installvst		\
+@@ -49,6 +47,8 @@
+ 	sgen		\
+ 	security	\
+ 	mconfig		\
++	monodoc		\
++	mod		\
+ 	installutil	\
+ 	nunitreport	\
+ 	sqlsharp	\

-- 
mono



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