[Pkg-libvirt-commits] [Git][libvirt-team/libvirt][debian/master] d/control: fix circular dependency on libvirt-daemon-driver-qemu (Closes: #963898)

Guido Günther gitlab at salsa.debian.org
Thu Jan 14 13:00:54 GMT 2021



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


Commits:
8c1bf5dc by Christian Ehrhardt at 2021-01-14T12:46:21+01:00
d/control: fix circular dependency on libvirt-daemon-driver-qemu (Closes: #963898)

Back when we split the connection drivers we wanted to make the most
common case 'qemu' to be depended on. But lintian rightfully yells at us

  W: libvirt source: intra-source-package-circular-dependency libvirt-daemon
  libvirt-daemon-driver-qemu

While it is the most common case there is no strict need to use it with
qemu - so a recommends makes more sense here.

The drawback is that people that run install-recommends:false will not
get a working qemu/kvm setup, but that would be correct for what they
asked apt to be installed.

Fixes: 8dc356ce "Move qemu, lxc, uml, vbox and xen connection drivers into
separate packages."

Signed-off-by: Christian Ehrhardt <christian.ehrhardt at canonical.com>

- - - - -


1 changed file:

- debian/control


Changes:

=====================================
debian/control
=====================================
@@ -124,12 +124,12 @@ Package: libvirt-daemon
 Section: admin
 Architecture: any
 Depends:
- libvirt-daemon-driver-qemu,
  libvirt0 (= ${binary:Version}),
  ${misc:Depends},
  ${shlibs:Depends},
 Recommends:
  libvirt-daemon-driver-lxc,
+ libvirt-daemon-driver-qemu,
  libvirt-daemon-driver-vbox,
  libvirt-daemon-driver-xen,
  libxml2-utils,



View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt/-/commit/8c1bf5dc81b576711c72cbbb57ee26697eca817f

-- 
View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt/-/commit/8c1bf5dc81b576711c72cbbb57ee26697eca817f
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/20210114/0388aaaa/attachment.html>


More information about the Pkg-libvirt-commits mailing list