summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-05-19Add ${misc:Depends}.Colin Watson2-2/+3
r63225
2010-04-06Add (Ubuntu) maverick as a symlink to gutsy.Colin Watson2-0/+7
r62859
2010-02-22releasing version 1.0.221.0.22Otavio Salvador1-0/+6
r62420
2010-02-22releasing version 1.0.211.0.21Otavio Salvador1-2/+2
r62356
2010-02-18remove unnecessary rm -rJoey Hess1-1/+1
(from the foot shot prevention department) r62300
2010-02-18Remove binary-basedebs target from debian/rules.Joey Hess2-23/+4
This target has been broken in multiple ways since 2007. While I accidentially partially fixed it with the above changes, this is evidence it's dead code that can be safely removed. r62299
2010-02-18Convert rules file to use dh with overrides.Joey Hess3-58/+26
r62298
2010-02-18Make scripts directory in source tree look like installed directory,Joey Hess32-20/+40
and add a section to README explaining an easy way to run debootstrap w/o installing it. Closes: #345762 r62297
2010-02-18remove stable/testing/unstable symlinks from udebJoey Hess1-1/+4
to save space, since these should be unused in d-i r62296
2010-02-17use less pessamistic language in warningJoey Hess1-2/+2
There have been quite few changes to the sid script lately that could cause problems for users of stable debootstrap. Mostly this is because the script hardcodes much less info about the release than was needed for old versions of debootstrap. Now it might break; probably won't. r62295
2010-02-17Allow the suite to be stable, testing, or unstable when debootstrapping ↵Joey Hess3-2/+12
Debian. Closes: #288109 This relies on the stable, testing, and unstable symlinks on the mirrors to work. Ubuntu doesn't have such symlinks, or really use corresponding names for its suites, so this is Debian-only. r62294
2010-01-06Apply patch from Andres Salomon <dilinger@collabora.co.uk> to fix iteration ↵Otavio Salvador2-1/+6
through components in download_main (closes: #561298). r61942
2010-01-06Apply patch from Andres Salomon <dilinger@collabora.co.uk> to honor ↵Otavio Salvador2-1/+9
--components when using mirror_style 'main' (closes: #561283). r61941
2010-01-02Add apt to base packages for the buildd variant as it is no longer marked ↵Frans Pop2-1/+3
Build-Essential r61923
2009-12-27Remove trailing space in scriptsFrans Pop13-39/+39
r61883
2009-12-27Use tab indentation in scripts/debian/sid to reduce its sizeFrans Pop2-144/+149
Saves a bit over 400B for Debian Installer. r61882
2009-12-15Apply patch from Vagrant Cascadian <vagrant+bugs@freegeek.org> not fail if ↵Otavio Salvador2-1/+3
resolv.conf is a broken symlink (closes: #390647). r61715
2009-11-27Document new --extractor option in manpage.Otavio Salvador2-0/+8
r61538
2009-11-27* Refactor deb extractors into two new functions.Otavio Salvador20-95/+127
* Use dpkg-deb if available instead of ar (closes: #557296). * Add an --extractor option to override the automatic extractor selection. r61537
2009-11-17Properly inform the user if the required uncompress command is not found on ↵Otavio Salvador1-4/+10
the system r61340
2009-11-16Apply patch from Clint Adams <schizo@debian.org> to add support forOtavio Salvador2-2/+15
gz/bz2/xz data.tar (closes: #458663). r61323
2009-10-04releasing version 1.0.201.0.20Colin Watson1-2/+2
r60929
2009-10-04Rename EXAMPLE section in debootstrap(8) to EXAMPLES (closes: #548458).Colin Watson2-1/+2
r60928
2009-10-03For recent Ubuntu versions, move $TARGET/sbin/initctl aside in the sameColin Watson2-0/+20
way we do start-stop-daemon, so that attempts to control Upstart jobs won't inadvertently affect jobs in the host system. r60924
2009-09-24releasing version 1.0.191.0.19Colin Watson1-2/+2
r60844
2009-09-24Ignore failures from dpkg --predep-package. It exits 1 if there are noColin Watson2-1/+10
suitable packages available, which isn't an error for us, but in_target complains anyway, so just use in_target_nofail; the termination condition is handled immediately afterwards anyway. r60843
2009-09-23releasing version 1.0.181.0.18Aurelien Jarno1-2/+2
r60833
2009-09-23 * Only use dpkg from the chroot, as there is no guarantee dpkg is Aurelien Jarno2-3/+10
available outside of the chroot (d-i installation for example). r60832
2009-09-22releasing version 1.0.171.0.17Colin Watson1-2/+2
r60826
2009-09-22Remove boneheaded use of sudo left over from testing (closes: #547949).Colin Watson2-1/+7
r60825
2009-09-21releasing version 1.0.161.0.16Colin Watson1-2/+2
r60817
2009-09-21Add (Ubuntu) lucid as a symlink to gutsy.Colin Watson2-0/+2
r60816
2009-09-17Use ports.ubuntu.com as default mirror on sparc for Ubuntu hardy andColin Watson2-1/+13
beyond (LP: #431145). r60789
2009-08-22Makefile: remove unused ARCH variableFrans Pop2-3/+5
r60374
2009-08-11Upgrade to debhelper v7. (Override rules get pretty hairy for thisColin Watson5-11/+10
package, so I haven't switched to dh(1).) r60091
2009-07-29Cope with pre-dependencies of included packages that aren't in Priority:Colin Watson5-5/+73
required (closes: #487908). r59820
2009-07-23releasing version 1.0.151.0.15Colin Watson1-2/+2
r59643
2009-07-23On Linux, clear out /etc/mtab on exit if it's not a symlink. Should fixColin Watson2-0/+16
problems Wouter Verhelst and Martin Michlmayr are seeing with initramfs-tools MODULES=dep, although it probably isn't a perfect solution. r59637
2009-07-22releasing version 1.0.141.0.14Otavio Salvador1-2/+2
r59600
2009-07-22Apply patch from Riku Voipio <riku.voipio@iki.fi> to add support for ↵Otavio Salvador5-8/+31
scratchbox variant. Closes: #536820. r59598
2009-06-30Reference squeeze instead of sarge in manpage. Based on a patch from Geoff ↵Otavio Salvador2-5/+7
Simmons <gsimmons@gsimmons.org>. Closes: #534575. r59170
2009-06-03Apply patch from Felix Zielcke <fzielcke@z-51.de> to use "dpkgOtavio Salvador2-2/+9
--print-architecture" to avoid deprecation warning. Closes: #531680. r58720
2009-04-24releasing version 1.0.131.0.13Colin Watson1-2/+2
r58357
2009-04-24Add (Ubuntu) karmic as a symlink to gutsy.Colin Watson2-0/+5
r58349
2009-03-24Apply patch from Luca Favatella <slackydeb@gmail.com> to improve coding style.Otavio Salvador3-9/+16
r57962
2009-03-17releasing version 1.0.121.0.12Colin Watson1-2/+2
r57855
2009-03-17revert accidental commitColin Watson1-2/+2
r57854
2009-03-17ignore debian/debootstrap.substvarsColin Watson1-2/+2
r57853
2009-03-17Export PATH, just to make sure. It isn't necessarily exported by shellsColin Watson2-0/+7
running from init=/bin/sh or similar, and the upstream bash maintainer is unwilling to export it by default; it's easy enough to do so here (LP: #320188). r57849
2009-03-17Remove partial support for emitting translated progress messages withColin Watson4-62/+11
gettext. Don't panic; d-i still has all the support necessary for this. debootstrap's own support for doing this outside d-i with gettext's shell bindings has been completely broken ever since it was added in 2003, though, and nobody has complained. Fixing it would require a big pile of infrastructure and some non-trivial patches, plus arranging to copy all the translations over from base-installer, and it just doesn't seem worth it, so lose the cruft (LP: #188690). r57848