[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

debootstrap_1.0.42~bpo60+1_i386.changes ACCEPTED into squeeze-backports





Accepted:
debootstrap-udeb_1.0.42~bpo60+1_all.udeb
  to main/d/debootstrap/debootstrap-udeb_1.0.42~bpo60+1_all.udeb
debootstrap_1.0.42~bpo60+1.dsc
  to main/d/debootstrap/debootstrap_1.0.42~bpo60+1.dsc
debootstrap_1.0.42~bpo60+1.tar.gz
  to main/d/debootstrap/debootstrap_1.0.42~bpo60+1.tar.gz
debootstrap_1.0.42~bpo60+1_all.deb
  to main/d/debootstrap/debootstrap_1.0.42~bpo60+1_all.deb


Changes:
debootstrap (1.0.42~bpo60+1) squeeze-backports; urgency=low
 .
  * Rebuild for squeeze-backports.
  * Add myself to Uploaders.
 .
debootstrap (1.0.42) unstable; urgency=low
 .
  * Downgrade the absence of an InRelease file from a warning to an info
    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).
 .
debootstrap (1.0.41) unstable; urgency=low
 .
  [ Mehdi Dogguy ]
  * Add support for InRelease files (Closes: #638682)
 .
debootstrap (1.0.40) unstable; urgency=low
 .
  [ Joey Hess ]
  * When installation or configuration of a package fails, output a message
    that points the user to the log file. Attempt to grep out the first
    package that dpkg failed on and show its name too. Closes: #472704
 .
  [ Colin Watson ]
  * Add (Ubuntu) quantal as a symlink to gutsy.
 .
debootstrap (1.0.39) unstable; urgency=low
 .
  * Retry corrupted downloads rather than carrying on almost regardless.
    Patch mostly due to Michael Gilbert, rearranged somewhat by me (closes:
    #618920).
  * Stop at the end of the retrieval phase if any packages failed to
    download.
 .
debootstrap (1.0.38) unstable; urgency=low
 .
  [ Joey Hess ]
  * Improve error message when a decompressor is not available,
    to indicate which package has been built with bzip today.
    Closes: #644719
 .
  [ Otavio Salvador ]
  * Fix --print-debs support when using --foreign param. Closes:
    #551837.
 .
  [ Colin Watson ]
  * pkgdetails_perl: Use the last of a sequence of stanzas for the same
    package name, rather than the first (closes: #649319).
 .
debootstrap (1.0.37) unstable; urgency=low
 .
  * Add (Ubuntu) precise as a symlink to gutsy.
 .
debootstrap (1.0.36) unstable; urgency=low
 .
  * Guess host OS based on uname for non-Debian systems. Closes: #637363
  * Clarify "target" in usage message.
  * Fix support for running debootstrap on a FreeBSD host to create a kFreeBSD
    chroot or jail. Thanks, Arno Toell.
  * Search PATH for programs, rather than checking hardcoded locations.
  * Support using md5 and shaN programs, as found on FreeBSD, in addition
    to md5sum and shaNsum.
  * When FreeBSD (not kfreebsd) is the host, don't chroot to mount special
    filesystems.
  * When debootstrapping on FreeBSD, warn if necessary modules are not
    loaded. Thanks, Arno Toell.
  * Workaround for umount bug #634107, which broke pbuilder and "debootstrap ."
    Closes: #631087
 .
debootstrap (1.0.35) unstable; urgency=low
 .
  [ Robert Millan ]
  * Don't build devices.tar.gz if building on GNU/kFreeBSD (closes:
    #637297).
  * Don't use --arch when we specifically care about the host architecture
    (closes: #637298).
 .
debootstrap (1.0.34) unstable; urgency=low
 .
  * Add more information regarding the version and architecture in case
    a download fails. Closes: #633625.
  * add /usr/sbin and /sbin to PATH for fakechroot variant. Closes:
    #588773
  * Move setup_devices to second stage of bootstrap. Closes: #498731,
    #531316
 .
debootstrap (1.0.33) unstable; urgency=low
 .
  [ Joey Hess ]
  * Mention minbase variant in --help. Closes: #632418
  * Use md5sums for sarge, which did not consistently have sha1sums
    everywhere. Closes: #633158
 .
  [ Colin Watson ]
  * Improve text of error message when decompression command is not
    available.
 .
debootstrap (1.0.32) unstable; urgency=low
 .
  * Use md5sums for woody and potato, which only had those checksums
    in the Packages files. Closes: #627365
 .
debootstrap (1.0.31) unstable; urgency=low
 .
  [ Mark Hymers ]
  * Don't use the Build-Essential: yes field in Debian, use the
    build-essential package. Closes: #619700.
 .
  [ Colin Watson ]
  * If ubuntu-keyring is installed, check Release signatures against it when
    bootstrapping Ubuntu gutsy and later.
  * Recommend ubuntu-keyring rather than debian-archive-keyring on
    Ubuntu-derived systems.
 .
debootstrap (1.0.30) unstable; urgency=low
 .
  [ Joey Hess ]
  * Recommend debian-archive-keyring, and if it is installed,
    default to checking gpg signatures of the Release file against it
    when bootstrapping sid, squeeze, wheezy, etch, and lenny.
    Closes: #560038
  * Add --no-check-gpg option that can be used to disable release file
    verification. Closes: #624229
  * Needs base-installer 1.117.
  * Add a warning message if the keyring file is not available, and
    --no-check-gpg is not specified.
  * Clear all global variables used for options, so that unclean
    environment doesn't break debootstrap. Closes: #621657
  * Removed the --boot-floppies switch and mode. Assuming this has
    not been used in 10 years.
 .
  [ Colin Watson ]
  * Resolve dependencies from all requested components (LP: #740167).
 .
debootstrap (1.0.29) unstable; urgency=low
 .
  [ Joey Hess ]
  * Support bootstrapping oldstable. (Lenny could already be bootstrapped
    using that suite name.)
 .
  [ Colin Watson ]
  * Add (Ubuntu) oneiric as a symlink to gutsy.
 .
debootstrap (1.0.28) unstable; urgency=low
 .
  [ Miguel Figueiredo ]
  * Fix for ar usage, thanks to Guillem Jover. Closes: #598729
 .
  [ Joey Hess ]
  * Remove 5 second sleeps when debootstrap finds additional required
    dependencies. d-i just got that much faster.
  * Use SHA checksums. Defaulting to SHA256, and configurable by
    SHA_SIZE environment variable. Closes: #614315
  * If a sha256sum program is not available, fall back to sha1sum.
    This is to support debootstrap use on embedded systems, which are more
    likely to have the latter.
  * Avoid new(?) warning from dpkg about missing Maintainer field when
    feigning install of a package.
 .
debootstrap (1.0.27) unstable; urgency=low
 .
  [ Miguel Figueiredo ]
  * Fix bug and typo on --private-key
    Patch by Jonathan Klee.
 .
  [ Jeremie Koenig ]
  * Hurd support:
    - Use the newer setup-translators script and firmlink
      $TARGET/{dev,servers} in setup_devices_hurd;
    - Don't attempt to build devices.tar.gz, which is not needed.


Override entries for your package:
debootstrap-udeb_1.0.42~bpo60+1_all.udeb - extra debian-installer
debootstrap_1.0.42~bpo60+1.dsc - extra admin
debootstrap_1.0.42~bpo60+1_all.deb - extra admin

Announcing to debian-backports-changes@lists.debian.org


Thank you for your contribution to backports.debian.org archive.
.debian.org archive.


Reply to: