debootstrap 1.0.134ubuntu1 source package in Ubuntu

Changelog

debootstrap (1.0.134ubuntu1) noble; 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.134) unstable; urgency=medium

  [ Johannes Schauer Marin Rodrigues ]
  * scripts/debian-common: install Priority:required with buildd variant
    for bookworm and earlier
  * scripts/debian-common: fixup for last commit
  * error out if chroot cannot be found in $PATH
  * check_sane_mount: if mknod does not work, test if bind-mounting
    /dev/null works
  * setup_devices: fall back to setup_devices_bind if setup_devices_simple
    failed irrespective of the container
  * debian/tests/debian-testing: support for DEBOOTSTRAP_SCRIPT
    environment variable
  * Move "unshared" test from autopkgtest to salsaci pipeline
  * debian/salsa-ci.yml: add checks for the buildd variant

  [ Matthias Klumpp ]
  * Implement support for repos with modern-style arch:all support
  * Add test for split-arch:all support

  [ Luca Boccassi ]
  * Add Ubuntu scripts/ symlinks for Lunar, Mantic and Noble
  * Add Debian scripts/ symlink for Forky
  * Bump copyright year ranges in d/copyright

 -- Gianfranco Costamagna <email address hidden>  Sat, 06 Jan 2024 16:38:39 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Noble release main admin

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
debootstrap_1.0.134ubuntu1.tar.gz 91.0 KiB e4077fc537d5edf9662305028b1ce7265ac4760086515be180b07b62d15f6a69
debootstrap_1.0.134ubuntu1.dsc 2.1 KiB e33b11cdf76560910b39089da49aa1ee651ba17517e967ae09bda8c77e8754ac

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.