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

C.J. Adams-Collier (none) cjac at dev0.
Mon Aug 3 18:19:13 UTC 2009


The following commit has been merged in the master branch:
commit 5130405a275c6c103846f65d4c5f0b96aa5ceae9
Author: C.J. Adams-Collier <cjac at dev0.(none)>
Date:   Mon Aug 3 11:27:08 2009 -0700

    using xbuild's /t:Clean instead of rm -rf ;)

diff --git a/debian/rules b/debian/rules
index 6384f2a..65fe64a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,8 +21,8 @@ override_dh_auto_build: $(QUILT_STAMPFN)
 
 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
+	cd Merlin/Main/Languages/Ruby/ && \
+	  xbuild /t:Clean /p:TreatWarningsAsErrors=false Ruby.sln
 	dh $@
 
 get-orig-source: TARBALL_DIR = $(DEB_SOURCE_NAME)-$(UPVERSION)

-- 
ironruby



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