[elbe-devel] [PATCH] debian: Depend on unversioned qemu-kvm

Bastian Germann bage at linutronix.de
Fri Sep 4 14:01:27 CEST 2020


Kind reminder. If we get this in additional to the py2 drop we can serve
Debian repos for sid/bullseye.

Am 25.07.20 um 20:24 schrieb bage at linutronix.de:
> From: Bastian Germann <bage at linutronix.de>
> 
> qemu-kvm is a virtual package in bullseye which cannot satisfy the version
> specification.  Depend on the unversioned package.
> 
> Signed-off-by: Bastian Germann <bage at linutronix.de>
> ---
>  debian/control | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/debian/control b/debian/control
> index 08de9bf03..9cd281875 100644
> --- a/debian/control
> +++ b/debian/control
> @@ -115,7 +115,7 @@ Depends: ${misc:Depends},
>    python3-elbe-bin (= ${binary:Version}) | python-elbe-bin (= ${binary:Version}),
>    python3-elbe-control (= ${binary:Version}) | python-elbe-control (= ${binary:Version}),
>    qemu-utils,
> -  qemu-kvm (>= 1:2.1),
> +  qemu-kvm,
>    p7zip-full,
>    make,
>    lsb-release
> 


More information about the elbe-devel mailing list