From a98e9049d288161f06374a995cabed1ef2a41cf1 Mon Sep 17 00:00:00 2001 From: Wouter Verhelst Date: Thu, 2 May 2024 13:49:11 +0200 Subject: [PATCH] Ubuntu: libproxy moved to universe, accomodate --- .ci/dockerfiles/deb-sbuild/setup-chroot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/dockerfiles/deb-sbuild/setup-chroot.sh b/.ci/dockerfiles/deb-sbuild/setup-chroot.sh index e2e3a3b9e..f1e9a09ef 100755 --- a/.ci/dockerfiles/deb-sbuild/setup-chroot.sh +++ b/.ci/dockerfiles/deb-sbuild/setup-chroot.sh @@ -30,9 +30,9 @@ case $DIST in ubuntu) if [ "$ARCH" == "armhf" ] || [ "$ARCH" == "arm64" ] then - sbuild-createchroot --include=debhelper --arch=$ARCH $CODE /srv/chroot/$CODE ${ACNG}ports.ubuntu.com /usr/share/debootstrap/scripts/gutsy + sbuild-createchroot --include=debhelper --components=main,universe --arch=$ARCH $CODE /srv/chroot/$CODE ${ACNG}ports.ubuntu.com /usr/share/debootstrap/scripts/gutsy else - sbuild-createchroot --include=debhelper --arch=$ARCH $CODE /srv/chroot/$CODE ${ACNG}archive.ubuntu.com/ubuntu /usr/share/debootstrap/scripts/gutsy + sbuild-createchroot --include=debhelper --components=main,universe --arch=$ARCH $CODE /srv/chroot/$CODE ${ACNG}archive.ubuntu.com/ubuntu /usr/share/debootstrap/scripts/gutsy fi # Revert the "default to xz compression" option in recent # Ubuntu distributions