mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 23:51:08 +00:00
mk-sbuild-lv: add "apt-utils" as a default package for sane dist-upgrades.
This commit is contained in:
parent
9069525e89
commit
d45cebb17f
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user