[Pkg-libvirt-commits] [SCM] Libguestfs Debian packaging branch, master, updated. debian/1%1.20.4-1-6-gd1ea0ec

Hilko Bengen bengen at debian.org
Wed Apr 17 07:28:45 UTC 2013


The following commit has been merged in the master branch:
commit 2f50fb745df815f95ba3f74723058327ebbbfed4
Author: Hilko Bengen <bengen at debian.org>
Date:   Thu Apr 11 22:11:01 2013 +0200

    Set INSTALLDIRS for installing Ruby bindings

diff --git a/debian/rules b/debian/rules
index a5baeb8..71db6e3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -81,23 +81,22 @@ override_dh_strip:
 	dh_strip --dbg-package=libguestfs0-dbg
 
 override_dh_auto_build:
-# also build part of appliance
-	dh_auto_build --builddir=$(CURDIR)/debian/build-default \
-		-- INSTALLDIRS=vendor LD_RUN_PATH=""
-
-	$(MAKE) -C $(CURDIR)/debian/build-default/appliance \
-		make.sh \
-		packagelist excludelist \
-		supermin.d/daemon.img supermin.d/init.img
-
 	set -e; for p in \
 		$(filter-out $(PYTHON_DEFAULT), $(PYTHONS)) \
 		$(filter-out $(RUBY_DEFAULT), $(RUBIES)) \
 		$(filter-out $(LUA_DEFAULT), $(LUAS)) \
+		default \
 	; do \
-		dh_auto_build --builddir=$(CURDIR)/debian/build-$$p ; \
+		dh_auto_build --builddir=$(CURDIR)/debian/build-$$p \
+			-- INSTALLDIRS=vendor LD_RUN_PATH=""; \
 	done
 
+	# also build part of appliance
+	$(MAKE) -C $(CURDIR)/debian/build-default/appliance \
+		make.sh \
+		packagelist excludelist \
+		supermin.d/daemon.img supermin.d/init.img
+
 override_dh_auto_test:
 	set -e; for p in \
 		default \
@@ -119,7 +118,8 @@ override_dh_auto_install:
 		$(filter-out $(LUA_DEFAULT), $(LUAS)) \
 		default \
 	; do \
-		dh_auto_install --builddir=$(CURDIR)/debian/build-$$p ; \
+		dh_auto_install --builddir=$(CURDIR)/debian/build-$$p \
+			-- INSTALLDIRS=vendor; \
 	done
 
 override_dh_install:

-- 
Libguestfs Debian packaging



More information about the Pkg-libvirt-commits mailing list