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

Mirco Bauer meebey at meebey.net
Mon Aug 3 17:59:58 UTC 2009


The following commit has been merged in the master branch:
commit d5e81b113eb31ccc338a6b9ab55e5391c26b63a2
Author: Mirco Bauer <meebey at meebey.net>
Date:   Mon Aug 3 19:59:36 2009 +0200

    no need to call dh_installman, dh does that for us already

diff --git a/debian/rules b/debian/rules
index 7513a03..5ba8b15 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,15 +19,6 @@ override_dh_auto_build: $(QUILT_STAMPFN)
 	cd Merlin/Main/Languages/Ruby/ && \
 	  xbuild /p:TreatWarningsAsErrors=false Ruby.sln
 
-override_dh_auto_install:
-	# <$(MAKE) install>
-	mkdir -p $(CURDIR)/debian/tmp/usr/lib/ironruby \
-		$(CURDIR)/debian/tmp/usr/bin
-
-	dh_installman -i
-
-	# </$(MAKE) install>
-
 clean: unpatch
 	rm -rf Merlin/Main/Bin/
 	find ./ -iname '*.exe' -o -iname '*.dll' -o -iname '*.pdb' -o -iname '*.mdb' -exec rm \{\} \;

-- 
ironruby



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