[Pkg-mono-svn-commits] [SCM] mono branch, master-experimental, updated. debian/2.6.7-5-60-gcb9cfec

Mirco Bauer meebey at meebey.net
Sat Mar 26 17:52:00 UTC 2011


The following commit has been merged in the master-experimental branch:
commit e618805c8b0b0dce0e2a3a70db5b3f94897345c0
Author: Mirco Bauer <meebey at meebey.net>
Date:   Tue Mar 15 21:05:01 2011 +0100

    Don't delete ltmain.sh in clean target as autoreconf is not recreating it

diff --git a/debian/rules b/debian/rules
index a00e94b..aff5b1d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -148,7 +148,7 @@ clean:
 	      debian/mono-api-diff.exe
 
 	# clean stuff handled by autoreconf
-	rm -rf configure config.sub config.guess ltmain.sh aclocal.m4 autom4te.cache/
+	rm -rf configure config.sub config.guess aclocal.m4 autom4te.cache/
 	find . -name "Makefile.in" -delete
 
 	rm -f autoreconf-stamp

-- 
mono



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