[Pkg-libvirt-commits] [SCM] Libvirt Debian packaging branch, master, updated. debian/0.9.2-6
Guido Günther
agx at sigxcpu.org
Fri Jul 8 20:47:41 UTC 2011
The following commit has been merged in the master branch:
commit b385504344b41ed78433c4ccb6149b869586a136
Author: Guido Günther <agx at sigxcpu.org>
Date: Mon Jul 4 09:12:59 2011 +0200
Disable the testsuite on all architectures
except i386 and amd64 so the current version can move into testing.
diff --git a/debian/rules b/debian/rules
index 3c1df6d..b7c662a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,9 @@
#!/usr/bin/make -f
DEB_BUILD_PARALLEL = yes
-DEB_MAKE_CHECK_TARGET = check
ifneq (,$(findstring $(DEB_HOST_ARCH), i386 amd64))
+ DEB_MAKE_CHECK_TARGET = check
WITH_XEN = --with-xen
WITH_VBOX = --with-vbox
else
--
Libvirt Debian packaging
More information about the Pkg-libvirt-commits
mailing list