From c0e1489fd18ac252132f1be461e078d36c919b4a Mon Sep 17 00:00:00 2001 From: Jonathan Davies Date: Sun, 1 Feb 2009 10:53:30 +0000 Subject: [PATCH] * dgetlp: Improved error message to show that dgetlp only accepts HTTP URLs (LP: #322051). --- debian/changelog | 2 ++ dgetlp | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 53759a7..2f61002 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ ubuntu-dev-tools (0.60) UNRELEASED; urgency=low * Adjusted imports on all files as necessary for the change above. * Removed ubuntutools/misc.py's mkdir function - superseded by os.makedirs(). + * dgetlp: Improved error message to show that dgetlp only accepts HTTP + URLs (LP: #322051). [ Iain Lane ] * requestsync: Only attempt to change bug importance if in ubuntu-dev, as it diff --git a/dgetlp b/dgetlp index bf6d9d7..95b02ee 100755 --- a/dgetlp +++ b/dgetlp @@ -134,7 +134,7 @@ fi if [ ${URL:0:30} != 'http://launchpadlibrarian.net/' ] then - echo "Error: This utility only works for files on launchpadlibrarian.net." + echo "Error: This utility only works for files on http://launchpadlibrarian.net." exit 1 fi