[Pkg-mono-svn-commits] rev 918 - mcs/trunk/debian

Eduard Bloch blade@haydn.debian.org
Mon, 07 Jun 2004 10:41:54 -0600


Author: blade
Date: 2004-06-07 10:41:52 -0600 (Mon, 07 Jun 2004)
New Revision: 918

Modified:
   mcs/trunk/debian/changelog
   mcs/trunk/debian/rules
Log:
Building with net_2_0 profile


Modified: mcs/trunk/debian/changelog
===================================================================
--- mcs/trunk/debian/changelog	2004-06-07 14:39:30 UTC (rev 917)
+++ mcs/trunk/debian/changelog	2004-06-07 16:41:52 UTC (rev 918)
@@ -1,10 +1,11 @@
-mcs (0.95-0pre1v1) unstable; urgency=low
+mcs (0.95-0pre1v2) unstable; urgency=low
 
   * Mirco 'meebey' Bauer
     + New upstream release
     + debian/rules: added workaround patch for gacutil bug
   * Eduard Bloch
     + Added the virtual dependency packages (mono-assemblies-base-0.95)
+    + Building with net_2_0 profile to match the mono version
 
  -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Fri, 04 Jun 2004 20:04:50 +0200
 

Modified: mcs/trunk/debian/rules
===================================================================
--- mcs/trunk/debian/rules	2004-06-07 14:39:30 UTC (rev 917)
+++ mcs/trunk/debian/rules	2004-06-07 16:41:52 UTC (rev 918)
@@ -15,7 +15,7 @@
 	# gacutil bug, he ignores the /root parameter
 	perl -pe 's,/root \$$\(DESTDIR\)\$$\(prefix\)/lib /package \$$\(PACKAGE\),/package \$$\(PACKAGE\) /root \$$\(DESTDIR\)\$$\(prefix\)/lib,' \
 	  -i $(CURDIR)/build/library.make
-	./configure --prefix=/usr
+	./configure --prefix=/usr --profile=net_2_0
 	$(MAKE)
 #	cd add-ons/* ; ./configure --prefix=/usr && make
 	touch build-stamp