Package: debootstrap
Version: 0.1.17.5
Author: Guillem Jover <guillem@hadrons.org>
Status: fixed
Description:
 Switch to lower case noninteractive.

diff -ur debootstrap-0.1.17.5/potato debootstrap-0.1.17.5-patched/potato
--- debootstrap-0.1.17.5/potato	2001-10-22 05:54:10.000000000 +0200
+++ debootstrap-0.1.17.5-patched/potato	2002-07-30 01:29:42.000000000 +0200
@@ -70,7 +70,7 @@
 
     x_feign_install dpkg
 
-    export DEBIAN_FRONTEND=Noninteractive
+    export DEBIAN_FRONTEND=noninteractive
 
     if [ -e "$TARGET/usr/bin/perl-5.005.dist" ]; then
         mv "$TARGET/usr/bin/perl-5.005.dist" "$TARGET/usr/bin/perl-5.005"
diff -ur debootstrap-0.1.17.5/sarge debootstrap-0.1.17.5-patched/sarge
--- debootstrap-0.1.17.5/sarge	2002-06-15 05:45:42.000000000 +0200
+++ debootstrap-0.1.17.5-patched/sarge	2002-07-30 01:29:59.000000000 +0200
@@ -131,7 +131,7 @@
 
     x_feign_install dpkg
 
-    DEBIAN_FRONTEND=Noninteractive
+    DEBIAN_FRONTEND=noninteractive
     export DEBIAN_FRONTEND
 
     baseprog=0
diff -ur debootstrap-0.1.17.5/woody debootstrap-0.1.17.5-patched/woody
--- debootstrap-0.1.17.5/woody	2002-03-14 09:28:21.000000000 +0100
+++ debootstrap-0.1.17.5-patched/woody	2002-07-30 01:30:09.000000000 +0200
@@ -131,7 +131,7 @@
 
     x_feign_install dpkg
 
-    DEBIAN_FRONTEND=Noninteractive
+    DEBIAN_FRONTEND=noninteractive
     export DEBIAN_FRONTEND
 
     baseprog=0
