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


The following commit has been merged in the master branch:
commit b2a3b4889e8c29d502d1bf6d36463f574b60abc5
Author: Mirco Bauer <meebey at meebey.net>
Date:   Sun Jun 14 03:51:20 2009 +0200

    clean it good

diff --git a/debian/rules b/debian/rules
index 74c3f4f..102a322 100755
--- a/debian/rules
+++ b/debian/rules
@@ -185,6 +185,12 @@ test-arch-stamp: configure-arch-stamp build-arch-stamp
 	# show time baby: run all tests
 	-$(TEST)
 
+	# clean up
+	cd mono/test && $(MAKE) clean
+	# funny bug-459094.cs creates too long directory names which
+	# pbuilder is unable to remove, eh
+	cd mono/test && rm -rf "abcde12345abcde12345abcde12345abcde12345*"
+
 	touch $@
 
 clean: clean-patched unpatch

-- 
mono



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