mk-sbuild: use --no-install-recommends on Debian too (Closes: 599699).

This commit is contained in:
Kees Cook 2010-10-13 13:22:45 -07:00
parent 992f710440
commit 2772869fa8
2 changed files with 6 additions and 1 deletions

5
debian/changelog vendored
View File

@ -8,7 +8,10 @@ ubuntu-dev-tools (0.105) UNRELEASED; urgency=low
[ Naty Bidart ]
* lp-project-upload: Add support handling multiple project series.
-- Siegfried-Angel Gevatter Pujals <rainct@ubuntu.com> Sun, 26 Sep 2010 17:36:59 +0200
[ Kees Cook ]
* mk-sbuild: use --no-install-recommends on Debian too (Closes: 599699).
-- Kees Cook <kees@ubuntu.com> Wed, 13 Oct 2010 13:20:53 -0700
ubuntu-dev-tools (0.104) experimental; urgency=low

View File

@ -367,6 +367,8 @@ debian)
if [ "$RELEASE" = 'unstable' ] || [ "$RELEASE" = 'sid' ]; then
SKIP_SECURITY=1
fi
# Keep the chroot as minimal as possible
BUILD_PKGS="--no-install-recommends $BUILD_PKGS"
;;
*)
echo "Unknown --distro '$DISTRO': aborting" >&2