diff options
author | Frans Pop <fjp@debian.org> | 2010-01-02 22:38:06 +0000 |
---|---|---|
committer | Frans Pop <fjp@debian.org> | 2010-01-02 22:38:06 +0000 |
commit | eded2471a7265ad6384c4b90e5b438eaa9116da2 (patch) | |
tree | a947335f3e05c1e9f84817be54b7f8d10f2ace8a | |
parent | 622907340ef1d8e3d6b369f6c2c18ab9fe5a5571 (diff) | |
download | debootstrap-eded2471a7265ad6384c4b90e5b438eaa9116da2.tar.gz |
Add apt to base packages for the buildd variant as it is no longer marked Build-Essential
r61923
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | scripts/debian/sid | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 0bff755..5bcab84 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,8 @@ debootstrap (1.0.21) UNRELEASED; urgency=low [ Frans Pop ] * Use tab indentation in scripts/debian/sid to reduce its size (relevant for Debian Installer). + * Add apt to base packages for the buildd variant as it is no longer marked + Build-Essential. -- Frans Pop <fjp@debian.org> Sun, 27 Dec 2009 18:51:06 +0100 diff --git a/scripts/debian/sid b/scripts/debian/sid index aff53ce..42c4785 100644 --- a/scripts/debian/sid +++ b/scripts/debian/sid @@ -22,7 +22,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="$(get_debs Build-Essential: yes)" + base="apt $(get_debs Build-Essential: yes)" elif doing_variant minbase; then base="apt" fi |