From 26be63bc0fe7468eb0ef4bdbc8b2eb51e6bf72d2 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Sat, 11 Apr 2020 22:09:06 +0200 Subject: [PATCH] Debian chroot/toolbox: Drop obsolete python-keyrings.alt package --- build-debian-toolbox | 2 +- debdev | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-debian-toolbox b/build-debian-toolbox index 250e2f7..fbeb13b 100755 --- a/build-debian-toolbox +++ b/build-debian-toolbox @@ -37,7 +37,7 @@ sudo hostname -F /etc/hostname sudo eatmydata apt-get -y dist-upgrade # development tools -sudo eatmydata apt-get install -y --no-install-recommends git-buildpackage libwww-perl less vim lintian debhelper manpages-dev git dput pristine-tar bash-completion python-keyrings.alt wget gnupg ubuntu-dev-tools python3-debian fakeroot libdistro-info-perl +sudo eatmydata apt-get install -y --no-install-recommends git-buildpackage libwww-perl less vim lintian debhelper manpages-dev git dput pristine-tar bash-completion wget gnupg ubuntu-dev-tools python3-debian fakeroot libdistro-info-perl ' toolbox enter --container $RELEASE diff --git a/debdev b/debdev index 484449b..b1a3619 100755 --- a/debdev +++ b/debdev @@ -12,7 +12,7 @@ if ! schroot -la | grep -q "session:$SESSID"; then schroot -b -c "$schroot" -n "$SESSID" # work around for system groups schroot -r -c session:$SESSID -u root -- addgroup --system staff || true - schroot -r -c session:$SESSID -u root -- apt-get install --no-install-recommends -o Dpkg::Options::="--force-confnew" -y git-buildpackage libwww-perl less vim lintian debhelper manpages-dev git dput pristine-tar bash-completion libnss-myhostname python-keyrings.alt wget gnupg ubuntu-dev-tools python3-debian qemu-kvm qemu-utils + schroot -r -c session:$SESSID -u root -- apt-get install --no-install-recommends -o Dpkg::Options::="--force-confnew" -y git-buildpackage libwww-perl less vim lintian debhelper manpages-dev git dput pristine-tar bash-completion libnss-myhostname wget gnupg ubuntu-dev-tools python3-debian qemu-kvm qemu-utils schroot -r -c session:$SESSID -u root -- apt-get install -y locales-all || true #sudo mount -o bind /etc/schroot/ $(schroot --location -c session:$SESSID)/etc/schroot/ fi -- 2.39.2