Comment 6 for bug 2024483

Revision history for this message
Keith Maxwell (maxwell-k) wrote :

I think the relevant item in the changelog is:

> * Update debootstrap to automatically use the gutsy script by default
> if the target is an Ubuntu release known to distro-info, eliminating
> the need to upload debootstrap for each new Ubuntu release.
> * Add dependency on distro-info, which is part of ubuntu-minimal, for the
> above
> * Remove all the old symlinks that are no longer needed.

http://changelogs.ubuntu.com/changelogs/pool/main/d/debootstrap/debootstrap_1.0.128+nmu2ubuntu4/changelog

I think that the relevant commit is
https://git.launchpad.net/ubuntu/+source/debootstrap/commit/?id=2e6949c9017d7231bc9d927109f2c068d631e3eb

Somehow "automatically" isn't working for me with pbuilder on Jammy. The exact steps for me are to start an new VM for Jammy 22.04 and run:

```
sudo apt-get update
sudo apt-get install --yes ubuntu-dev-tools
pbuilder-dist jammy create

```

The error message is:

```
Warning: Unknown distribution "jammy". Do you want to continue [y|N]?
```