From 9231ec0ba68d2332de76c92f037b751e41548b8b Mon Sep 17 00:00:00 2001 From: Christian Perrier Date: Sat, 30 Oct 2010 05:05:20 +0000 Subject: Patch by Karl Goetz. Closes: #601821 * Fix a typo in the debootstrap script Patch by Karl Goetz. Closes: #601822 r65225 --- debian/changelog | 4 +++- debootstrap | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index d79d11d..6298297 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,9 @@ debootstrap (1.0.26) UNRELEASED; urgency=low * Consistently use tab indenting in scripts/gutsy and scripts/sid - Ptach by Karl Goetz. Closes: #601821 + Patch by Karl Goetz. Closes: #601821 + * Fix a typo in the debootstrap script + Patch by Karl Goetz. Closes: #601822 -- Christian Perrier Sat, 30 Oct 2010 06:59:50 +0200 diff --git a/debootstrap b/debootstrap index 74b7365..0ea3417 100755 --- a/debootstrap +++ b/debootstrap @@ -183,7 +183,7 @@ if [ $# != 0 ] ; then fi ;; --resolve-deps) - # redundant, but avoids breaking compatability + # redundant, but avoids breaking compatibility RESOLVE_DEPS=true shift ;; -- cgit v0.12