From 7052bfca9da30f40a8121456bc2cb339bf47f3da Mon Sep 17 00:00:00 2001 From: Robert C Jennings Date: Tue, 28 May 2019 22:20:16 -0500 Subject: [PATCH] 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. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 9fd922c6..d07a840c 100644 --- a/debian/control +++ b/debian/control @@ -33,7 +33,7 @@ Depends: ${misc:Depends}, rsync, snapd, squashfs-tools (>= 1:3.3-1), - ubuntu-image, + ubuntu-image [amd64 i386 armhf arm64 ppc64el s390x], vmdk-stream-converter [amd64 i386], xz-utils, zerofree