From 7dc2cec9a12e5f893ae3221a3c13a9c6c90a5fd6 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Mon, 27 Jan 2025 09:00:22 +0100 Subject: [PATCH] packaging: depend on virt-install on Debian Starting from version 1:5.0.0-2, the "virt-manager" source in Debian renames the "virtinst" binary package to "virt-install", adding the old package as transitional dummy package. Hence, tweak the Debian packaging to try to pull the new "virt-install" first, falling back to the old "virtinst". There is no behaviour change on older Debian & Debian-based versions, and in newer versions it makes it possible to uninstall the transitional "virtinst". --- packaging/debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/debian/control b/packaging/debian/control index 2e5ef07c2..3696bef15 100644 --- a/packaging/debian/control +++ b/packaging/debian/control @@ -21,7 +21,7 @@ Depends: ${misc:Depends}, libvirt-daemon-system, libvirt-clients | libvirt-bin, libvirt-dbus, - virtinst (>= 3.0.0), + virt-install (>= 3.0.0) | virtinst (>= 3.0.0), Recommends: python3-gi, gir1.2-libosinfo-1.0, qemu-block-extra Description: Cockpit user interface for virtual machines The Cockpit Web Console enables users to administer GNU/Linux servers using a