summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Perrier <bubulle@debian.org>2010-10-30 05:05:20 (GMT)
committerChristian Perrier <bubulle@debian.org>2010-10-30 05:05:20 (GMT)
commit9231ec0ba68d2332de76c92f037b751e41548b8b (patch)
tree51dd84a3c5ad09f311b73aa5404c92f591c4713a
parentbbcf8f7237cbaf1f40d8932c16244635e3354b41 (diff)
downloaddebootstrap-9231ec0ba68d2332de76c92f037b751e41548b8b.zip
debootstrap-9231ec0ba68d2332de76c92f037b751e41548b8b.tar.gz
debootstrap-9231ec0ba68d2332de76c92f037b751e41548b8b.tar.bz2
Patch by Karl Goetz. Closes: #601821
* Fix a typo in the debootstrap script Patch by Karl Goetz. Closes: #601822 r65225
-rw-r--r--debian/changelog4
-rwxr-xr-xdebootstrap2
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 <bubulle@debian.org> 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
;;