[Pkg-libvirt-commits] [SCM] Libvirt Debian packaging branch, experimental, updated. debian/0.10.1-1
Guido Günther
agx at sigxcpu.org
Thu Sep 6 11:18:12 UTC 2012
The following commit has been merged in the experimental branch:
commit 8d4f9dc38b83043c19aec4af089dbfbc7c8c6705
Author: Guido Günther <agx at sigxcpu.org>
Date: Wed Aug 29 07:40:47 2012 +0200
Enable sheepdog support
diff --git a/debian/control b/debian/control
index 787a155..1e346fc 100644
--- a/debian/control
+++ b/debian/control
@@ -34,6 +34,8 @@ Build-Depends: cdbs (>= 0.4.90~),
radvd [linux-any],
libnetcf-dev [linux-any],
libsanlock-dev [linux-any],
+# for --with-storage-sheepdog
+ sheepdog,
# For "make check"
dwarves,
libxml2-utils,
diff --git a/debian/rules b/debian/rules
index e711a41..58b0cbd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,7 @@ ifneq (,$(findstring $(DEB_HOST_ARCH_OS), linux))
WITH_STORAGE_LVM = --with-storage-lvm
WITH_STORAGE_ISCSI = --with-storage-iscsi
WITH_STORAGE_DISK = --with-storage-disk
+ WITH_STORAGE_SHEEPDOG = --with-storage-sheepdog
WITH_UDEV = --with-udev --without-hal
WITH_CAPNG = --with-capng
WITH_POLKIT = --with-polkit
@@ -44,6 +45,7 @@ else
WITH_STORAGE_LVM = --without-storage-lvm
WITH_STORAGE_ISCSI = --without-storage-iscsi
WITH_STORAGE_DISK = --without-storage-disk
+ WITH_STORAGE_SHEEPDOG = --without-storage-sheepdog
WITH_UDEV = --without-udev --with-hal
WITH_CAPNG = --without-capng
WITH_POLKIT = --without-polkit
--
Libvirt Debian packaging
More information about the Pkg-libvirt-commits
mailing list