Change logs for debootstrap source package in Stretch

  • debootstrap (1.0.89) unstable; urgency=medium
    
      [ Simon McVittie ]
      * Instead of creating a /dev/ptmx → pts/ptmx symlink unconditionally,
        try mknod with “c 5 2” parameters first, and fall back to a symlink
        only if it fails. This should help with various tools like pbuilder,
        sbuild, and schroot (Closes: #817236).
      * Add autopkgtest support to test various scenarios.
    
      [ Cyril Brulebois ]
      * Uniformize COMPONENTS/USE_COMPONENTS handling.
    
     -- Cyril Brulebois <email address hidden>  Fri, 10 Mar 2017 13:10:56 +0100
  • debootstrap (1.0.88) unstable; urgency=high
    
      [ Sven Joachim ]
      * Strip the arch-qualifier (Closes: #836525)
    
     -- Steve McIntyre <email address hidden>  Wed, 08 Feb 2017 23:53:10 +0000
  • debootstrap (1.0.87) unstable; urgency=high
    
      [ Julien Cristau ]
      * Default to split /usr again, as merged-/usr breaks dpkg-shlibdeps
        (closes: #844221).
    
      [ Riku Voipio ]
      * remove scratchbox2 support (closes: #796189)
    
     -- Christian Perrier <email address hidden>  Wed, 16 Nov 2016 06:47:27 +0100
  • debootstrap (1.0.86) unstable; urgency=high
    
      * Rework split_inline_sig by using shell built-ins instead of trying to
        mix sed and tr together, which might work on regular systems but not
        from inside the Debian Installer (Closes: #842591). Thanks to Ansgar
        Burchardt for the proof of concept!
    
     -- Cyril Brulebois <email address hidden>  Sun, 30 Oct 2016 23:35:45 +0100
  • debootstrap (1.0.85) unstable; urgency=medium
    
      [ Julien Cristau ]
      * Add support for downloading and validating InRelease files, by splitting
        up detached signature from signed data.
      * Switch default mirror to deb.debian.org.
    
      [ Colin Watson ]
      * Add (Ubuntu) zesty as a symlink to gutsy.
    
      [ Ansgar Burchardt ]
      * Add jessie-kfreebsd to merged-/usr blacklist.
      * No longer Build-Depend on makedev. The code using it was already
        removed in debootstrap 1.0.82.
      * Do not use `tar -k` for older releases which might have file
        conflicts between the packages to be installed. (Closes: #838388)
      * Error out when seeing short options. (Closes: #548880)
      * Add oldoldstable -> sid script symlink. (Closes: #792734)
      * Add buster -> sid and bullseye -> sid script symlinks.
      * Only unpack and configure the base system when there are actually
        packages to install. (Closes: #825034)
      * debootstrap.8: Use stretch instead of wheezy in examples.
    
      [ Marco d'Itri ]
      * Enable merged-/usr by default. (Closes: #839046)
    
     -- Julien Cristau <email address hidden>  Fri, 21 Oct 2016 20:22:49 +0200
  • debootstrap (1.0.84) unstable; urgency=medium
    
      [ Ansgar Burchardt ]
      * Add support for xz-compressed Packages indices. (Closes: #837649)
    
     -- Christian Perrier <email address hidden>  Thu, 06 Oct 2016 06:59:38 +0200
  • debootstrap (1.0.83) unstable; urgency=medium
    
      [ Ansgar Burchardt ]
      * functions: Validate that the requested suite is listed in the
        Release file's Suite or Codename field. (Closes: #837075)
      * Add support for merged-/usr, enabled by a new --merged-usr option.
        (Closes: #810301)
      * Feign install of dpkg in second stage. This avoids problems when
        using dpkg-deb together with busybox' tar. (Closes: #837185)
      * README: Use https://.
    
      [ Steve McIntyre ]
      * Update Standards-Version to 3.9.8 (no changes needed)
    
     -- Steve McIntyre <email address hidden>  Tue, 13 Sep 2016 13:16:41 +0100
  • debootstrap (1.0.82) unstable; urgency=medium
    
      [ Alex Bennée ]
      * Excise all devices.tar.gz code. Closes: #830869
    
     -- Christian Perrier <email address hidden>  Thu, 08 Sep 2016 07:09:56 +0200
  • debootstrap (1.0.81) unstable; urgency=medium
    
      [ Luca Falavigna ]
      * Add (Ubuntu) yakkety as a symlink to gutsy.
    
     -- Christian Perrier <email address hidden>  Tue, 03 May 2016 06:51:57 +0200
  • debootstrap (1.0.80) unstable; urgency=medium
    
      [ Jon Boden ]
      * scripts/gutsy: Support kfreebsd & hurd arches on Ubuntu targets
        (closes: #818748)
    
     -- Christian Perrier <email address hidden>  Tue, 22 Mar 2016 19:27:45 +0100
  • debootstrap (1.0.79) unstable; urgency=medium
    
      [ Samuel Thibault ]
      * hurd: move setting up dev and servers firmlink to setup_proc stage. Also
        firmlink proc there.  Thanks Gabriele Giacone for all the investigation!
        (Closes: #768102)
    
     -- Christian Perrier <email address hidden>  Fri, 19 Feb 2016 07:23:59 +0100
  • debootstrap (1.0.78) unstable; urgency=high
    
      * Use HTTPS for Vcs-* URLs, and link to cgit rather than gitweb.
      * Don't call mknod with the --mode option, it's not supported in
        busybox. Use -m instead - fixes the broken fix for #812811.
        Closes: #813124. Urgency high to get this fix propagated quickly -
        it's breaking d-i installs right now. Adding myself to uploaders and
        uploading.
    
     -- Steve McIntyre <email address hidden>  Fri, 29 Jan 2016 16:36:00 +0000
  • debootstrap (1.0.75) unstable; urgency=medium
    
      * Stop cleaning KEEP_DEBOOTSTRAP_DIR twice, as spotted by Chris Lamb
        (Closes: #804415).
      * Add Tanglu support (Closes: #771687), thanks to Matthias Klumpp. At
        the moment, the following extra suites are recognized:
         - aequorea
         - bartholomea
         - chromodoris
         - dasyatis
    
     -- Cyril Brulebois <email address hidden>  Wed, 11 Nov 2015 18:49:28 +0100
  • debootstrap (1.0.74) unstable; urgency=medium
    
      [ Colin Watson ]
      * Add (Ubuntu) xenial as a symlink to gutsy.
    
     -- Christian Perrier <email address hidden>  Tue, 03 Nov 2015 07:09:23 +0100
  • debootstrap (1.0.73) unstable; urgency=medium
    
      * Generate a deburis file with (package, version, uri) tuples, similar
        to the existing debpaths.
    
     -- Cyril Brulebois <email address hidden>  Thu, 22 Oct 2015 12:43:35 +0200
  • debootstrap (1.0.72) unstable; urgency=medium
    
      [ Iain Lane ]
      * Add (Ubuntu) wily as a symlink to gutsy (closes: #787117).
    
      [ Colin Watson ]
      * Fix resolve_deps and setup_available to work in the --foreign case
        (closes: #757819, LP: #1450980).
    
     -- Colin Watson <email address hidden>  Tue, 28 Jul 2015 14:32:19 +0100
  • debootstrap (1.0.71) unstable; urgency=medium
    
      * Adjust sed call to render it more portable (missing ';'), making it
        work with FreeBSD sed. Thanks to Nikolai Lifanov for the report and
        the patch (Closes: #791802).
    
     -- Cyril Brulebois <email address hidden>  Fri, 10 Jul 2015 01:29:52 +0200
  • debootstrap (1.0.70) unstable; urgency=medium
    
      * Use tr instead of (missing in d-i) xargs (Closes: #785693). Thanks,
        Julian Schauder!
    
     -- Cyril Brulebois <email address hidden>  Tue, 19 May 2015 11:38:27 +0200
  • debootstrap (1.0.68) unstable; urgency=medium
    
      [ Steven Chamberlain ]
      * Support the jessie-kfreebsd suite, by using the same script as
        jessie (a symlink to sid) (Closes: #784927).
    
     -- Christian Perrier <email address hidden>  Mon, 11 May 2015 07:46:19 +0200
  • debootstrap (1.0.67) unstable; urgency=medium
    
    
      [ Cyril Brulebois ]
      * Apply patch by Jérémy Bobbio to support reproducible builds: specify
        a modification time on the tar side, and add the -n option to gzip
        (Closes: #774069). Thanks, Jérémy!
      * Update setup_apt_sources to look at USE_COMPONENTS if COMPONENTS is
        empty, fixing the empty sources.list bug with foreign architectures
        (Closes: #732255, #773867).
    
     -- Christian Perrier <email address hidden>  Wed, 14 Jan 2015 07:03:17 +0100