[Pkg-cli-libs-commits] [SCM] ironruby branch, master, updated. debian/0.9.0+dfsg-1-18-gfc2ab12

Mirco Bauer meebey at meebey.net
Mon Aug 3 18:23:53 UTC 2009


The following commit has been merged in the master branch:
commit 005c5e0142ac2e85e3c4ed9958f7c13e5d589b82
Author: Mirco Bauer <meebey at meebey.net>
Date:   Mon Aug 3 20:18:38 2009 +0200

    relaced the dangerous find + delete command with a relaxed one and use override for the clean target too

diff --git a/debian/rules b/debian/rules
index 5ba8b15..71d5225 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,11 +19,12 @@ override_dh_auto_build: $(QUILT_STAMPFN)
 	cd Merlin/Main/Languages/Ruby/ && \
 	  xbuild /p:TreatWarningsAsErrors=false Ruby.sln
 
-clean: unpatch
+override_dh_clean: unpatch
 	rm -rf Merlin/Main/Bin/
-	find ./ -iname '*.exe' -o -iname '*.dll' -o -iname '*.pdb' -o -iname '*.mdb' -exec rm \{\} \;
-	rm -f Merlin/Main/Languages/Ruby/Ruby.sln.proj
-	dh $@
+	rm -f Merlin/Main/Languages/Ruby/Ruby.sln.proj \
+	      Merlin/Main/Runtime/Microsoft.Scripting/Microsoft.Scripting.csproj.bak
+	find Merlin/ ndp/ -iname '*.exe' -o -iname '*.dll' -delete
+	dh_clean
 
 get-orig-source: TARBALL_DIR = $(DEB_SOURCE_NAME)-$(UPVERSION)
 get-orig-source:

-- 
ironruby



More information about the Pkg-cli-libs-commits mailing list