[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:57 UTC 2009
The following commit has been merged in the master branch:
commit 4552948de4122864b3c505493108071ce6120462
Merge: 289c47e25024495be261747d418ca17fc638dc6b c115820ff7008b74deab8d81593e96628cf6febf
Author: Mirco Bauer <meebey at meebey.net>
Date: Mon Aug 3 19:59:18 2009 +0200
Merge branch 'master' of git+ssh://git.debian.org/git/pkg-cli-libs/packages/ironruby
diff --combined debian/rules
index 466504d,6f82b30..7513a03
--- a/debian/rules
+++ b/debian/rules
@@@ -15,27 -15,26 +15,18 @@@ DEB_SOURCE_NAME = $(shell dpkg-parsecha
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
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