Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-05-19 | Add ${misc:Depends}. | Colin Watson | 2 | -2/+3 | |
r63225 | |||||
2010-04-06 | Add (Ubuntu) maverick as a symlink to gutsy. | Colin Watson | 2 | -0/+7 | |
r62859 | |||||
2010-02-22 | releasing version 1.0.221.0.22 | Otavio Salvador | 1 | -0/+6 | |
r62420 | |||||
2010-02-22 | releasing version 1.0.211.0.21 | Otavio Salvador | 1 | -2/+2 | |
r62356 | |||||
2010-02-18 | remove unnecessary rm -r | Joey Hess | 1 | -1/+1 | |
(from the foot shot prevention department) r62300 | |||||
2010-02-18 | Remove binary-basedebs target from debian/rules. | Joey Hess | 2 | -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-18 | Convert rules file to use dh with overrides. | Joey Hess | 3 | -58/+26 | |
r62298 | |||||
2010-02-18 | Make scripts directory in source tree look like installed directory, | Joey Hess | 32 | -20/+40 | |
and add a section to README explaining an easy way to run debootstrap w/o installing it. Closes: #345762 r62297 | |||||
2010-02-18 | remove stable/testing/unstable symlinks from udeb | Joey Hess | 1 | -1/+4 | |
to save space, since these should be unused in d-i r62296 | |||||
2010-02-17 | use less pessamistic language in warning | Joey Hess | 1 | -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-17 | Allow the suite to be stable, testing, or unstable when debootstrapping ↵ | Joey Hess | 3 | -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-06 | Apply patch from Andres Salomon <dilinger@collabora.co.uk> to fix iteration ↵ | Otavio Salvador | 2 | -1/+6 | |
through components in download_main (closes: #561298). r61942 | |||||
2010-01-06 | Apply patch from Andres Salomon <dilinger@collabora.co.uk> to honor ↵ | Otavio Salvador | 2 | -1/+9 | |
--components when using mirror_style 'main' (closes: #561283). r61941 | |||||
2010-01-02 | Add apt to base packages for the buildd variant as it is no longer marked ↵ | Frans Pop | 2 | -1/+3 | |
Build-Essential r61923 | |||||
2009-12-27 | Remove trailing space in scripts | Frans Pop | 13 | -39/+39 | |
r61883 | |||||
2009-12-27 | Use tab indentation in scripts/debian/sid to reduce its size | Frans Pop | 2 | -144/+149 | |
Saves a bit over 400B for Debian Installer. r61882 | |||||
2009-12-15 | Apply patch from Vagrant Cascadian <vagrant+bugs@freegeek.org> not fail if ↵ | Otavio Salvador | 2 | -1/+3 | |
resolv.conf is a broken symlink (closes: #390647). r61715 | |||||
2009-11-27 | Document new --extractor option in manpage. | Otavio Salvador | 2 | -0/+8 | |
r61538 | |||||
2009-11-27 | * Refactor deb extractors into two new functions. | Otavio Salvador | 20 | -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-17 | Properly inform the user if the required uncompress command is not found on ↵ | Otavio Salvador | 1 | -4/+10 | |
the system r61340 | |||||
2009-11-16 | Apply patch from Clint Adams <schizo@debian.org> to add support for | Otavio Salvador | 2 | -2/+15 | |
gz/bz2/xz data.tar (closes: #458663). r61323 | |||||
2009-10-04 | releasing version 1.0.201.0.20 | Colin Watson | 1 | -2/+2 | |
r60929 | |||||
2009-10-04 | Rename EXAMPLE section in debootstrap(8) to EXAMPLES (closes: #548458). | Colin Watson | 2 | -1/+2 | |
r60928 | |||||
2009-10-03 | For recent Ubuntu versions, move $TARGET/sbin/initctl aside in the same | Colin Watson | 2 | -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-24 | releasing version 1.0.191.0.19 | Colin Watson | 1 | -2/+2 | |
r60844 | |||||
2009-09-24 | Ignore failures from dpkg --predep-package. It exits 1 if there are no | Colin Watson | 2 | -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-23 | releasing version 1.0.181.0.18 | Aurelien Jarno | 1 | -2/+2 | |
r60833 | |||||
2009-09-23 | * Only use dpkg from the chroot, as there is no guarantee dpkg is | Aurelien Jarno | 2 | -3/+10 | |
available outside of the chroot (d-i installation for example). r60832 | |||||
2009-09-22 | releasing version 1.0.171.0.17 | Colin Watson | 1 | -2/+2 | |
r60826 | |||||
2009-09-22 | Remove boneheaded use of sudo left over from testing (closes: #547949). | Colin Watson | 2 | -1/+7 | |
r60825 | |||||
2009-09-21 | releasing version 1.0.161.0.16 | Colin Watson | 1 | -2/+2 | |
r60817 | |||||
2009-09-21 | Add (Ubuntu) lucid as a symlink to gutsy. | Colin Watson | 2 | -0/+2 | |
r60816 | |||||
2009-09-17 | Use ports.ubuntu.com as default mirror on sparc for Ubuntu hardy and | Colin Watson | 2 | -1/+13 | |
beyond (LP: #431145). r60789 | |||||
2009-08-22 | Makefile: remove unused ARCH variable | Frans Pop | 2 | -3/+5 | |
r60374 | |||||
2009-08-11 | Upgrade to debhelper v7. (Override rules get pretty hairy for this | Colin Watson | 5 | -11/+10 | |
package, so I haven't switched to dh(1).) r60091 | |||||
2009-07-29 | Cope with pre-dependencies of included packages that aren't in Priority: | Colin Watson | 5 | -5/+73 | |
required (closes: #487908). r59820 | |||||
2009-07-23 | releasing version 1.0.151.0.15 | Colin Watson | 1 | -2/+2 | |
r59643 | |||||
2009-07-23 | On Linux, clear out /etc/mtab on exit if it's not a symlink. Should fix | Colin Watson | 2 | -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-22 | releasing version 1.0.141.0.14 | Otavio Salvador | 1 | -2/+2 | |
r59600 | |||||
2009-07-22 | Apply patch from Riku Voipio <riku.voipio@iki.fi> to add support for ↵ | Otavio Salvador | 5 | -8/+31 | |
scratchbox variant. Closes: #536820. r59598 | |||||
2009-06-30 | Reference squeeze instead of sarge in manpage. Based on a patch from Geoff ↵ | Otavio Salvador | 2 | -5/+7 | |
Simmons <gsimmons@gsimmons.org>. Closes: #534575. r59170 | |||||
2009-06-03 | Apply patch from Felix Zielcke <fzielcke@z-51.de> to use "dpkg | Otavio Salvador | 2 | -2/+9 | |
--print-architecture" to avoid deprecation warning. Closes: #531680. r58720 | |||||
2009-04-24 | releasing version 1.0.131.0.13 | Colin Watson | 1 | -2/+2 | |
r58357 | |||||
2009-04-24 | Add (Ubuntu) karmic as a symlink to gutsy. | Colin Watson | 2 | -0/+5 | |
r58349 | |||||
2009-03-24 | Apply patch from Luca Favatella <slackydeb@gmail.com> to improve coding style. | Otavio Salvador | 3 | -9/+16 | |
r57962 | |||||
2009-03-17 | releasing version 1.0.121.0.12 | Colin Watson | 1 | -2/+2 | |
r57855 | |||||
2009-03-17 | revert accidental commit | Colin Watson | 1 | -2/+2 | |
r57854 | |||||
2009-03-17 | ignore debian/debootstrap.substvars | Colin Watson | 1 | -2/+2 | |
r57853 | |||||
2009-03-17 | Export PATH, just to make sure. It isn't necessarily exported by shells | Colin Watson | 2 | -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-17 | Remove partial support for emitting translated progress messages with | Colin Watson | 4 | -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 |