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

Bug#314304: marked as done (debootstrap: [patch] Support for $LIBC6 on hurd-i386)



Your message dated Tue, 07 Aug 2007 23:32:02 +0000
with message-id <E1IIYWw-0005S4-5f@ries.debian.org>
and subject line Bug#314304: fixed in debootstrap 1.0.2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: debootstrap
Severity: normal
Tags: patch

Hi,

the attached patch sets $LIBC6 to libc0.3 on hurd-i386 for the sid
script.  It also renames $LIBC6 to $LIBC as the '6' is no longer
applicable.  I can update the patch if you think the variable should
rather not be changed or that change should be made to other scripts as
well.


cheers,

Michael
--- debootstrap-0.3.1/sid	2005-06-13 15:21:02.000000000 +0200
+++ debootstrap-0.3.1/sid.new	2005-06-15 20:44:54.000000000 +0200
@@ -4,8 +4,9 @@
 variants - buildd
 
 work_out_debs () {
-    LIBC6=libc6
-    if [ "$ARCH" = "alpha" -o "$ARCH" = "ia64" ]; then LIBC6="libc6.1"; fi
+    LIBC=libc6
+    if [ "$ARCH" = "alpha" -o "$ARCH" = "ia64" ]; then LIBC="libc6.1"; fi
+    if [ "$ARCH" = "hurd-i386" ]; then LIBC="libc0.3"; fi
 
     required="$(get_debs Priority: required)"
 
@@ -87,7 +88,7 @@
     fi
 
     p; progress $baseprog $bases INSTCORE "Installing core packages" #4
-    x_core_install $LIBC6
+    x_core_install $LIBC
 
     p; progress $baseprog $bases INSTCORE "Installing core packages" #5
     x_core_install perl-base

--- End Message ---
--- Begin Message ---
Source: debootstrap
Source-Version: 1.0.2

We believe that the bug you reported is fixed in the latest version of
debootstrap, which is due to be installed in the Debian FTP archive:

debootstrap-udeb_1.0.2_i386.udeb
  to pool/main/d/debootstrap/debootstrap-udeb_1.0.2_i386.udeb
debootstrap_1.0.2.dsc
  to pool/main/d/debootstrap/debootstrap_1.0.2.dsc
debootstrap_1.0.2.tar.gz
  to pool/main/d/debootstrap/debootstrap_1.0.2.tar.gz
debootstrap_1.0.2_all.deb
  to pool/main/d/debootstrap/debootstrap_1.0.2_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 314304@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Otavio Salvador <otavio@debian.org> (supplier of updated debootstrap package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 07 Aug 2007 20:12:55 -0300
Source: debootstrap
Binary: debootstrap-udeb debootstrap
Architecture: source all i386
Version: 1.0.2
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Otavio Salvador <otavio@debian.org>
Description: 
 debootstrap - Bootstrap a basic Debian system
 debootstrap-udeb - Bootstrap the Debian system (udeb)
Closes: 294484 314304 314311 387673 436218
Changes: 
 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 <martin.ferrari@gmail.com> by
     the patch (closes: #436218).
Files: 
 460b0ee3ea66561f305753a7aa96ae38 801 admin - debootstrap_1.0.2.dsc
 b6dfc66dfa3cf5cb9ecd744c2b6ca7b6 47728 admin - debootstrap_1.0.2.tar.gz
 cf562ad433b177b1ba03f9006c3f98d6 49044 admin extra debootstrap_1.0.2_all.deb
 5a05a8114712694c33184e857f33adc8 49290 debian-installer required debootstrap-udeb_1.0.2_i386.udeb
Package-Type: udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGuP6GLqiZQEml+FURAt45AJ45Tz17Mds7yRU74iO1XN4rVnIDVwCgo8aW
39x9E9kVvBtT2S4t2P0hDYU=
=03Z1
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: