Comment 38 for bug 2020530

Revision history for this message
Steve Langasek (vorlon) wrote :

Only change to debootstrap from previous upload is the addition of Breaks: so I'm not re-testing debootstrap of all series.

jammy:

$ sudo apt install ubuntu-dev-tools
$ sg sbuild -c 'mk-sbuild --skip-proposed mantic'
Specified release (mantic) not known to debootstrap
$
# enable proposed
$ sudo apt install debootstrap
-> correctly pulls in new ubuntu-dev-tools as well due to breaks
$ sg sbuild -c 'mk-sbuild --skip-proposed mantic'
-> succeeds
$