[Pkg-libvirt-commits] [SCM] Libguestfs Debian packaging branch, master, updated. debian/1%1.16.18-1-89-g6038ece

Hilko Bengen bengen at debian.org
Mon Jan 7 18:44:49 UTC 2013


The following commit has been merged in the master branch:
commit 1cde91e2d9cc24a8b1285773d5bc681f9dd3435f
Author: Hilko Bengen <bengen at debian.org>
Date:   Mon Jun 25 19:13:26 2012 +0200

    Moved installation of default configuration to the last position. This
    should fix the "libguestfs: error: FUSE not supported" problem
    reported by SharkWipf on IRC.

diff --git a/debian/rules b/debian/rules
index 7947e0a..fb143c4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -94,9 +94,9 @@ override_dh_auto_install:
 # We assume that the Python version used for building the Python
 # bindings doesn't affect the outcome of those builds.
 	set -e; for p in \
-		default \
 		$(filter-out $(PYTHON_DEFAULT), $(PYTHONS)) \
 		$(filter-out $(RUBY_DEFAULT), $(RUBIES)) \
+		default \
 	; do \
 		dh_auto_install --builddir=$(CURDIR)/debian/build-$$p ; \
 	done

-- 
Libguestfs Debian packaging



More information about the Pkg-libvirt-commits mailing list