From d45cebb17f3b482344454e338078eb7c67a671b8 Mon Sep 17 00:00:00 2001 From: Kees Cook Date: Wed, 7 Jan 2009 16:38:50 -0800 Subject: [PATCH] mk-sbuild-lv: add "apt-utils" as a default package for sane dist-upgrades. --- debian/changelog | 6 ++++-- mk-sbuild-lv | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index d564f8c..6568ec7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 07 Jan 2009 16:04:35 -0600 + -- Kees Cook Wed, 07 Jan 2009 16:37:13 -0800 ubuntu-dev-tools (0.51) jaunty; urgency=low diff --git a/mk-sbuild-lv b/mk-sbuild-lv index 501cd4c..e588ffe 100755 --- a/mk-sbuild-lv +++ b/mk-sbuild-lv @@ -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)