diff --git a/debian/changelog b/debian/changelog index 6517126e..54a44116 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +livecd-rootfs (2.795) UNRELEASED; urgency=medium + + * Don't depend on python3-launchpadlib on i386. This breaks ppa-enabled + builds on i386, but avoids pulling in a large dependency tree that's + not otherwise needed on i386. + + -- Steve Langasek Thu, 05 Jan 2023 22:06:19 -0800 + livecd-rootfs (2.794) lunar; urgency=medium [ Sebastien Bacher ] diff --git a/debian/control b/debian/control index 4aa37bb9..560a77e5 100644 --- a/debian/control +++ b/debian/control @@ -31,7 +31,7 @@ Depends: ${misc:Depends}, procps, python3, python3-apt, - python3-launchpadlib, + python3-launchpadlib [!i386], python3-yaml, qemu-utils [!i386], rsync,