Package: virt-v2v Version: 2.4.0-1 Severity: serious Tags: patch X-Debbugs-Cc: Lee Garrett <[email protected]>
Dear maintainer,
virt-v2v 2.4.0-1 is not installable since it depends on a wrongly listed
package: nbdkit-python-plugin. The correct name is nbdkit-plugin-python.
I also suggests nbdkit-vddk-plugin, that doesn't exist.
I am preparing a MR that includes this fix. But the following simple
change solves the issue:
diff --git a/debian/control b/debian/control
index 313dba7..08de83e 100644
--- a/debian/control
+++ b/debian/control
@@ -33,7 +33,7 @@ Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
libnbd-bin,
nbdkit,
- nbdkit-python-plugin,
+ nbdkit-plugin-python,
qemu-utils,
Suggests: rhsrvany, nbdkit-vddk-plugin
-- System Information:
Debian Release: trixie/sid
APT prefers stable-security
APT policy: (500, 'stable-security'), (500, 'oldstable-updates'), (500,
'oldstable-security'), (500, 'oldoldstable-updates'), (500, 'oldoldstable'),
(500, 'unstable'), (500, 'stable'), (500, 'oldstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 6.5.0-5-amd64 (SMP w/16 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8),
LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages virt-v2v depends on:
ii libc6 2.37-13
ii libglib2.0-0 2.78.3-1
ii libguestfs0 1:1.50.1-4+b3
ii libjansson4 2.14-2
ii libnbd0 1.18.1-1
ii libosinfo-1.0-0 1.11.0-2
ii libpcre2-8-0 10.42-4
ii libvirt0 9.10.0-1
ii libxml2 2.9.14+dfsg-1.3+b1
virt-v2v recommends no packages.
virt-v2v suggests no packages.
-- no debconf information
signature.asc
Description: PGP signature

