summaryrefslogtreecommitdiffstats
path: root/debian/changelog (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-02-18Split setup_devices in setup_devices and setup_dynamic_devices,Marco d'Itri1-0/+19
(setup_devices now only deals with static device nodes) and move the calls to setup_devices from the beginning of the second stage to the end of the first stage. setup_dynamic_devices mounts the appropriate filesystems which provide dynamic device nodes for the architectures which need one in debootstrap (kfreebsd and hurd). This fixes a bug in --second-stage introduced in 1.0.34 and exposed by the devices-related changes of 1.0.76: the second stage debootstrap runs "dpkg --print-architecture >/dev/null" at the very beginning of the program when /dev is still empty, so it creates an empty regular file in place of /dev/null and this will cause mknod to fail later. (Closes: #813232)
2016-01-29Adding myself to uploaders and uploading.Steve McIntyre1-1/+2
2016-01-29Don't call mknod with --mode, it's not supported in busyboxSteve McIntyre1-2/+6
Use -m instead - fixes the broken fix for #812811. Closes: #813124. Uploading with urgency high to get this fix propagated quickly - it's breaking d-i installs right now.
2016-01-29Use HTTPS for Vcs-* URLs, and link to cgit rather than gitweb.Colin Watson1-0/+6
2016-01-27releasing version 1.0.77Cyril Brulebois1-1/+1
2016-01-27Fix permissions on device nodes (Closes: #812811).Cyril Brulebois1-0/+7
2016-01-24releasing version 1.0.76Cyril Brulebois1-2/+2
2016-01-24Stop creating useless device nodes (Closes: #571136).Cyril Brulebois1-0/+7
Thanks to Marco d'Itri.
2015-11-11releasing version 1.0.75Cyril Brulebois1-2/+2
2015-11-11Add Tanglu support (Closes: #771687), thanks to Matthias Klumpp.Cyril Brulebois1-0/+6
At the moment, the following extra suites are recognized: - aequorea - bartholomea - chromodoris - dasyatis
2015-11-08Stop cleaning KEEP_DEBOOTSTRAP_DIR twice, as spotted by Chris Lamb (Closes: ↵Cyril Brulebois1-0/+7
#804415).
2015-11-03releasing package debootstrap version 1.0.74Christian Perrier1-2/+3
2015-10-29Add (Ubuntu) xenial as a symlink to gutsy.Colin Watson1-0/+6
2015-10-22releasing version 1.0.73Cyril Brulebois1-2/+2
2015-10-22Generate a deburis file with (package, version, uri) tuples.Cyril Brulebois1-0/+7
It is similar to the existing debpaths. Signed-off-by: Cyril Brulebois <cyril@debamax.com>
2015-07-28releasing package debootstrap version 1.0.72Colin Watson1-2/+2
2015-07-28Fix resolve_deps and setup_available to work in the --foreign case (closes: ↵Colin Watson1-0/+4
#757819, LP: #1450980).
2015-07-28last commit closes: #787117Colin Watson1-1/+1
2015-07-28Add (Ubuntu) wily as a symlink to gutsy.Colin Watson1-0/+7
2015-07-09releasing version 1.0.71Cyril Brulebois1-2/+2
2015-07-09Adjust sed call to render it more portable (Closes: #791802).Cyril Brulebois1-0/+8
This makes it work with FreeBSD sed. Thanks to Nikolai Lifanov for the report and the patch.
2015-05-19releasing version 1.0.70Cyril Brulebois1-2/+2
2015-05-19Use tr instead of (missing in d-i) xargs (Closes: #785693). Thanks, Julian ↵Cyril Brulebois1-0/+7
Schauder!
2015-05-18releasing package debootstrap version 1.0.69Christian Perrier1-2/+2
2015-05-18Update Standards to 3.9.6 (checked)Christian Perrier1-0/+4
2015-05-17Close #774752 as well.Cyril Brulebois1-1/+2
2015-05-16Make it possible to override the MAKEDEV variable (Closes: #734743).Cyril Brulebois1-0/+2
Thanks, Wookey!
2015-05-15Switch default mirror from ftp.us.debian.org to httpredir.debian.orgCyril Brulebois1-0/+2
The latter is now an official service, see announce: https://lists.debian.org/debian-devel-announce/2015/05/msg00003.html
2015-05-15Add support for --force-check-gpg (Closes: #661501, #733179, #775454).Cyril Brulebois1-0/+3
With this option, one can programmatically make sure keyring checks are used and that no fallback to an https mirror happens.
2015-05-14Make sure to deduplicate package list in download_release (Closes: #709751, ↵Cyril Brulebois1-0/+9
#768445, #785276). Do so to avoid issues while counting downloaded packages. The failure path could lead to printing some strange integer. This was reported to mostly happen whenever --no-resolve-deps is used.
2015-05-11releasing package debootstrap version 1.0.68Christian Perrier1-2/+3
2015-05-10Support the jessie-kfreebsd suiteSteven Chamberlain1-0/+7
Add jessie-kfreebsd as a symlink to sid
2015-01-14releasing version 1.0.67Christian Perrier1-2/+3
2014-12-30Fix the empty sources.list bug with foreign architectures (Closes: #732255, ↵Cyril Brulebois1-0/+3
#773867). Update setup_apt_sources to look at USE_COMPONENTS if COMPONENTS is empty, so that some iteration over defined components happens.
2014-12-29Use debian/changelog timestamp as mtime for devices.tar members (Closes: ↵Jérémy Bobbio1-0/+8
#774069) We also remove the timestamp in gzip header. This enables debootstap to be built reproducibly. Signed-off-by: Cyril Brulebois <kibi@debian.org>
2014-11-24releasing version 1.0.66Christian Perrier1-2/+3
2014-11-23Specify gzip compression for debootstrap to mitigate the need for xz on ↵Cyril Brulebois1-0/+2
non-Debian platforms (see: #770217). Keep xz for debootstrap-udeb though. Thanks, Joey Hess!
2014-11-23Specify gzip compression in debian/source/options to allow for better ↵Cyril Brulebois1-0/+7
portability on other platforms (Closes: #770214). Thanks, Joey Hess!
2014-11-11releasing version 1.0.65Christian Perrier1-2/+3
2014-11-09Add support for stretch.Julien Cristau1-0/+6
2014-10-20releasing package debootstrap version 1.0.64Colin Watson1-2/+2
2014-10-20Add (Ubuntu) vivid as a symlink to gutsy.Colin Watson1-0/+6
2014-09-25releasing version 1.0.63Christian Perrier1-2/+3
2014-09-24Move set -e out of shebang line. Closes: #762713Joey Hess1-0/+6
2014-09-15releasing version 1.0.62Christian Perrier1-2/+3
2014-09-14Fix reporting of package version in retrieval and validation steps to cope ↵Cyril Brulebois1-0/+7
with epochs.
2014-08-31releasing package debootstrap version 1.0.61Colin Watson1-2/+2
2014-08-19Fix "possibly the package $pkg is at fault" warnings to account for changed ↵Colin Watson1-0/+7
error output in dpkg 1.17.2.
2014-05-06releasing package debootstrap version 1.0.60Colin Watson1-2/+2
2014-05-06Add changelog entry for Guillem's deb support patches.Colin Watson1-0/+5