diff options
author | Joey Hess <joey@kitenet.net> | 2012-09-05 14:24:20 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-09-05 14:24:20 -0400 |
commit | 0f76b83ce0adc6f9550c6b0d5968b7a720cdb6d5 (patch) | |
tree | ac503131a5105300fe801d9f993391825808b605 | |
parent | b108bb1a91b90992434b2150d8d1ac1c9eb11f72 (diff) | |
download | debootstrap-0f76b83ce0adc6f9550c6b0d5968b7a720cdb6d5.tar.gz |
Fix "arc" typo. Closes: #686680
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | functions | 2 |
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 @@ -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 |