From ceb00be9927199c067827a630ddc254149afcb57 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 16 Sep 2005 11:46:43 +0000 Subject: [PATCH] * better error string for a failed dpkg-source --- cmdline/apt-get.cc | 1 + debian/changelog | 1 + 2 files changed, 2 insertions(+) diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index 7e079b91c..ac931373d 100644 --- a/cmdline/apt-get.cc +++ b/cmdline/apt-get.cc @@ -2013,6 +2013,7 @@ bool DoSource(CommandLine &CmdL) if (system(S) != 0) { fprintf(stderr,_("Unpack command '%s' failed.\n"),S); + fprintf(stderr,_("Check if the 'dpkg-dev' package is installed.\n"); _exit(1); } } diff --git a/debian/changelog b/debian/changelog index f83747a0f..9194b8a13 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ apt (0.6.41.1) unstable; urgency=low - unmount the cdrom when apt failed to locate any package files * allow cdrom failures and fallback to other sources in that case (closes: #44135) + * better error text when dpkg-source fails -- Michael Vogt Mon, 12 Sep 2005 13:45:53 +0200 -- 2.45.2