[Pkg-libvirt-commits] [libvirt] 01/03: Drop sheepdog support
Guido Guenther
agx at alioth.debian.org
Wed Sep 18 07:03:51 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 b46b7548ff8c9f0d9d8d97ecd53fffb02b97fce4
Author: Guido Günther <agx at sigxcpu.org>
Date: Tue Sep 17 18:03:39 2013 +0200
Drop sheepdog support
not available in Wheezy
---
debian/control | 2 --
debian/rules | 2 --
2 files changed, 4 deletions(-)
diff --git a/debian/control b/debian/control
index 8ad8d8c..267023e 100644
--- a/debian/control
+++ b/debian/control
@@ -38,8 +38,6 @@ Build-Depends:
libsanlock-dev [linux-any],
libaudit-dev [linux-any],
systemtap-sdt-dev [amd64 armel armhf i386 ia64 powerpc s390],
-# for --with-storage-sheepdog
- sheepdog [linux-any],
# For "make check"
augeas-tools,
dwarves,
diff --git a/debian/rules b/debian/rules
index 84a1397..fb28b4b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,6 @@ 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
@@ -45,7 +44,6 @@ 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
--
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