Remove dependencies on qemu-utils and snapd on riscv64, we don't have those yet, but at least we can be on parity with i386 livecd-rootfs already.

This commit is contained in:
Dimitri John Ledkov 2020-04-09 17:05:49 +01:00
parent 50f3d90c9f
commit 528ec787ed
2 changed files with 10 additions and 2 deletions

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
livecd-rootfs (2.659) UNRELEASED; urgency=medium
* Remove dependencies on qemu-utils and snapd on riscv64, we don't have
those yet, but at least we can be on parity with i386 livecd-rootfs
already.
-- Dimitri John Ledkov <xnox@ubuntu.com> Thu, 09 Apr 2020 17:04:57 +0100
livecd-rootfs (2.658) focal; urgency=medium
* Remove some deprecated raspi2 special-casing, switch the main universal

4
debian/control vendored
View File

@ -32,9 +32,9 @@ Depends: ${misc:Depends},
python3-apt,
python3-software-properties,
python3-yaml,
qemu-utils [!i386],
qemu-utils [!i386 !riscv64],
rsync,
snapd (>= 2.39) [!i386],
snapd (>= 2.39) [!i386 !riscv64],
squashfs-tools (>= 1:3.3-1),
sudo,
u-boot-tools [armhf arm64],