summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)AuthorFilesLines
2015-12-13debootstrap (1.0.48+dyson4)HEADdyson/1.0.48+dyson4masterIgor Pashev1-0/+7
* Added dufay (testing) * Removed stable
2014-05-06debootstrap (1.0.48+dyson3) unstable; urgency=mediumdyson/1.0.48+dyson3Igor Pashev1-0/+7
* testing -> lacaille * stable -> messier
2013-04-23debootstrap (1.0.48+dyson2) unstable; urgency=lowIgor Pashev1-0/+7
* Added testing/messier symlinks (both to bok) * Use dyson-archive-keyring
2013-04-11debootstrap (1.0.48+dyson1) unstable; urgency=low1.0.48+dyson1Igor Pashev1-0/+6
* Package for Dyson
2013-04-11Merge git://git.debian.org/d-i/debootstrapIgor Pashev2-3/+105
Conflicts: debian/changelog
2013-04-04debootstrap 1.0.48 Debian release.Didier Raboud1-2/+5
2013-03-25Move extract_release_components to after signature verification.Julien Cristau1-0/+2
Suggested by Ansgar Burchardt.
2013-03-25Disable InRelease support.Julien Cristau2-2/+9
gpgv won't give us back the signed data, and full gpg is not available inside d-i (closes: #703889).
2013-03-22releasing version 1.0.47Christian Perrier1-2/+2
2013-03-20If we Depend on gnupg, we maybe don't need to Recommend itChristian Perrier1-1/+1
2013-03-20Add a dependency on gpg because of the above change.Christian Perrier2-1/+2
2013-03-20* Properly decrypt the InRelease file when downloading from an archiveChristian PERRIER1-0/+11
where InRelease is used. This longstanding bug was masked by former APT behaviour and was revealed only with recent APT versions Closes: #703146 Thanks to Michael Vogt for the analysis and patch
2013-01-27debootstrap (1.0.38+dyson2) unstable; urgency=lowIgor Pashev1-0/+8
* Test for /dev/null again on illumos, determining major number from /etc/name_to_major. * Add support for solaris-* architecture.
2012-12-27uploadSamuel Thibault1-2/+3
2012-12-27Revert to using which, but only in non-d-iSamuel Thibault1-2/+1
which is only if /bin/sh does not exist
2012-12-27 Find out /bin/sh using `type` instead of `which`,Samuel Thibault1-0/+7
the latter not being available in d-i.
2012-12-22releasing version 1.0.45Christian Perrier1-2/+3
2012-11-26changelogJoey Hess1-0/+8
2012-11-20releasing version 1.0.44Cyril Brulebois1-2/+2
2012-11-20Remove double quotes to fix for loop on GNU/kFreeBSD, thanks to Oleg ↵Cyril Brulebois1-0/+7
Ginzburg (Closes: #693718).
2012-10-27releasing version 1.0.43Christian Perrier1-2/+2
2012-10-27Replace XC-Package-Type by Package-Type in debian/controlChristian Perrier2-1/+2
2012-10-27* Add myself to Uploaders and drop Anthony Towns who is noChristian Perrier2-2/+8
longer active in debootstrap maintenance for a few years. Thanks for your work, Anthony. * Bump Standards to 3.9.3 (checked)
2012-10-24Add (Ubuntu) raring as a symlink to gutsy.Colin Watson1-0/+4
2012-09-05Fix "arc" typo. Closes: #686680Joey Hess1-0/+6
2012-07-03releasing version 1.0.421.0.42Colin Watson1-2/+2
2012-06-25Downgrade the absence of an InRelease file from a warning to an info ↵Colin Watson1-0/+9
message. For now, debootstrap can cope fine without, and it's possible there are Debian mirrors that don't have InRelease; Ubuntu doesn't quite have InRelease support yet either (LP: #1017398).
2012-06-21releasing version 1.0.411.0.41Joey Hess1-2/+3
2012-05-22minor cleanupJoey Hess1-2/+1
2012-05-22Add support for InRelease files (Closes: #638682)Mehdi Dogguy1-0/+7
2012-04-26releasing version 1.0.401.0.40Colin Watson1-2/+2
2012-04-26Add (Ubuntu) quantal as a symlink to gutsy.Colin Watson1-0/+4
2012-04-17point users at the log file on error, try to show a package name tooJoey Hess1-0/+8
When installation or configuration of a package fails, output a message that points the user to the log file[1]. Attempt to grep out the first package that dpkg failed on and show its name too. Closes: #472704 Sample: W: Failure while configuring base packages. This will be re-attempted up to five times. W: See sid/debootstrap.log for details (possibly the package libept1 is at fault) This relies on the LANG=C currently set for the debootstrap run. Changes to the "dpkg: error processing $PACKAGE" message would break the package name extractor, but it'd fall back to not showing a package name. This adds cut to the set of utilities debootstrap uses, which shouldn't be a problem. [1] In d-i, debootstrap doesn't know where the log file is, but then this message goes to the same syslog file, so I didn't add any special handling for this case.
2012-03-13releasing version 1.0.391.0.39Colin Watson1-2/+2
2012-03-13Stop at the end of the retrieval phase if any packages failed to download.Colin Watson1-0/+2
2012-03-13Retry corrupted downloads rather than carrying on almost regardless. Patch ↵Colin Watson1-0/+8
mostly due to Michael Gilbert, rearranged somewhat by me (closes: #618920).
2012-02-09Illumos: setup devices in chroot, test for /dev/nullIgor Pashev1-0/+7
2011-11-21releasing version 1.0.381.0.38Colin Watson1-2/+2
2011-11-21pkgdetails_perl: Use the last of a sequence of stanzas for the same package ↵Colin Watson1-0/+4
name, rather than the first (closes: #649319).
2011-11-19Fix --print-debs support when using --foreign param. Closes: #551837.Otavio Salvador1-0/+5
2011-10-08Merge remote-tracking branch 'origin/master'Joey Hess1-1/+7
Conflicts: debian/changelog
2011-10-08Improve error message when a decompressor is not available, to indicate ↵Joey Hess1-0/+8
which package has been built with bzip today. Closes: #644719
2011-10-05releasing version 1.0.371.0.37Colin Watson1-2/+2
2011-10-05Add (Ubuntu) precise as a symlink to gutsy.Colin Watson1-0/+6
2011-08-21releasing version 1.0.361.0.36Joey Hess1-2/+2
2011-08-21Workaround for umount bug #634107, which broke pbuilder and "debootstrap ."Joey Hess1-0/+2
umount /path/to/foo fails when run in in /path/to/. Work around this nasty bug with a chdir /. Note that TARGET is an absolute path, so chdiring away is safe.
2011-08-15warn about missing modules on FreeBSDJoey Hess1-2/+4
* Fix support for running debootstrap on a FreeBSD host to create a kFreeBSD chroot or jail. Thanks, Arno Toell. * When debootstrapping on FreeBSD, warn if necessary modules are not loaded. Thanks, Arno Toell.
2011-08-15When FreeBSD (not kfreebsd) is the host, don't chroot to mount special ↵Joey Hess1-0/+2
filesystems. That fails for reasons that I don't know, but part of this patch avoids the chroot. http://www.freebsd.org/cgi/cvsweb.cgi/ports/sysutils/debootstrap/files/patch-functions?rev=1.3;content-type=text%2Fplain With this patch, deamonkeeper has confirmed a successful debootstrap from a FreeBSD host.
2011-08-15Support using md5 and shaN programs, as found on FreeBSD, in addition to ↵Joey Hess1-0/+2
md5sum and shaNsum. Based on the patch used for the FreeBSD port of debootstrap: http://www.freebsd.org/cgi/cvsweb.cgi/ports/sysutils/debootstrap/files/patch-functions?rev=1.3;content-type=text%2Fplain That entire patch should now be unnecessary.
2011-08-15Search PATH for programs, rather than checking hardcoded locations.Joey Hess1-0/+1
Generally a good idea, but specifically FreeBSD does not keep gunzip in /bin/