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

Jo Shields directhex at apebox.org
Tue Jan 24 19:35:32 UTC 2012


The following commit has been merged in the master branch:
commit 977b55230a3c5ea8ac9509e54f7e5d8de7c68162
Author: Jo Shields <directhex at apebox.org>
Date:   Tue Jan 24 19:25:56 2012 +0000

    Use system default compiler mono-csc, not gmcs

diff --git a/debian/rules b/debian/rules
index bcb8b4e..c81c552 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,9 @@ override_dh_autoreconf:
 override_dh_clideps:
 	dh_clideps --exclude-moduleref=libgdk-win32-2.0-0.dll
 
+override_dh_auto_configure:
+	dh_auto_configure -- GMCS=/usr/bin/mono-csc
+
 get-orig-source:
 	uscan \
 		--package $(DEB_SOURCE_NAME) \

-- 
mono-uia



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