[Pkg-mono-svn-commits] [SCM] mono branch, master-experimental, updated. debian/2.10.5-1-6-gc8d8021

Mirco Bauer meebey at meebey.net
Fri Dec 30 14:50:53 UTC 2011


The following commit has been merged in the master-experimental branch:
commit c8d802161019a8eb64d923d75554164aa4efa496
Author: Mirco Bauer <meebey at meebey.net>
Date:   Fri Dec 30 15:50:40 2011 +0100

    Build mono-api-diff and MonoGetAssemblyName with dmcs instead of gmcs

diff --git a/debian/rules b/debian/rules
index efb5214..3aca1e3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -229,13 +229,13 @@ binary-indep: build-stamp install-stamp
 	# Build the late-GAC tool,
 	# using the built Mono runtime from debian/tmp
 	# (thus the install-arch target dependency!)
-	$(RUN_MONO) mcs/class/lib/net_2_0/gmcs.exe \
+	$(RUN_MONO) mcs/class/lib/net_4_0/dmcs.exe \
 	  -target:exe \
 	  -out:debian/MonoGetAssemblyName.exe \
 	  debian/MonoGetAssemblyName.cs
 
 	# Build mono-api-diff
-	$(RUN_MONO) mcs/class/lib/net_2_0/gmcs.exe \
+	$(RUN_MONO) mcs/class/lib/net_4_0/dmcs.exe \
 	  -target:exe \
 	  -out:debian/mono-api-diff.exe \
 	  debian/mono-api-diff.cs

-- 
mono



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