[Pkg-libvirt-commits] [SCM] Libvirt Debian packaging branch, master, updated. debian/0.9.0-1

Guido Günther agx at sigxcpu.org
Sat Apr 16 13:56:06 UTC 2011


The following commit has been merged in the master branch:
commit 1c29d34c6e84a2f36d9219884f2fe6b052cd366b
Author: Guido Günther <agx at sigxcpu.org>
Date:   Wed Apr 6 12:03:25 2011 +0200

    Enable make check

diff --git a/debian/control b/debian/control
index 9a957fb..b582e11 100644
--- a/debian/control
+++ b/debian/control
@@ -27,7 +27,9 @@ Build-Depends: cdbs (>= 0.4.90~),
  policykit-1,
  libcap-ng-dev [linux-any],
  virtualbox-ose [amd64 i386],
- libnl-dev [linux-any]
+ libnl-dev [linux-any],
+# For "make check"
+ libxml2-utils,
 XS-Python-Version: current
 Build-Conflicts: dpkg-dev (= 1.15.3)
 Vcs-Git: git://git.debian.org/git/pkg-libvirt/libvirt.git
diff --git a/debian/rules b/debian/rules
index 9b80797..d6d2ef7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 DEB_BUILD_PARALLEL = yes
+DEB_MAKE_CHECK_TARGET = check
 
 ifneq (,$(findstring $(DEB_HOST_ARCH), i386 amd64))
   WITH_XEN = --with-xen

-- 
Libvirt Debian packaging



More information about the Pkg-libvirt-commits mailing list