[Pkg-cli-apps-commits] [SCM] longomatch branch, master, updated. upstream/0.15.5-22-ga42996f

Stefan Ebner sebner at ubuntu.com
Fri Jan 29 20:19:35 UTC 2010


The following commit has been merged in the master branch:
commit a42996ffd5c0f8b42f7ae43dbdce55f8fc26ff0d
Author: Stefan Ebner <sebner at ubuntu.com>
Date:   Fri Jan 29 21:09:41 2010 +0100

    Update mono-csc patch

diff --git a/debian/patches/01_use_mono-csc b/debian/patches/01_use_mono-csc
index 89f5dac..ee2b48b 100644
--- a/debian/patches/01_use_mono-csc
+++ b/debian/patches/01_use_mono-csc
@@ -1,11 +1,13 @@
-Index: b/configure.ac
-# Description: Patch to use mono-csc instead of csc
+Index: longomatch/configure.ac
 ===================================================================
---- a/configure.ac	2010-01-29 20:29:27.244764039 +0100
-+++ b/configure.ac	2010-01-29 20:50:57.795727845 +0100
-@@ -31,20 +31,9 @@
+--- longomatch.orig/configure.ac	2010-01-29 21:09:11.608748567 +0100
++++ longomatch/configure.ac	2010-01-29 21:09:29.927730309 +0100
+@@ -29,22 +29,11 @@
+ 
+ 
  dnl Check for C# compiler
- AC_PATH_PROG(CSC, csc, no)
+-AC_PATH_PROG(CSC, csc, no)
++AC_PATH_PROG(CSC, mono-csc, no)
  if test "x$CSC" = "xno"; then
 -	AC_PATH_PROG(MCS, gmcs, no)
 -	if test "x$MCS" = "xno"; then

-- 
longomatch



More information about the Pkg-cli-apps-commits mailing list