- Version bump to 1.0.90
* Add (Ubuntu) artful as a symlink to gutsy.
* Improve /dev/ptmx handling (deb#817236)
* Add autopkgtest support to test various scenarios.
* Uniformize COMPONENTS/USE_COMPONENTS handling.
* Strip the arch-qualifier (deb#836525)
* Default to split /usr again, as merged-/usr breaks dpkg-shlibdeps (deb#844221)
* remove scratchbox2 support (deb#796189)
* Reword split_inline_sig (deb#842591)
* Add support for downloading and validating InRelease files, by splitting
up detached signature from signed data.
* Switch default mirror to deb.debian.org.
* Add (Ubuntu) zesty as a symlink to gutsy.
* 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. (deb#838388)
* Error out when seeing short options. (deb#548880)
* Add oldoldstable -> sid script symlink. (deb#792734)
* Add buster -> sid and bullseye -> sid script symlinks.
* Only unpack and configure the base system when there are actually
packages to install. (deb#825034)
* debootstrap.8: Use stretch instead of wheezy in examples.
* Enable merged-/usr by default. (deb#839046)
* Add support for xz-compressed Packages indices. (deb#837649)
* functions: Validate that the requested suite is listed in the
Release file's Suite or Codename field. (deb#837075)
* Add support for merged-/usr, enabled by a new --merged-usr option (deb#810301)
Feign install of dpkg in second stage. This avoids problems when
OBS-URL: https://build.opensuse.org/request/show/506822
OBS-URL: https://build.opensuse.org/package/show/devel:tools/debootstrap?expand=0&rev=33
- bump to 1.0.70
* Use tr instead of (missing in d-i) xargs (Closes:
#785693). Thanks, Julian Schauder!
* Make sure to deduplicate package list in download_release to
avoid issues while counting downloaded packages. The failure
path could lead to printing some strange integer (Closes:
#709751, #768445, #785276, #774752). This was reported to
mostly happen whenever --no-resolve-deps is used.
* Add support for --force-check-gpg so that one can
programmatically make sure keyring checks are used and that
no fallback to an https mirror happens (Closes: #661501,
#733179, #775454). * Switch default mirror from
ftp.us.debian.org to the new, official http redirector
service: httpredir.debian.org
* Make it possible to override the MAKEDEV variable (Closes: #734743).
Thanks, Wookey!
* Update Standards to 3.9.6 (checked)
* Support the jessie-kfreebsd suite, by using the same script as
jessie (a symlink to sid) (Closes: #784927).
OBS-URL: https://build.opensuse.org/request/show/311984
OBS-URL: https://build.opensuse.org/package/show/devel:tools/debootstrap?expand=0&rev=23