summaryrefslogtreecommitdiffstats
path: root/debian (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-07-24Add changelog for Sven's changesColin Watson1-0/+7
2017-04-24releasing package debootstrap version 1.0.90Christian Perrier1-2/+3
2017-04-22Add (Ubuntu) artful as a symlink to gutsy.Mattia Rizzolo1-0/+6
2017-03-10releasing version 1.0.89Cyril Brulebois1-2/+2
Signed-off-by: Cyril Brulebois <kibi@debian.org>
2017-03-10Uniformize COMPONENTS/USE_COMPONENTS handling.Cyril Brulebois1-0/+3
The preliminary fix in 1.0.67 wasn't sufficient, and was extended in 1.0.72 in a different manner. Let's standardize all for loops.
2017-03-10Add changelog entry for Simon's changes.Cyril Brulebois1-0/+11
2017-03-09Adjust encoding for recently added files.Cyril Brulebois5-5/+5
2017-03-09autopkgtest: Exercise schroot behaviour proposed on #856877Simon McVittie2-0/+71
2017-03-09autopkgtest: Exercise pbuilder behaviour proposed on #841935Simon McVittie2-4/+63
2017-03-09Add an autopkgtest covering #817236 and various other sanity checksSimon McVittie4-0/+358
Because debootstrap is relatively slow, I've named the test according to what is being bootstrapped (Debian testing) rather than the checks that are performed, with the intention that additional checks can be added to it. Signed-off-by: Simon McVittie <smcv@debian.org>
2017-02-08releasing version 1.0.88Steve McIntyre1-2/+2
2017-02-03pkgdetails_perl: Strip the arch-qualifier (Closes: #836525)Sven Joachim1-0/+7
2016-11-16releasing package debootstrap version 1.0.87Christian Perrier1-2/+2
2016-11-14remove scratchbox2 support (closes: #796189)Riku Voipio1-0/+4
2016-11-13Default to split /usr again, as merged-/usr breaks dpkg-shlibdeps (closes: ↵Julien Cristau1-0/+7
#844221).
2016-10-30releasing version 1.0.86Cyril Brulebois1-2/+2
2016-10-30Fix InRelease support (Closes: #842591).Cyril Brulebois1-0/+9
The initial tr|sed|tr looked nice on paper but doesn't work within a d-i context, so let's switch to a shell-only implementation supplied by Ansgar Burchardt.
2016-10-21Release 1.0.85Julien Cristau1-2/+2
2016-10-20debootstrap.8: Use stretch instead of wheezy in examples.Ansgar Burchardt1-0/+1
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