debootstrap 1.0.112 source package in Debian

Changelog

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

 -- Hideki Yamane <email address hidden>  Sun, 23 Dec 2018 18:24:00 +0900

Upload details

Uploaded by:
Debian Install System Team
Uploaded to:
Sid
Original maintainer:
Debian Install System Team
Architectures:
all
Section:
admin
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Downloads

File Size SHA-256 Checksum
debootstrap_1.0.112.dsc 1.9 KiB f525a8d5666956ac4ceffc9eaeedfd2d552677a5683b74c5a14596b7ed762303
debootstrap_1.0.112.tar.gz 73.7 KiB 0a6e08fe363e2367a24a7019555d37beec4faf0b5bb881e5e3b00581909cfadc

No changes file available.

Binary packages built by this source