summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2012-09-05 18:24:20 (GMT)
committerJoey Hess <joey@kitenet.net>2012-09-05 18:24:20 (GMT)
commit0f76b83ce0adc6f9550c6b0d5968b7a720cdb6d5 (patch)
treeac503131a5105300fe801d9f993391825808b605
parentb108bb1a91b90992434b2150d8d1ac1c9eb11f72 (diff)
downloaddebootstrap-0f76b83ce0adc6f9550c6b0d5968b7a720cdb6d5.zip
debootstrap-0f76b83ce0adc6f9550c6b0d5968b7a720cdb6d5.tar.gz
debootstrap-0f76b83ce0adc6f9550c6b0d5968b7a720cdb6d5.tar.bz2
Fix "arc" typo. Closes: #686680
-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