[Pkg-mono-svn-commits] [SCM] mono branch, master, updated. 2.0.1-6-92-g5f57dc0

Mirco Bauer meebey at meebey.net
Mon May 25 18:12:55 UTC 2009


The following commit has been merged in the master branch:
commit cd643da048312b944a424c450a69f9f061558c35
Author: Mirco Bauer <meebey at meebey.net>
Date:   Sun May 10 18:49:33 2009 +0200

    Build MonoGetAssemblyName using gmcs instead of mcs

diff --git a/debian/changelog b/debian/changelog
index ce6195b..525e943 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ mono (2.4+dfsg-1~pre1) unstable; urgency=low
     + Dropped--with-moonlight from configure call as the moon source package
       will ship the assemblies with the release containing Silverlight 2.0
       support.
+    + Build MonoGetAssemblyName using gmcs instead of mcs.
   * debian/README.source:
     + Mention which files we removed and how to create the tarball we use.
     + Document which binaries are required to bootstrap the C# compiler.
@@ -45,7 +46,7 @@ mono (2.4+dfsg-1~pre1) unstable; urgency=low
     + Added autoconf to build-deps, as we autoreconf in debian/rules now.
     + Dropped autoreconf dpatch.
 
- -- Mirco Bauer <meebey at debian.org>  Sat, 11 Apr 2009 02:25:02 +0200
+ -- Mirco Bauer <meebey at debian.org>  Sun, 10 May 2009 18:47:59 +0200
 
 mono (2.0.1-6) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index f573859..4791938 100755
--- a/debian/rules
+++ b/debian/rules
@@ -267,8 +267,9 @@ binary-indep: build-arch install-arch build-indep install-indep
 	# using the built Mono runtime from debian/tmp
 	# (thus the install-arch target dependency!)
 	mkdir -p debian/mono-gac/usr/share/mono
-	$(RUN_MONO) mcs/class/lib/default/mcs.exe /t:exe \
-	  /out:debian/mono-gac/usr/share/mono/MonoGetAssemblyName.exe \
+	$(RUN_MONO) mcs/class/lib/net_2_0/gmcs.exe \
+	  -target:exe \
+	  -out:debian/mono-gac/usr/share/mono/MonoGetAssemblyName.exe \
 	  debian/MonoGetAssemblyName.cs
 
 	install -m 644 debian/System.Data.dll.config debian/libmono-system-data1.0-cil/usr/lib/mono/gac/System.Data/1.0.*/

-- 
mono



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