[Pkg-libvirt-commits] [SCM] Libguestfs Debian packaging branch, master, updated. debian/1.14.0-1-4-g4a82e6b
Hilko Bengen
bengen at debian.org
Sun Oct 30 15:23:52 UTC 2011
The following commit has been merged in the master branch:
commit af2dba0f75b160acbf4ee2572e740129cbb919e5
Author: Hilko Bengen <bengen at debian.org>
Date: Sat Oct 29 23:42:46 2011 +0200
Enabled running tests for all build directories
diff --git a/debian/rules b/debian/rules
index 6f76cb0..b2a9af1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,14 +56,16 @@ override_dh_auto_build:
done
override_dh_auto_test:
- dh_auto_test --builddir=$(CURDIR)/debian/build-$(PYTHON_DEFAULT)
+ set -e; for p in $(PYTHONS); do \
+ dh_auto_test --builddir=$(CURDIR)/debian/build-$(PYTHON_DEFAULT); \
+ done
override_dh_auto_install:
# All build trees contain the library plus guestfish and C virt tools.
# 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 $(PYTHONS); do \
- dh_auto_install --builddir=$(CURDIR)/debian/build-$$p ; \
+ dh_auto_install --builddir=$(CURDIR)/debian/build-$$p ; \
done
override_dh_install:
--
Libguestfs Debian packaging
More information about the Pkg-libvirt-commits
mailing list