[Pkg-libvirt-commits] [libvirt] 04/06: Disable xenlight support

Guido Guenther agx at moszumanska.debian.org
Tue Dec 17 20:29:40 UTC 2013


This is an automated email from the git hooks/post-receive script.

agx pushed a commit to branch bpo/wheezy
in repository libvirt.

commit 4db6aaa9d9377b2967da0ee0c0bcefa3e65e392e
Author: Guido Günther <agx at sigxcpu.org>
Date:   Fri Dec 6 10:53:21 2013 +0100

    Disable xenlight support
    
    not available in wheezy
---
 debian/control | 2 +-
 debian/rules   | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index e7f8d9d..5bc56dc 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends:
  python-all-dev (>= 2.6.6-3~),
  libavahi-client-dev,
  libsasl2-dev,
- libxen-dev (>= 4.3) [i386 amd64],
+ libxen-dev [i386 amd64],
  lvm2 [linux-any],
  open-iscsi [linux-any],
  libparted0-dev (>= 2.2),
diff --git a/debian/rules b/debian/rules
index 6139222..18373b1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -61,8 +61,10 @@ else
   WITH_VBOX           = --without-vbox
 endif
 
+# Not available in wheezy
 WITH_STORAGE_SHEEPDOG = --without-storage-sheepdog
-WITH_STORAGE_RBD    = --without-storage-rbd
+WITH_STORAGE_RBD      = --without-storage-rbd
+WITH_LIBXL            = --without-libxl
 
 DEB_CONFIGURE_EXTRA_ARGS :=      \
 	--disable-silent-rules   \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libvirt.git



More information about the Pkg-libvirt-commits mailing list