summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--functions2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 51427ba..d7a16dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+debootstrap (1.0.43) UNRELEASED; urgency=low
+
+ * Fix "arc" typo. Closes: #686680
+
+ -- Joey Hess <joeyh@debian.org> Wed, 05 Sep 2012 14:24:08 -0400
+
debootstrap (1.0.42) unstable; urgency=low
* Downgrade the absence of an InRelease file from a warning to an info
diff --git a/functions b/functions
index e6178d9..b450396 100644
--- a/functions
+++ b/functions
@@ -654,7 +654,7 @@ download_debs () {
dloaddebs="$(($dloaddebs + $size))"
echo >>$TARGET/debootstrap/debpaths "$p $debdest"
else
- warning COULDNTDL "Couldn't download package %s (ver %s arc %s)" "$p" "$ver" "$arc"
+ warning COULDNTDL "Couldn't download package %s (ver %s arch %s)" "$p" "$ver" "$arc"
leftover="$leftover $p"
fi
fi