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

Reply via email to