[Pkg-cli-apps-commits] [SCM] longomatch branch, master, updated. debian/0.15.5-1-9-gcb3ae81

Stefan Ebner sebner at ubuntu.com
Thu Apr 8 14:43:52 UTC 2010


The following commit has been merged in the master branch:
commit cb3ae8174d9fe8b5fd3f21e3af0387b7b4efa153
Author: Stefan Ebner <sebner at ubuntu.com>
Date:   Thu Apr 8 16:43:39 2010 +0200

    Refreshed

diff --git a/debian/patches/01_use_mono-csc b/debian/patches/01_use_mono-csc
index 768c330..36b98f1 100644
--- a/debian/patches/01_use_mono-csc
+++ b/debian/patches/01_use_mono-csc
@@ -1,31 +1,26 @@
-Index: longomatch/configure.ac
+Index: b/configure.ac
 ===================================================================
---- 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 @@
-
-
+--- a/configure.ac	2010-04-08 16:39:54.604986648 +0200
++++ b/configure.ac	2010-04-08 16:42:44.852996735 +0200
+@@ -40,19 +40,8 @@
  dnl Check for C# compiler
--AC_PATH_PROG(CSC, csc, no)
-+AC_PATH_PROG(CSC, mono-csc, no)
+ AC_PATH_PROG(CSC, csc, no)
  if test "x$CSC" = "xno"; then
 -	AC_PATH_PROG(MCS, gmcs, no)
 -	if test "x$MCS" = "xno"; then
 -       		AC_PATH_PROG(MCS2, gmcs2,no)
 -		if test "x$MCS2" = "xno"; then
 -			AC_MSG_ERROR([You need to install a C-sharp compiler])
--		else
--			AC_SUBST(CSC,[gmcs2])
+-		else 
+-			AC_SUBST(CSC,[gmcs2])	
 -		fi
--
--	else
+-	
+-	else 
 -		AC_SUBST(CSC,[gmcs])
 -	fi
--else
--	AC_SUBST(CSC,[csc])
-+        AC_MSG_ERROR([You need to install a C-sharp compiler])
+-else 
++	AC_MSG_ERROR([You need to install a C-sharp compiler])
 +else
-+	AC_SUBST(CSC,[mono-csc])
+ 	AC_SUBST(CSC,[csc])
  fi
-
- dnl Check for gettext utils
+ 

-- 
longomatch



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