summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2013-05-18 21:40:11 (GMT)
committerColin Watson <cjwatson@debian.org>2013-05-18 21:40:11 (GMT)
commit092c6440851f9bbd6fdad6c53244f92a976e0928 (patch)
tree53e2482151d27cc5e865e3216fa41c56e823f9fc
parent6599a1d0ef03fd0f6d2005b4bcb2b7766c75ee8b (diff)
downloaddebootstrap-092c6440851f9bbd6fdad6c53244f92a976e0928.zip
debootstrap-092c6440851f9bbd6fdad6c53244f92a976e0928.tar.gz
debootstrap-092c6440851f9bbd6fdad6c53244f92a976e0928.tar.bz2
Clarify location of pkgdetails.c in error message (closes: #708771).
-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
###########################################################################