diff -Nru debootstrap-1.0.20ubuntu1/debian/changelog debootstrap-1.0.20ubuntu2/debian/changelog --- debootstrap-1.0.20ubuntu1/debian/changelog 2010-04-16 10:04:51.000000000 +0000 +++ debootstrap-1.0.20ubuntu2/debian/changelog 2010-08-17 14:43:24.000000000 +0000 @@ -1,3 +1,11 @@ +debootstrap (1.0.20ubuntu2) lucid-proposed; urgency=low + + * scripts/sid: + + Fixed bug for not creating sid chroot because of missing apt + taken from mavericks debootstrap version + + -- Stephan Hermann Tue, 17 Aug 2010 14:42:08 +0000 + debootstrap (1.0.20ubuntu1) lucid; urgency=low * Add (Ubuntu) maverick as a symlink to gutsy. diff -Nru debootstrap-1.0.20ubuntu1/scripts/debian/sid debootstrap-1.0.20ubuntu2/scripts/debian/sid --- debootstrap-1.0.20ubuntu1/scripts/debian/sid 2009-07-29 10:11:48.000000000 +0000 +++ debootstrap-1.0.20ubuntu2/scripts/debian/sid 2010-08-17 14:41:15.000000000 +0000 @@ -22,7 +22,7 @@ # ^^ 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