[Pkg-mono-svn-commits] [SCM] mono-uia-winforms branch, master, updated. debian/2.1-1

Jo Shields directhex at apebox.org
Tue Jan 24 20:20:28 UTC 2012


The following commit has been merged in the master branch:
commit 8615b757bbb750b28bcbe994aedef1a9643899ea
Author: Jo Shields <directhex at apebox.org>
Date:   Tue Jan 24 19:57:39 2012 +0000

    Use system default compiler mono-csc, not gmcs

diff --git a/debian/rules b/debian/rules
index 612da1e..9e84c12 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,7 @@ override_dh_autoreconf:
 	dh_autoreconf autoreconf -- -f -i -I .
 
 override_dh_auto_configure:
-	dh_auto_configure -- --disable-tests
+	dh_auto_configure -- GMCS=/usr/bin/mono-csc --disable-tests
 
 %:
 	dh $@ --with cli,autoreconf

-- 
mono-uia-winforms



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