From aafbc0e9fe48609e7b18b24147f986b639f7ed91 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Sat, 30 Nov 2019 20:56:26 -0800 Subject: [PATCH] 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. --- debian/changelog | 7 +++++++ debian/control | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 37943c36..5d35b24a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sat, 30 Nov 2019 20:55:52 -0800 + livecd-rootfs (2.628) focal; urgency=medium * Also make the ubuntu-image dependency arch-conditional, since diff --git a/debian/control b/debian/control index b887f8d8..42c023b6 100644 --- a/debian/control +++ b/debian/control @@ -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),