Package: image-factory
Version: 1.0.2-1.1
Severity: minor
Tags: patch

Hi,

starting from src:virt-manager 1:5.0.0-2, the "virtinst" package is
named "virt-install", and "virtinst" is left as transitional dummy
package.

I'd be nice to not rely on transitional packages, so attached there is
a simple patch to switch the dependency. Let me know in case a solution
compatible with older Debian versions is wanted, I can provide an
updated patch for it.

Thanks,
-- 
Pino
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,7 @@ Depends: libvirt-clients,
          python3-httplib2,
          python3-parted,
          qemu-utils,
-         virtinst (>= 1:2.1),
+         virt-install (>= 1:2.1),
          zerofree,
          ${misc:Depends},
          ${python3:Depends}

Reply via email to