summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rwxr-xr-xdebootstrap2
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index a4e2e1d..9400489 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ debootstrap (1.0.51) UNRELEASED; urgency=low
[ Scott Kitterman ]
* Add (Ubuntu) saucy as a symlink to gutsy (closes: #706989).
+ [ Colin Watson ]
+ * Clarify location of pkgdetails.c in error message (closes: #708771).
+
-- Colin Watson <cjwatson@debian.org> Sat, 18 May 2013 22:35:11 +0100
debootstrap (1.0.50) unstable; urgency=low
diff --git a/debootstrap b/debootstrap
index f336164..dfa0abc 100755
--- a/debootstrap
+++ b/debootstrap
@@ -122,7 +122,7 @@ EOF
###########################################################################
if [ -z "$PKGDETAILS" ]; then
- error 1 NO_PKGDETAILS "No pkgdetails available; either install perl, or build pkgdetails.c from source"
+ error 1 NO_PKGDETAILS "No pkgdetails available; either install perl, or build pkgdetails.c from the base-installer source package"
fi
###########################################################################