[Pkg-libvirt-commits] [Git][libvirt-team/libvirt][debian/sid] Drop sheepdog support

Guido Günther gitlab at salsa.debian.org
Sun Jan 13 12:35:37 GMT 2019


Guido Günther pushed to branch debian/sid at Libvirt Packaging Team / libvirt


Commits:
1c46a4c5 by Guido Günther at 2019-01-13T12:24:12Z
Drop sheepdog support

Closes: #908071

- - - - -


4 changed files:

- debian/control
- − debian/libvirt-daemon-driver-storage-sheepdog.install
- debian/libvirt-daemon-system.NEWS
- debian/rules


Changes:

=====================================
debian/control
=====================================
@@ -49,8 +49,6 @@ Build-Depends:
  xsltproc,
  zfsutils [kfreebsd-amd64 kfreebsd-i386],
  po-debconf,
-# for --with-storage-sheepdog
- sheepdog [linux-any],
 # for --with-storage-rados
  librbd-dev [linux-any],
  librados-dev [linux-any],
@@ -113,7 +111,6 @@ Recommends:
 Suggests:
  libvirt-daemon-driver-storage-gluster,
  libvirt-daemon-driver-storage-rbd,
- libvirt-daemon-driver-storage-sheepdog,
  libvirt-daemon-driver-storage-zfs,
  libvirt-daemon-system,
  numad,
@@ -159,23 +156,6 @@ Description: Virtualization daemon RBD storage driver
  .
  This package contains the libvirtd storage driver for RBD/Rados/Ceph.
 
-Package: libvirt-daemon-driver-storage-sheepdog
-Architecture: linux-any
-Depends:
- ${misc:Depends},
- ${shlibs:Depends},
- libvirt-daemon (= ${binary:Version}),
-Replaces: libvirt-daemon (<< 3.7.0-3~)
-Breaks: libvirt-daemon (<< 3.7.0-3~)
-Section: admin
-Description: Virtualization daemon Sheedog storage driver
- Libvirt is a C toolkit to interact with the virtualization capabilities
- of recent versions of Linux (and other OSes). The library aims at providing
- a long term stable C API for different virtualization mechanisms. It currently
- supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox.
- .
- This package contains the libvirtd storage driver for Sheepdog.
-
 Package: libvirt-daemon-driver-storage-zfs
 Architecture: linux-any
 Depends:


=====================================
debian/libvirt-daemon-driver-storage-sheepdog.install deleted
=====================================
@@ -1 +0,0 @@
-/usr/lib/libvirt/storage-backend/libvirt_storage_backend_sheepdog.so


=====================================
debian/libvirt-daemon-system.NEWS
=====================================
@@ -1,3 +1,10 @@
+libvirt (4.10.0-3) unstable; urgency=medium
+
+  Sheepdog support has been removed since sheepdog is unmaintained
+  in Debian. See #918947.
+
+ -- Guido Günther <agx at sigxcpu.org>  Sun, 13 Jan 2019 13:20:54 +0100
+
 libvirt (2.5.0-2) unstable; urgency=medium
 
   libvirt-daemon-system now uses the allocated uid and gid 64055


=====================================
debian/rules
=====================================
@@ -24,7 +24,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_STORAGE_RBD    = --with-storage-rbd
   WITH_STORAGE_ZFS    = --with-storage-zfs
   WITH_STORAGE_GLUSTER = --with-storage-gluster
@@ -64,7 +63,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_STORAGE_RBD    = --without-storage-rbd
   WITH_UDEV           = --without-udev
   WITH_CAPNG          = --without-capng
@@ -107,7 +105,7 @@ DEB_CONFIGURE_EXTRA_ARGS :=      \
 	$(WITH_STORAGE_LVM)	 \
 	$(WITH_STORAGE_ISCSI)	 \
 	$(WITH_STORAGE_DISK)	 \
-	$(WITH_STORAGE_SHEEPDOG) \
+	--without-storage-sheepdog \
 	$(WITH_STORAGE_RBD)      \
 	$(WITH_STORAGE_GLUSTER)  \
 	$(WITH_STORAGE_ZFS)      \



View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt/commit/1c46a4c5726854ffe203aae331881f9898a012dc

-- 
View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt/commit/1c46a4c5726854ffe203aae331881f9898a012dc
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-libvirt-commits/attachments/20190113/cd699f9f/attachment-0001.html>


More information about the Pkg-libvirt-commits mailing list