summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog4
-rw-r--r--scripts/sid2
2 files changed, 5 insertions, 1 deletions
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