summaryrefslogtreecommitdiffstats
path: root/debian (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-10-20Switch default mirror to deb.debian.org.Julien Cristau1-0/+1
2016-10-20Close merged bug only onceJulien Cristau1-1/+1
2016-10-19Enable merged-/usr by default.Ansgar Burchardt1-0/+4
Thanks to Marco d'Itri for the patch.
2016-10-19Add (Ubuntu) zesty as a symlink to gutsy.Colin Watson1-0/+4
2016-10-19Update changelog.Ansgar Burchardt1-0/+15
2016-10-19Revert "Switch default mirror to deb.debian.org."Julien Cristau1-1/+0
Pushed by mistake. This reverts commit fc9b919df580daf1183649bf197cb2c06a41e95b.
2016-10-18Switch default mirror to deb.debian.org.Julien Cristau1-0/+1
2016-10-18Add support for downloading and validating InRelease filesJulien Cristau1-0/+7
Split up detached signature from signed data, in effect re-creating a Release and Release.gpg pair that we can verify with gpgv.
2016-10-18No longer Build-Depend on makedevAnsgar Burchardt1-1/+1
The code using makedev to create devices.tar.gz was removed in 26ae52971b21e14c6c81af3b8aa0211bc3553dd2
2016-10-06releasing package debootstrap version 1.0.84Christian Perrier1-2/+3
2016-10-04Add support for xz-compressed Packages indicesAnsgar Burchardt1-0/+6
Bug: https://bugs.debian.org/837649
2016-09-13Release 1.0.83Steve McIntyre1-1/+1
2016-09-13Update Standards-Version to 3.9.8Steve McIntyre2-2/+6
No package changes needed
2016-09-13Update changelog entry for default change.Ansgar Burchardt1-1/+1
2016-09-13Add changelog entry for change to READMEAnsgar Burchardt1-0/+1
2016-09-13Add changelog entry for feigning dpkg install in second stageAnsgar Burchardt1-0/+2
2016-09-08Add changelog entry for merged-/usr support.Ansgar Burchardt1-0/+2
2016-09-08Validate SUITE against Release's Suite or CodenameAnsgar Burchardt1-0/+7
Bug: https://bugs.debian.org/837075
2016-09-08releasing package debootstrap version 1.0.82Christian Perrier1-2/+2
2016-09-06Excise all devices.tar.gz codeAlex Bennée1-0/+7
Since bug #571136 was fixed the --second-stage doesn't even use the devices tarball so we can remove all its related cruft. The README has been updated to show when real root access is required and give an example of a foreign debootstrap which works with fakeroot.
2016-05-03releasing package debootstrap version 1.0.81Christian Perrier1-2/+3
2016-05-01Add changelog entry for yakkety symlinkLuca Falavigna1-0/+6
2016-03-22releasing package debootstrap version 1.0.80Christian Perrier1-2/+2
2016-03-20close bugSamuel Thibault1-1/+2
2016-03-20Support kfreebsd & hurd arches on Ubuntu targets.Jon Boden1-0/+7
2016-02-19releasing package debootstrap version 1.0.79Christian Perrier1-2/+3
2016-02-18hurd: move setting up dev and servers firmlink to setup_proc stage.Samuel Thibault1-0/+8
Also firmlink proc there. Thanks Gabriele Giacone for all the investigation!
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 McIntyre2-2/+3
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 Watson2-2/+8
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-11Add Tanglu supportMatthias Klumpp1-0/+2
v2: Amended to avoid including staging, which is only an incomplete suite, and not meant to be debootstrap'd. Signed-off-by: Cyril Brulebois <kibi@debian.org>
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