[Pkg-mono-svn-commits] [mono-tools] 06/09: Override GMCS as well as MCS and DMCS

Jo Shields directhex at alioth.debian.org
Thu Oct 10 09:11:45 UTC 2013


This is an automated email from the git hooks/post-receive script.

directhex pushed a commit to branch master
in repository mono-tools.

commit 967c86d8b9eaedfca6129c494b00e9d74c13a101
Author: Jo Shields <directhex at apebox.org>
Date:   Thu Oct 10 10:30:26 2013 +0200

    Override GMCS as well as MCS and DMCS
---
 debian/patches/00-fix_build_system.patch |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/debian/patches/00-fix_build_system.patch b/debian/patches/00-fix_build_system.patch
index 7ce5152..1ca1d5d 100644
--- a/debian/patches/00-fix_build_system.patch
+++ b/debian/patches/00-fix_build_system.patch
@@ -1,23 +1,24 @@
 Index: mono-tools.git/configure.in
 ===================================================================
---- mono-tools.git.orig/configure.in	2011-05-05 22:36:30.000000000 +0100
-+++ mono-tools.git/configure.in	2011-05-05 22:36:55.000000000 +0100
+--- mono-tools.git.orig/configure.in	2013-10-10 10:29:20.339411990 +0200
++++ mono-tools.git/configure.in	2013-10-10 10:30:11.059319940 +0200
 @@ -10,9 +10,9 @@
  AC_SUBST(ACLOCAL_FLAGS)
  
  dnl C# compiler
 -AC_PATH_PROG(MCS, mcs, no)
-+AC_PATH_PROG(MCS, mono-csc, no)
- AC_PATH_PROG(GMCS, gmcs, 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	2011-05-05 22:36:30.000000000 +0100
-+++ mono-tools.git/Mono.Profiler/compile	2011-05-05 22:36:40.000000000 +0100
+--- mono-tools.git.orig/Mono.Profiler/compile	2013-10-10 10:29:20.339411990 +0200
++++ mono-tools.git/Mono.Profiler/compile	2013-10-10 10:29:20.335412628 +0200
 @@ -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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mono/packages/mono-tools.git



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