From 0f76b83ce0adc6f9550c6b0d5968b7a720cdb6d5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 5 Sep 2012 14:24:20 -0400 Subject: Fix "arc" typo. Closes: #686680 --- debian/changelog | 6 ++++++ functions | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 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 -- cgit v0.12