mk-sbuild-lv: add "apt-utils" as a default package for sane dist-upgrades.

This commit is contained in:
Kees Cook 2009-01-07 16:38:50 -08:00
parent 9069525e89
commit d45cebb17f
2 changed files with 5 additions and 3 deletions

6
debian/changelog vendored
View File

@ -11,13 +11,15 @@ ubuntu-dev-tools (0.52) UNRELEASED; urgency=low
- Add support for packages with a name beginning with "lib" (LP: #314732)
[ Kees Cook ]
* mk-sbuild-lv: add --skip-updates to allow building security-only chroots.
* mk-sbuild-lv:
- add --skip-updates to allow building security-only chroots.
- add "apt-utils" as a default package for sane dist-upgrades.
[ Jonathan Davies ]
* buildd: Don't show arch override message if operation to perform is
'status'.
-- Nathan Handler <nhandler@ubuntu.com> Wed, 07 Jan 2009 16:04:35 -0600
-- Kees Cook <kees@ubuntu.com> Wed, 07 Jan 2009 16:37:13 -0800
ubuntu-dev-tools (0.51) jaunty; urgency=low

View File

@ -291,7 +291,7 @@ cat "$TEMP_SCHROOTCONF" | sed \
sudo bash -c "cat >> /etc/schroot/schroot.conf"
rm -f "$TEMP_SCHROOTCONF"
# Create image finalization script
BUILD_PKGS="build-essential fakeroot devscripts"
BUILD_PKGS="build-essential fakeroot devscripts apt-utils"
# Add edgy+ buildd tools
if [ "$RELEASE" != "breezy" ] && [ "$RELEASE" != "dapper" ]; then
# Disable recommends for a smaller chroot (gutsy and later only)