mk-sbuild: Don't install devscripts by default (LP: #904502)

This commit is contained in:
Stefano Rivera 2011-12-16 15:33:11 +02:00
parent 3f1644fad6
commit d3144ea253
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -6,6 +6,7 @@ ubuntu-dev-tools (0.138) UNRELEASED; urgency=low
[ Stefano Rivera ]
* Correct reference to qemu-user-static in pbuilder-dist.1 (Closes: #651999)
* mk-sbuild: Don't install devscripts by default (LP: #904502)
-- Benjamin Drung <bdrung@debian.org> Sat, 10 Dec 2011 12:46:33 +0100

View File

@ -390,7 +390,7 @@ if [ ! -r "/usr/share/debootstrap/scripts/$RELEASE" ]; then
exit 1
fi
BUILD_PKGS="build-essential fakeroot devscripts apt-utils"
BUILD_PKGS="build-essential fakeroot apt-utils"
# Handle distro-specific logic, unknown to debootstrap
case "$DISTRO" in
ubuntu)