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


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

    migrated from -before/after chainin to dh's override targets

diff --git a/debian/rules b/debian/rules
index 078a509..466504d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,17 +15,11 @@ DEB_SOURCE_NAME = $(shell dpkg-parsechangelog -l$(DEBIAN_DIR)/changelog | grep ^
 include /usr/share/cli-common/cli.make
 include /usr/share/quilt/quilt.make
 
-build: $(QUILT_STAMPFN)
-	dh $@ --before build
+override_dh_auto_build: $(QUILT_STAMPFN)
 	cd Merlin/Main/Languages/Ruby/ && \
-	xbuild /p:TreatWarningsAsErrors=false Ruby.sln
+	  xbuild /p:TreatWarningsAsErrors=false Ruby.sln
 
-binary: binary-indep
-binary-indep: install
-	
-
-install: build
-	dh $@ --before dh_install
+override_dh_auto_install:
 	# <$(MAKE) install>
 	mkdir -p $(CURDIR)/debian/tmp/usr/lib/ironruby \
 		$(CURDIR)/debian/tmp/usr/bin
@@ -42,8 +36,6 @@ install: build
 	dh_installman -i
 
 	# </$(MAKE) install>
-	
-	dh $@ --remaining
 
 clean: unpatch
 	rm -rf Merlin/Main/Bin/

-- 
ironruby



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