[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:13:47 UTC 2009


The following commit has been merged in the master branch:
commit 156adad738626ab563ad1d58dfa4d73e85ff25b2
Author: Mirco Bauer <meebey at meebey.net>
Date:   Thu May 21 15:14:59 2009 +0200

    - pass --with-moonlight=no to configure call
    - removed net_2_1 profile from make install

diff --git a/debian/changelog b/debian/changelog
index ecd9736..7a5e0cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,7 +11,7 @@ mono (2.4+dfsg-1~pre1) unstable; urgency=low
     + Made get-orig-source policy conform (by using . as output path).
     + Dropped --with-oprofile from configure call as debian doesn't ship the
       needed header files for it.
-    + Dropped--with-moonlight from configure call as the moon source package
+    + Pass --with-moonlight=no to 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.
diff --git a/debian/rules b/debian/rules
index d3dcbc7..cbe47df 100755
--- a/debian/rules
+++ b/debian/rules
@@ -63,6 +63,7 @@ CONFIGURE =	CFLAGS="$(CFLAGS)" \
 		  --infodir=\$${prefix}/share/info --sysconfdir=/etc \
 		  --with-jit=yes --with-ikvm-native=no --with-preview=yes \
 		  --with-libgdiplus=installed --with-x=yes \
+		  --with-moonlight=no \
 		  --enable-quiet-build=no
 
 # Mono's build system doesn't like -j > 1
@@ -172,7 +173,6 @@ install-indep-stamp:
 	cd mcs && \
 	  $(MAKE) install NO_DIR_CHECK=1 DESTDIR=$(CURDIR)/debian/tmp && \
 	  $(MAKE) install NO_DIR_CHECK=1 DESTDIR=$(CURDIR)/debian/tmp PROFILE=net_2_0 && \
-	  $(MAKE) install NO_DIR_CHECK=1 DESTDIR=$(CURDIR)/debian/tmp PROFILE=net_2_1 && \
 	  $(MAKE) install NO_DIR_CHECK=1 DESTDIR=$(CURDIR)/debian/tmp PROFILE=net_3_5
 
 	# upstream forgot to remove this one

-- 
mono



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