[PATCH] [Kimchi 0/1] Change a Debian package dependency from libvirt-bin to libvirt-clients

This enables one to also install the package on Debian Stretch and newer. https://packages.debian.org/search?keywords=libvirt-bin https://packages.debian.org/search?keywords=libvirt-clients https://packages.debian.org/jessie/amd64/libvirt-bin/filelist https://packages.debian.org/jessie/amd64/libvirt-clients/filelist https://packages.debian.org/stretch/amd64/libvirt-clients/filelist As far as I can see, libvirt-clients provides everything Kimchi needs on Debian Stretch. The only missing bit is presubj, which seems to be some bug reporting helper tool. Joni Orponen (1): Issue #1155: enhancement contrib/DEBIAN/control.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.13.2

Change a Debian package dependency from libvirt-bin to libvirt-clients. --- contrib/DEBIAN/control.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/DEBIAN/control.in b/contrib/DEBIAN/control.in index 4330662a..c644b87d 100644 --- a/contrib/DEBIAN/control.in +++ b/contrib/DEBIAN/control.in @@ -10,7 +10,7 @@ Depends: wok (>= 2.1.0), python-jsonschema (>= 1.3.0), python-libvirt, gettext, - libvirt-bin, + libvirt-clients, nfs-common, qemu-kvm, python-parted, -- 2.13.2
participants (2)
-
Aline Manera
-
Joni Orponen