Change logs for debootstrap source package in Edgy

  • debootstrap (1.0.7~edgy1) edgy-backports; urgency=low
    
      * Automated backport upload; no source changes.
    
    debootstrap (1.0.7) unstable; urgency=low
    
      * No longer include full devices tarball in udeb.
      * Also try 'udpkg --print-architecture' when determining the target
        architecture.
      * Utility pkgdetails moved from debootstrap-udeb to bootstrap-base so that
        the udeb can become 'Architecture: all'.
      * Change /usr/lib/debootstrap to /usr/share/debootstrap. Closes: #430615.
      * Use tab indentation in debootstrap and functions saving 3kB (relevant for
        Debian Installer).
      * Fix various inconsistencies in build scripts.
      * Fix dpkg-genchanges warning 'missing Priority for source files'.
      * Update Standards-Version to 3.7.2. No changes needed.
      * Changes in udeb require base-installer 1.85.
    
    debootstrap (1.0.6) unstable; urgency=low
    
      * Ensure that the target directory exists in check_sane_mount.
      * Don't ignore 'make clean' errors. (The Makefile is always present.)
    
    debootstrap (1.0.5) unstable; urgency=low
    
      [ Colin Watson ]
      * Don't rely on GNU sed's s///I extension (closes: #350583).
    
      [ Joey Hess ]
      * Skip the noexec/nodev test when running --print-debs or other operations
        that do not involve building systems.
    
    debootstrap (1.0.4) unstable; urgency=low
    
      [ Neil Williams ]
      * Add --second-stage-target option that allows embedded to test for
        installations in a chroot on the device (closes: #445157).
    
      [ Colin Watson ]
      * Add (Ubuntu) hardy as a symlink to gutsy.
      * Unmount /lib/init/rw on exit (closes: #391604).
      * Cope if uncompressed Packages is missing from Release (closes: #402380).
      * Don't rely on XSI test(1) extensions.
      * Add support for ssh:/// URLs (thanks, Steffen Joeris; closes: #434893).
      * Fix Ubuntu hoary and breezy scripts to unmount /dev etc. on exit
        (closes: #327708).
      * Emit an error if we cannot create working devices or executables on the
        target (based on work by Bastian Kleineidam; closes: #233798).
    
    debootstrap (1.0.3) unstable; urgency=low
    
      * Ignore errors when unmounting filesystems, to avoid stopping at the
        first one with problems.
    
    debootstrap (1.0.2) unstable; urgency=low
    
      [ Joey Hess ]
      * Document --components in man page.
      * Update man page, as packages listed in --include should now be auto
        dep-resolved by default.
    
      [ Colin Watson ]
      * Extensive quoting fixes, allowing installation to a target containing
        spaces (closes: #387673).
      * scripts/debian/sid: Handle libc0.3 on hurd-i386 (thanks, Michael Banck;
        closes: #314304).
      * functions: Stub out /proc setup and add device setup for the Hurd
        (thanks, Michael Banck; closes: #314311).
      * Add --version option (closes: #294484).
    
      [ Otavio Salvador ]
      * Fix bunzip2 path. Thanks Martín Ferrari <email address hidden> by
        the patch (closes: #436218).
    
     -- Colin Watson <email address hidden>   Fri, 16 Nov 2007 21:24:17 +0000
  • debootstrap (1.0.1~edgy1) edgy-backports; urgency=low
    
      * Automated backport upload; no source changes.
    
    debootstrap (1.0.1) unstable; urgency=low
    
      * scripts/ubuntu/gutsy: Determine buildd variant dynamically using
        Build-Essential: yes.
      * scripts/ubuntu/gutsy.fakechroot: Remove devmapper postinst hack, no
        longer needed.
      * scripts/ubuntu/*.fakechroot: Merge into the corresponding main scripts
        as variants.
    
    debootstrap (1.0.0) unstable; urgency=low
    
      [ Anthony Towns ]
      * Make debootstrap team maintained under the d-i banner.
      * Add Joey, Frans and Junichi as uploaders, remove JHM (not in the
        d-i group).
      * Make pkgdetails.c not need C99 extensions. (Closes: Bug#398977)
      * Fix am_doing_phase implementation in debootstrap script. Thanks to
        Tero Janka for spotting the problem and the fix. (Closes: Bug#409881)
    
      [ Joey Hess ]
      * Drop support for sarge from the udeb.
      * Update README.Debian:
        - One todo item is done. (I think cross-strap is too, but unsure.)
        - Reword NMU policy to note that it's team-maintained now.
      * ACK my prior NMU. Closes: #418600
      * If /dev/MAKEDEV DNE, as on certain s390 machines, use /sbin/MAKEDEV.
        Closes: #420908
        Note that /dev/MAKEDEV is still the correct location, and is still tried
        first so that building works on all FHS systems, as noted in #190239.
    
      [ Colin Watson ]
      * Add support for Ubuntu dapper (Closes: #342838), edgy, feisty, and
        gutsy. Exclude everything but gutsy from the udeb.
      * Fix "deboostrap" typo in debootstrap(8) (thanks, Adam Conrad).
      * Fix "htp" typo in temporary /etc/apt/sources.list.
      * Drop support for woody from the udeb too.
      * When removing $TARGET/debootstrap, debootstrap.log is still open as
        stdout/stderr and needs to remain so, but after unlinking it some NFS
        servers implement this by a temporary file in the same directory, which
        makes it impossible to rmdir that directory. Moving it instead works
        around the problem (thanks, Steven McCoy;
        https://launchpad.net/bugs/65003).
      * Fix formatting error in debootstrap(8) (.R is not a macro).
      * Reorganise scripts into scripts/debian/ and scripts/ubuntu/ directories
        in the source tree to declutter the top level.
      * Add default_mirror function; reorganise the debootstrap script a little
        so that it works. Set the default mirror for Ubuntu suites to
        http://archive.ubuntu.com/ubuntu, and the default mirror for Debian
        etch/lenny/sid architectures other than amd64 and i386 to
        http://ftp.us.debian.org/debian (per ajt; see bug #363049).
      * Add devices created by fd to devices-std.tar.gz, so that
        /dev/std{in,out,err} is available conveniently in chroots with /proc and
        /dev/pts mounted (thanks, Matthias Klose).
      * Document --keyring and --make-tarball. (Closes: #368988)
      * Update Ubuntu mirrors: warty/hoary/breezy => old-releases.ubuntu.com,
        unsupported architectures => ports.ubuntu.com.
      * Add myself to Uploaders.
      * Bump to 1.0.0. Nobody uses debootstrap in production, do they?
    
      [ Joey Hess ]
      * Remove the extended package description (aka bloat) from the udeb.
    
     -- Colin Watson <email address hidden>   Tue, 31 Jul 2007 17:27:35 +0100
  • debootstrap (0.3.3.3ubuntu3~edgy1) edgy-backports; urgency=low
    
      * Automated backport upload; no source changes.
    
    debootstrap (0.3.3.3ubuntu3) gutsy; urgency=low
    
      * [gutsy, gutsy.fakechroot] Make libgcc4 build-essential on hppa
        (LP: #111476).
    
    debootstrap (0.3.3.3ubuntu2) gutsy; urgency=low
    
      * [gutsy, gutsy.fakechroot] Link /etc/localtime to Etc/UTC rather than
        UTC, to work around Debian bug #420895.
    
    debootstrap (0.3.3.3ubuntu1) gutsy; urgency=low
    
      * Resynchronise with Debian. Remaining changes:
        - Add dapper, edgy, edgy.fakechroot, feisty, and feisty.fakechroot
          scripts.
        - Default mirror to http://archive.ubuntu.com/ubuntu.
        - Move debootstrap.log before unlinking it to work around NFS
          brain-damage.
        - Fix typo in debootstrap(8) man page.
        - Fix "htp" typo in temporary /etc/apt/sources.list.
        - Add devices created by fd to devices-std.tar.gz.
      * [gutsy] New script to install Gutsy Gibbon, copied from feisty.
      * [gutsy.fakechroot] New fakechroot variant of gutsy.
      * [Makefile] Install gutsy and gutsy.fakechroot.
    
    debootstrap (0.3.3.3) unstable; urgency=low
    
      * NMU
      * Add support for lenny.
    
    debootstrap (0.3.3.2ubuntu3) feisty; urgency=low
    
      * Add devices created by fd to devices-std.tar.gz (make dev/std*
        available in a chroot with bind mounting /proc (and /dev/pts), but
        without bind mounting /dev).
    
    debootstrap (0.3.3.2ubuntu2) feisty; urgency=low
    
      * Add {edgy,feisty}.fakechroot scripts and install them in Makefile.
        Difference to the original edgy/feisty scripts:
        - Check fakechroot environment.
        - Do not install all important packages (just apt).
        - Use _fakechroot variants of setup_{devices,proc}() functions.
        - Call install_fakechroot_tools().
        - Fix the broken version comparison in target's initscripts ('lt' should
          actually be 'lt-nl') postinst to avoid calling mount/unmount and thus
          work with fakeroot.
    
    debootstrap (0.3.3.2ubuntu1) feisty; urgency=low
    
      * Resynchronise with Debian. Remaining changes:
        - Add dapper, edgy, and feisty scripts.
        - Default mirror to http://archive.ubuntu.com/ubuntu.
        - Move debootstrap.log before unlinking it to work around NFS
          brain-damage.
        - Fix typo in debootstrap(8) man page.
      * [functions] Fix "htp" typo in temporary /etc/apt/sources.list.
      * [edgy, feisty] Remove --force-auto-select option as it is no longer
        supported by dpkg.
      * [debian/control] Set Maintainer to me.
    
    debootstrap (0.3.3.2) unstable; urgency=low
    
      * NMU with maintainer approval
      * Remove --force-auto-select option for 'sid' script as it is no longer
        supported by dpkg. Closes: #409527.
    
    debootstrap (0.3.3.1ubuntu1) feisty; urgency=low
    
      * Resynchronise with Debian. Remaining changes:
        - Add dapper, edgy, and feisty scripts.
        - Default mirror to http://archive.ubuntu.com/ubuntu.
        - Move debootstrap.log before unlinking it to work around NFS
          brain-damage.
        - Fix typo in debootstrap(8) man page.
    
    debootstrap (0.3.3.1) unstable; urgency=low
    
      * NMU with maintainer approval
      * functions/get_debs: build list of available packages from all specified
        sources; this allows debootstrap to also use e.g. custom versions of base
        packages from a source of local packages included on an installation CD.
        Closes: #398762.
    
     -- Colin Watson <email address hidden>   Tue,  1 May 2007 16:21:03 +0100
  • debootstrap (0.3.3.0ubuntu8~edgy1) edgy-backports; urgency=low
    
      * Automated backport upload; no source changes.
    
    debootstrap (0.3.3.0ubuntu8) feisty; urgency=low
    
      * [feisty] New script to install Feisty Fawn, copied from edgy.
      * [Makefile] Install feisty.
    
     -- John Dong <email address hidden>   Tue, 14 Nov 2006 22:09:10 +0000
  • debootstrap (0.3.3.0ubuntu7) edgy; urgency=low
    
      * When removing $TARGET/debootstrap, debootstrap.log is still open as
        stdout/stderr and needs to remain so, but after unlinking it some NFS
        servers implement this by a temporary file in the same directory, which
        makes it impossible to rmdir that directory. Moving it instead works
        around the problem (thanks, Steven McCoy; closes: Malone #65003).
    
     -- Colin Watson <email address hidden>   Thu, 12 Oct 2006 09:40:44 +0100
  • debootstrap (0.3.3.0ubuntu6) edgy; urgency=low
    
      * [edgy] Add libdb4.4 to buildd variant (thanks, LaMont Jones).
    
     -- Colin Watson <email address hidden>   Wed,  4 Oct 2006 22:11:11 +0100
  • debootstrap (0.3.3.0ubuntu5) edgy; urgency=low
    
      * [edgy] linux-kernel-headers -> linux-libc-dev (closes: Malone #62627).
    
     -- Colin Watson <email address hidden>   Fri, 29 Sep 2006 10:25:24 +0100
  • debootstrap (0.3.3.0ubuntu4) edgy; urgency=low
    
      * Fix a typo in the manpage (s/deboostrap/debootstrap/) that caused me
        to waste 20 mins deboostrapping on a slow link because I thought
        cutting and pasting from docs was a safe and reasonable thing to do.
    
     -- Adam Conrad <email address hidden>   Thu, 21 Sep 2006 13:20:00 +1000
  • debootstrap (0.3.3.0ubuntu3) edgy; urgency=low
    
      * [edgy] New script to install Edgy Eft; as dapper but gcc 4.0 -> 4.1.
      * [Makefile] Install edgy.
    
     -- Colin Watson <email address hidden>   Fri,  9 Jun 2006 11:58:11 +0100
  • debootstrap (0.3.3.0ubuntu2) dapper; urgency=low
    
      * Remove gcc-4.0-base from buildd base, since it's already required.
      * Remove libdb4.2 from buildd base; perl now uses libdb4.3 which is
        required.
      * Iterate over all components in get_debs (closes: Malone #30804).