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

Eduard Bloch blade@quantz.debian.org
Sat, 28 Feb 2004 13:12:33 +0100


Author: blade
Date: 2004-02-28 13:12:33 +0100 (Sat, 28 Feb 2004)
New Revision: 379

Modified:
   mcs/trunk/debian/changelog
   mcs/trunk/debian/rules
Log:
Michael Daenzer's fixes


Modified: mcs/trunk/debian/changelog
===================================================================
--- mcs/trunk/debian/changelog	2004-02-28 07:28:09 UTC (rev 378)
+++ mcs/trunk/debian/changelog	2004-02-28 12:12:33 UTC (rev 379)
@@ -2,6 +2,7 @@
 
   * NOT RELEASED YET
   * limited the arch list to supported only
+  * build fixes from Michael Dänzer
 
  -- Eduard Bloch <blade@debian.org>  Tue, 24 Feb 2004 19:07:59 +0100
 

Modified: mcs/trunk/debian/rules
===================================================================
--- mcs/trunk/debian/rules	2004-02-28 07:28:09 UTC (rev 378)
+++ mcs/trunk/debian/rules	2004-02-28 12:12:33 UTC (rev 379)
@@ -7,7 +7,8 @@
 build: build-stamp
 build-stamp:
 	dh_testdir
-	mkdir .wabi
+	mkdir -p .wabi
+	perl -pe 's/RUNTIME.=.mono/RUNTIME = cli/;' -i build/config-default.make
 	$(MAKE) prefix=/usr
 	touch build-stamp