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.

xnox/risc64
Dimitri John Ledkov 5 years ago
parent 50f3d90c9f
commit 528ec787ed

8
debian/changelog vendored

@ -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

@ -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],

Loading…
Cancel
Save