[Pkg-mono-svn-commits] [SCM] mono-tools branch, master, updated. debian/2.6.2-3-23-gb93cda5

Jo Shields directhex at apebox.org
Mon Apr 25 19:01:10 UTC 2011


The following commit has been merged in the master branch:
commit 2c98c4b716afec1aa3ae31c6fac75e401c60ed2d
Author: Jo Shields <directhex at apebox.org>
Date:   Mon Apr 25 18:55:34 2011 +0100

    Refresh patch to alter build-time compiler

diff --git a/debian/patches/00-fix_build_system.patch b/debian/patches/00-fix_build_system.patch
index 9185483..3abf0bf 100644
--- a/debian/patches/00-fix_build_system.patch
+++ b/debian/patches/00-fix_build_system.patch
@@ -1,22 +1,24 @@
 Index: mono-tools.git/configure.in
 ===================================================================
---- mono-tools.git.orig/configure.in	2010-06-07 20:19:05.000000000 +0100
-+++ mono-tools.git/configure.in	2010-06-07 20:23:30.000000000 +0100
-@@ -7,8 +7,8 @@
- AC_PROG_INSTALL
+--- mono-tools.git.orig/configure.in	2011-03-20 23:36:40.000000000 +0000
++++ mono-tools.git/configure.in	2011-04-25 18:52:39.000000000 +0100
+@@ -10,9 +10,9 @@
+ AC_SUBST(ACLOCAL_FLAGS)
  
  dnl C# compiler
 -AC_PATH_PROG(MCS, mcs, no)
 -AC_PATH_PROG(GMCS, gmcs, no)
+-AC_PATH_PROG(DMCS, dmcs, no)
 +AC_PATH_PROG(MCS, mono-csc, no)
 +AC_PATH_PROG(GMCS, mono-csc, no)
++AC_PATH_PROG(DMCS, mono-csc, no)
  AC_PATH_PROG(RUNTIME, mono, no)
  AC_PATH_PROG(GACUTIL, gacutil, no)
  
 Index: mono-tools.git/Mono.Profiler/compile
 ===================================================================
---- mono-tools.git.orig/Mono.Profiler/compile	2010-06-07 20:25:43.000000000 +0100
-+++ mono-tools.git/Mono.Profiler/compile	2010-06-07 20:25:50.000000000 +0100
+--- mono-tools.git.orig/Mono.Profiler/compile	2011-03-20 23:36:10.000000000 +0000
++++ mono-tools.git/Mono.Profiler/compile	2011-04-25 18:52:15.000000000 +0100
 @@ -1 +1 @@
 -gmcs -debug -out:profiler-decoder.exe profiler-decoder-library/*.cs profiler-file-decoder/*.cs
 +mono-csc -debug -out:profiler-decoder.exe profiler-decoder-library/*.cs profiler-file-decoder/*.cs

-- 
mono-tools



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