Also make qemu-utils a non-i386 dependency, since it is only used for cloud images we're not making and pulls in a lot of other dependencies.

u-i-disk-info
Steve Langasek 5 years ago
parent 94b1b2af45
commit aafbc0e9fe

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (2.629) UNRELEASED; urgency=medium
* Also make qemu-utils a non-i386 dependency, since it is only used for
cloud images we're not making and pulls in a lot of other dependencies.
-- Steve Langasek <steve.langasek@ubuntu.com> Sat, 30 Nov 2019 20:55:52 -0800
livecd-rootfs (2.628) focal; urgency=medium
* Also make the ubuntu-image dependency arch-conditional, since

2
debian/control vendored

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

Loading…
Cancel
Save