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

Jo Shields directhex at apebox.org
Tue Jan 24 21:24:17 UTC 2012


The following commit has been merged in the master branch:
commit 43bad86015be2664b684efe423af927e40bce9f7
Author: Jo Shields <directhex at apebox.org>
Date:   Tue Jan 24 20:58:06 2012 +0000

    Use system default compiler mono-csc, not gmcs

diff --git a/debian/rules b/debian/rules
index 596befe..b4525ba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ get-orig-source:
 	  --repack
 
 override_dh_auto_configure:
-	dh_auto_configure -- --disable-tests
+	dh_auto_configure -- GMCS=/usr/bin/mono-csc --disable-tests
 
 override_dh_auto_install:
 	dh_auto_install

-- 
mono-uia-atkbridge



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