From 9cc47c88a2ea16f75a05709f213bf14c48603a19 Mon Sep 17 00:00:00 2001 From: Miguel Figueiredo Date: Mon, 9 May 2011 22:19:32 +0100 Subject: Use the build-essential package instead of Build-Essential: yes. Thanks to Mark Hymers. Closes: #619700 Ack by otavio --- debian/changelog | 4 ++++ scripts/sid | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c362614..1ed60a5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,9 @@ debootstrap (1.0.30) unstable; urgency=low + [ Mark Hymers ] + * Don't use the Build-Essential: yes field in Debian, use the + build-essential package. Closes: #619700. + [ Joey Hess ] * Recommend debian-archive-keyring, and if it is installed, default to checking gpg signatures of the Release file against it diff --git a/scripts/sid b/scripts/sid index 5ab6af3..7673764 100644 --- a/scripts/sid +++ b/scripts/sid @@ -23,7 +23,7 @@ work_out_debs () { # ^^ should be getting debconf here somehow maybe base="$(get_debs Priority: important)" elif doing_variant buildd || doing_variant scratchbox; then - base="apt $(get_debs Build-Essential: yes)" + base="apt build-essential" elif doing_variant minbase; then base="apt" fi -- cgit v0.12