debootstrap 1.0.132ubuntu1 source package in Ubuntu

Changelog

debootstrap (1.0.132ubuntu1) mantic; urgency=low

  * Merge from Debian unstable. Remaining changes:
    - Add Breaks: on ubuntu-dev-tools (<< 0.190~) to ensure compatibility
      with mk-sbuild.
    - 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.

debootstrap (1.0.132) unstable; urgency=medium

  * Team upload.

  [ Johannes Schauer Marin Rodrigues ]
  * debian/tests/control: run debootstrap with unshared namespaces

  [ Simon McVittie ]
  * d/tests/debian-testing:
    - More accurately emulate the behaviour of pbuilder 0.231
    - Revert fake/schroot-1.6.10-3 to an accurate emulation of the
      behaviour of schroot 1.6.10-3 (Closes: #983311)
    - Document schroot 1.6.10-3 with the default profile as expected to
      fail to use /dev/pts in a lxc >= 3 or Docker container; this is a
      schroot bug (#983423) and not a debootstrap bug
    - Resync fake/schroot-proposed with the patch proposed on #983423
    - Improve debug logging
    - Expand doc-comments
    - With these changes, the autopkgtest is confirmed to pass in
      autopkgtest-virt-qemu (Closes: #983197)
    - Skip systemd-nspawn phase when $container is set

 -- Gianfranco Costamagna <email address hidden>  Tue, 29 Aug 2023 17:31:57 +0200

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main admin

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
debootstrap_1.0.132ubuntu1.tar.gz 88.4 KiB f4c3cb02aa4d1adedafe4ff45d50ca4d14f86eb299b1115504a81236e16d4bba
debootstrap_1.0.132ubuntu1.dsc 2.1 KiB cf8426a5820be1cf469a3a89d7d92f80b35938cac3a3c30b0f5f6eab28f1e57c

Available diffs

View changes file

Binary packages built by this source

debootstrap: Bootstrap a basic Debian system

 debootstrap is used to create a Debian base system from scratch,
 without requiring the availability of dpkg or apt. It does this by
 downloading .deb files from a mirror site, and carefully unpacking them
 into a directory which can eventually be chrooted into.