Change logs for debootstrap source package in Disco

  • debootstrap (1.0.112ubuntu1.2) disco; urgency=medium
    
      * Add (Ubuntu) focal as a symlink to gutsy.  (LP: #1848716)
    
     -- Łukasz 'sil2100' Zemczak <email address hidden>  Fri, 18 Oct 2019 14:15:12 +0100
  • debootstrap (1.0.112ubuntu1.1) disco; urgency=low
    
      * Add (Ubuntu) eoan as a symlink to gutsy.  (LP: #1825994)
    
     -- Andy Whitcroft <email address hidden>  Tue, 23 Apr 2019 14:43:36 +0100
  • debootstrap (1.0.112ubuntu1) disco; urgency=medium
    
      * Merge from Debian Sid (LP: #1810123). Remaining changes:
        - Demote arch-test to suggests.
        - Drop ubuntu-archive-keyring suggests, such a package does not
          exist in Ubuntu.
      * Fix typo in xnox's changelog entry.
    
    debootstrap (1.0.112) unstable; urgency=low
    
      [ Thomas Lange ]
      * optimize code, make debootstrap faster (Closes: #871835)
        - use hash instead of grep for each line we read
        - we can use elsif, because the line can't match both patterns
        - There's no need to print the dependencies for each package separately,
          if when later do sort|uniq, so just collect all dependencies in a hash
          and print them at the end
        - do not read all lines of the Packages file into the perl scripts,
          egrep is used for filtering only the lines we need to read, since egrep
          is faster than perl, this save a lot of time
        - speed up by using grep -P and setting LC_ALL=C
        - automatic detect if grep support perl regex
        - in this part, we only need the package name and priority this makes
          another little speedup, since the perl part need less lines to parse
    
    debootstrap (1.0.111) unstable; urgency=medium
    
      * Team upload
    
      [ Simon McVittie ]
      * Disable merged /usr by default when making a buildd chroot (closes: #914208)
    
    debootstrap (1.0.110) unstable; urgency=medium
    
      [ Luca Falavigna ]
      * Add (Ubuntu) disco as a symlink to gutsy.
    
      [ Hideki Yamane ]
      * Add debian/source/lintian-overrides to ignore lintian warnings
        since it is really necessary for debootstrap
    
    debootstrap (1.0.109) unstable; urgency=medium
    
      [ Raphaël Hertzog ]
      * Keep all script files in the udeb so that derivatives can use the
        udeb built by Debian. Related to #893713.
    
      [ Hideki Yamane ]
      * Just set Standards-Version: 4.2.1 without change
    
     -- Simon Quigley <email address hidden>  Sun, 30 Dec 2018 17:05:08 -0600
  • debootstrap (1.0.108ubuntu2) disco; urgency=medium
    
      * Add a script for disco.
    
     -- Matthias Klose <email address hidden>  Tue, 30 Oct 2018 16:40:26 +0100
  • debootstrap (1.0.108ubuntu1) cosmic; urgency=medium
    
      [ Raphaël Hertzog ]
      * Keep all script files in the udeb so that derivatives can use the
        udeb built by Debian. Related to #893713.
    
      [ Dimitri John Ledkov ]
      * Demote arch-test to suggests.
      * Drop ubuntu-archive-kerying suggests, such a package does not
        exist in Ubuntu.
    
    debootstrap (1.0.108) unstable; urgency=medium
    
      * Fix "Do not download packages with --unpack-tarball option"
        (Closes: #551838)
        - Also make some options exclusive each
      * Let debootstrap shows error if there's a file already before extraction,
        not die silently (Closes: #728344)
      * Add Trusty and Xenial for merged-usr blacklist (Closes: #905864, #905873)
    
    debootstrap (1.0.107) unstable; urgency=medium
    
      [ Patrick McDermott ]
      * Fix wgetprogress() with --debian-installer (Closes: #829725)
    
      [ Dan Nicholson ]
      * Strip URL scheme from apt lists (Closes: #903481)
    
      [ Hideki Yamane ]
      * Fix docker detection breaks QEMU's binfmt_misc bootstraping
        (Closes: #903657)
        - Avoid removing host's /proc on some environment
        - Add workaround for second-stage inside docker
      * Align scripts/gutsy to scripts/debian-common
      * Remove unnecessary script files from udeb package
        (Closes: #618839, #893713)
    
    debootstrap (1.0.106) unstable; urgency=medium
    
      * Improve related to container (Closes: #902924)
      * Add docker support (Closes: #890867)
      * Add wget check for non-package environment
      * debian/control
        - set Standards-Version: 4.1.5 with no change
    
    debootstrap (1.0.105) unstable; urgency=medium
    
      [ Cyril Brulebois ]
      * Improve wording for --log-extra-deps in the manpage, thanks to
        intrigeri for the report.
    
      [ Hideki Yamane ]
      * Use $container to detect systemd-nspawn and lxc{-libvirt} (Closes: #902350)
      * cache-dir option: change error detection order
      * Rervert "Add 2nd exclude package check to really exclude packages even if
        it breaks dependencies" since it doesn't work as expected and cause
        regression (Closes: #901977) and (Reopen: #830794, #557322, #783589)
        To make it proper, just remove "--exclude" packages twice but do not
        exec dependencies resolution in 2nd time, I guess.
    
    debootstrap (1.0.104) unstable; urgency=medium
    
      * Fix /etc/machine-id mount issue (Closes: #899155)
      * Fix regression with file:/// mirror (Closes: #901717)
    
    debootstrap (1.0.103) unstable; urgency=medium
    
      * Avoid failure with old arch-test package (Closes: #900925)
        Thanks to jhcha54008 <email address hidden>
      * Relax merged-usr blacklist restriction (Closes: #901808)
        Thanks to Tianon Gravi <email address hidden>
    
    debootstrap (1.0.102) unstable; urgency=medium
    
      * Enable merged-/usr by default (Closes: #839046)
        This is applied for buster and later.
      * Fix "debootstrap doesn't carry --components across --foreign/--second-stage"
        (Closes: #877855)
      * Fix debian-common path with tarball and --second-stage (Closes: #897379)
    
    debootstrap (1.0.101) unstable; urgency=medium
    
      [ Hideki Yamane ]
      * debian/tests
        - Don't use unshare on some environment
        - Fix chroot dir location
        - Just ignore tests under docker environment
      * scripts
        - Add "bookworm" (Debian12) to script
      * README
        - Update git info to point to salsa repo
    
      * Fix wrong assumptions for $HOST_OS
      * Move container=lxc-libvirt check to work properly
      * Avoid mknod $TARGET/dev/console failure with systemd-nspawn
      * Fix exclude to work with --no-resolve-deps option
      * Add "--log-extra-deps" option to reduce time
      * Add 2nd exclude package check to really exclude packages even if
        it breaks dependencies (Closes: #830794, #557322, #783589)
    
      [ Philipp Kern ]
      * Gitlab CI: Disable the broken autopkgtest step.
    
      [ Tianon Gravi ]
      * Allow "script" argument to be specified as either an absolute path
        as before, or as a raw codename such as "sid", assumed to be
        relative to "/usr/share/debootstrap/scripts" (Closes: #742672)
    
    debootstrap (1.0.100) unstable; urgency=medium
    
      [ Hideki Yamane ]
      * Specify https mirror to check https mirror specific problem
        (See #896071)
      * Quote $DEBOOTSTRAP_DIR properly (Closes: #586158)
      * Simplify checking debian-common file (Closes: #897379)
    
      [ Philipp Kern ]
      * Add an initial Gitlab CI config file.
    
    debootstrap (1.0.99) unstable; urgency=medium
    
      [ Luca Falavigna ]
      * Add (Ubuntu) cosmic as a symlink to gutsy.
      * Bump Standards-Version to 4.1.4.
    
      [ Hideki Yamane ]
      * Fix download failure when specifying multiple components (Closes: #898738)
        - Also add multiple components to test case
    
    debootstrap (1.0.98) unstable; urgency=medium
    
      [ Cyril Brulebois ]
      * Update Vcs-{Browser,Git} to point to salsa (alioth's replacement).
    
      [ Julien Cristau ]
      * Add Acquire-By-Hash support. (Closes: #886016)
    
      [ Hideki Yamane ]
      * Fix some unnecessary quoting that caused an error. (Closes: #896071)
      * Handle systemd-nspawn and lxc gracefully in second stage.
        (Closes: #840372, #731802)
      * Allow tarballs ending in .tar.gz and .tar.xz to be used to
        acquire already downloaded debs. (Closes: #895096)
      * Properly deal with the fakechroot variant when --foreign is passed
        to debootstrap. Thanks to jhcha54008 for the patch. (Closes: #741964)
      * Properly print proxy auto-detection message.
    
     -- Dimitri John Ledkov <email address hidden>  Thu, 23 Aug 2018 18:01:19 +0100