From 092c6440851f9bbd6fdad6c53244f92a976e0928 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sat, 18 May 2013 22:40:11 +0100 Subject: Clarify location of pkgdetails.c in error message (closes: #708771). --- debian/changelog | 3 +++ debootstrap | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 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 ########################################################################### -- cgit v0.12