Also make the ubuntu-image dependency arch-conditional, since ubuntu-image pulls in snapd.

u-i-disk-info
Steve Langasek 5 years ago
parent 21cae15d33
commit c86284f83d

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (2.628) UNRELEASED; urgency=medium
* Also make the ubuntu-image dependency arch-conditional, since
ubuntu-image pulls in snapd.
-- Steve Langasek <steve.langasek@ubuntu.com> Fri, 29 Nov 2019 21:46:45 -0800
livecd-rootfs (2.627) focal; urgency=medium
* Don't depend on snapd on i386, since i386 support in focal is only for

2
debian/control vendored

@ -38,7 +38,7 @@ Depends: ${misc:Depends},
squashfs-tools (>= 1:3.3-1),
sudo,
u-boot-tools [armhf arm64],
ubuntu-image,
ubuntu-image [!i386],
python3-vmdkstream [amd64 i386],
xz-utils,
zerofree

Loading…
Cancel
Save