mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-08-16 03:04:07 +00:00
Workaround: Drop ubuntu-image for powerpc (LP #1830823)
https://git.launchpad.net/livecd-rootfs/commit/debian/control?h=ubuntu/xenial&id=b8b2e343827adb9020d5b71f232c0361bd72685f added a depends on ubuntu-image but that package is not installing on powerpc, breaking builds. While we root cause that failure and get a fix upstream, this patch defines the requirement for all architectures other than powerpc.
This commit is contained in:
parent
5987ccb1f2
commit
7052bfca9d
2
debian/control
vendored
2
debian/control
vendored
@ -33,7 +33,7 @@ Depends: ${misc:Depends},
|
|||||||
rsync,
|
rsync,
|
||||||
snapd,
|
snapd,
|
||||||
squashfs-tools (>= 1:3.3-1),
|
squashfs-tools (>= 1:3.3-1),
|
||||||
ubuntu-image,
|
ubuntu-image [amd64 i386 armhf arm64 ppc64el s390x],
|
||||||
vmdk-stream-converter [amd64 i386],
|
vmdk-stream-converter [amd64 i386],
|
||||||
xz-utils,
|
xz-utils,
|
||||||
zerofree
|
zerofree
|
||||||
|
Loading…
x
Reference in New Issue
Block a user