summaryrefslogtreecommitdiffstats
path: root/debian/changelog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* hurd: move setting up dev and servers firmlink to setup_proc stage.Samuel Thibault2016-02-181-0/+8
| | | | | Also firmlink proc there. Thanks Gabriele Giacone for all the investigation!
* Split setup_devices in setup_devices and setup_dynamic_devices,Marco d'Itri2016-02-181-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)
* Adding myself to uploaders and uploading.Steve McIntyre2016-01-291-1/+2
|
* Don't call mknod with --mode, it's not supported in busyboxSteve McIntyre2016-01-291-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.
* Use HTTPS for Vcs-* URLs, and link to cgit rather than gitweb.Colin Watson2016-01-291-0/+6
|
* releasing version 1.0.77Cyril Brulebois2016-01-271-1/+1
|
* Fix permissions on device nodes (Closes: #812811).Cyril Brulebois2016-01-271-0/+7
|
* releasing version 1.0.76Cyril Brulebois2016-01-241-2/+2
|
* Stop creating useless device nodes (Closes: #571136).Cyril Brulebois2016-01-241-0/+7
| | | | Thanks to Marco d'Itri.
* releasing version 1.0.75Cyril Brulebois2015-11-111-2/+2
|
* Add Tanglu support (Closes: #771687), thanks to Matthias Klumpp.Cyril Brulebois2015-11-111-0/+6
| | | | | | | | At the moment, the following extra suites are recognized: - aequorea - bartholomea - chromodoris - dasyatis
* Stop cleaning KEEP_DEBOOTSTRAP_DIR twice, as spotted by Chris Lamb (Closes: ↵Cyril Brulebois2015-11-081-0/+7
| | | | #804415).
* releasing package debootstrap version 1.0.74Christian Perrier2015-11-031-2/+3
|
* Add (Ubuntu) xenial as a symlink to gutsy.Colin Watson2015-10-291-0/+6
|
* releasing version 1.0.73Cyril Brulebois2015-10-221-2/+2
|
* Generate a deburis file with (package, version, uri) tuples.Cyril Brulebois2015-10-221-0/+7
| | | | | | It is similar to the existing debpaths. Signed-off-by: Cyril Brulebois <cyril@debamax.com>
* releasing package debootstrap version 1.0.72Colin Watson2015-07-281-2/+2
|
* Fix resolve_deps and setup_available to work in the --foreign case (closes: ↵Colin Watson2015-07-281-0/+4
| | | | #757819, LP: #1450980).
* last commit closes: #787117Colin Watson2015-07-281-1/+1
|
* Add (Ubuntu) wily as a symlink to gutsy.Colin Watson2015-07-281-0/+7
|
* releasing version 1.0.71Cyril Brulebois2015-07-091-2/+2
|
* Adjust sed call to render it more portable (Closes: #791802).Cyril Brulebois2015-07-091-0/+8
| | | | | This makes it work with FreeBSD sed. Thanks to Nikolai Lifanov for the report and the patch.
* releasing version 1.0.70Cyril Brulebois2015-05-191-2/+2
|
* Use tr instead of (missing in d-i) xargs (Closes: #785693). Thanks, Julian ↵Cyril Brulebois2015-05-191-0/+7
| | | | Schauder!
* releasing package debootstrap version 1.0.69Christian Perrier2015-05-181-2/+2
|
* Update Standards to 3.9.6 (checked)Christian Perrier2015-05-181-0/+4
|
* Close #774752 as well.Cyril Brulebois2015-05-171-1/+2
|
* Make it possible to override the MAKEDEV variable (Closes: #734743).Cyril Brulebois2015-05-161-0/+2
| | | | Thanks, Wookey!
* Switch default mirror from ftp.us.debian.org to httpredir.debian.orgCyril Brulebois2015-05-151-0/+2
| | | | | The latter is now an official service, see announce: https://lists.debian.org/debian-devel-announce/2015/05/msg00003.html
* Add support for --force-check-gpg (Closes: #661501, #733179, #775454).Cyril Brulebois2015-05-151-0/+3
| | | | | With this option, one can programmatically make sure keyring checks are used and that no fallback to an https mirror happens.
* Make sure to deduplicate package list in download_release (Closes: #709751, ↵Cyril Brulebois2015-05-141-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.
* releasing package debootstrap version 1.0.68Christian Perrier2015-05-111-2/+3
|
* Support the jessie-kfreebsd suiteSteven Chamberlain2015-05-101-0/+7
| | | | Add jessie-kfreebsd as a symlink to sid
* releasing version 1.0.67Christian Perrier2015-01-141-2/+3
|
* Fix the empty sources.list bug with foreign architectures (Closes: #732255, ↵Cyril Brulebois2014-12-301-0/+3
| | | | | | | #773867). Update setup_apt_sources to look at USE_COMPONENTS if COMPONENTS is empty, so that some iteration over defined components happens.
* Use debian/changelog timestamp as mtime for devices.tar members (Closes: ↵Jérémy Bobbio2014-12-291-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>
* releasing version 1.0.66Christian Perrier2014-11-241-2/+3
|
* Specify gzip compression for debootstrap to mitigate the need for xz on ↵Cyril Brulebois2014-11-231-0/+2
| | | | | | | | non-Debian platforms (see: #770217). Keep xz for debootstrap-udeb though. Thanks, Joey Hess!
* Specify gzip compression in debian/source/options to allow for better ↵Cyril Brulebois2014-11-231-0/+7
| | | | | | portability on other platforms (Closes: #770214). Thanks, Joey Hess!
* releasing version 1.0.65Christian Perrier2014-11-111-2/+3
|
* Add support for stretch.Julien Cristau2014-11-091-0/+6
|
* releasing package debootstrap version 1.0.64Colin Watson2014-10-201-2/+2
|
* Add (Ubuntu) vivid as a symlink to gutsy.Colin Watson2014-10-201-0/+6
|
* releasing version 1.0.63Christian Perrier2014-09-251-2/+3
|
* Move set -e out of shebang line. Closes: #762713Joey Hess2014-09-241-0/+6
|
* releasing version 1.0.62Christian Perrier2014-09-151-2/+3
|
* Fix reporting of package version in retrieval and validation steps to cope ↵Cyril Brulebois2014-09-141-0/+7
| | | | with epochs.
* releasing package debootstrap version 1.0.61Colin Watson2014-08-311-2/+2
|
* Fix "possibly the package $pkg is at fault" warnings to account for changed ↵Colin Watson2014-08-191-0/+7
| | | | error output in dpkg 1.17.2.
* releasing package debootstrap version 1.0.60Colin Watson2014-05-061-2/+2
|