[Pkg-mono-svn-commits] [SCM] mono branch, master, updated. debian/2.4+dfsg-2-27-g9f85406

Mirco Bauer meebey at meebey.net
Sun Jun 14 03:37:23 UTC 2009


The following commit has been merged in the master branch:
commit 9f854062cf32680bbdc8a60e4c56381f36ca364f
Author: Mirco Bauer <meebey at meebey.net>
Date:   Sun Jun 14 04:46:48 2009 +0200

    fixed abc path cleanup

diff --git a/debian/rules b/debian/rules
index bd15cad..c4b7962 100755
--- a/debian/rules
+++ b/debian/rules
@@ -189,7 +189,13 @@ test-arch-stamp: configure-arch-stamp build-arch-stamp
 	cd mono/tests && $(MAKE) clean
 	# funny bug-459094.cs creates too long directory names which
 	# pbuilder is unable to remove, eh
-	cd mono/tests && rm -rf "abcde12345abcde12345abcde12345abcde12345*"
+	cd mono/tests && rm -rf abcde12345abcde12345abcde12345abcde12345*
+	rm -rf \
+		mcs/class/lib/basic \
+		mcs/class/lib/net_1_1 \
+		mcs/class/lib/net_1_1_bootstrap \
+		mcs/class/lib/net_2_0 \
+		mcs/class/lib/net_2_0_bootstrap
 
 	touch $@
 

-- 
mono



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