]> piware.de Git - bin.git/commitdiff
Debian chroot/toolbox: Drop obsolete python-keyrings.alt package
authorMartin Pitt <martin@piware.de>
Sat, 11 Apr 2020 20:09:06 +0000 (22:09 +0200)
committerMartin Pitt <martin@piware.de>
Sat, 11 Apr 2020 20:09:06 +0000 (22:09 +0200)
build-debian-toolbox
debdev

index 250e2f7e2b8ecd3b990f1acf5924de280efaff19..fbeb13b2f95bc7c17c1d9916421692ec911fa566 100755 (executable)
@@ -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 484449b706e93b229c2f621f3c41fc506c1974be..b1a36192319537acae26c469d22cc7ad79703938 100755 (executable)
--- 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