From 2875772fa69715e3f0f6f5adee0b96f381db83f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Minier?= Date: Mon, 18 Aug 2008 13:09:50 +0200 Subject: [PATCH] Drop spurious tab in buildd. --- buildd | 2 +- debian/changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/buildd b/buildd index 7940f77..83c3605 100755 --- a/buildd +++ b/buildd @@ -86,7 +86,7 @@ urlopener = common.setupLaunchpadUrlOpener(launchpadCookie) # Find out the version in given release. try: - page = urlopener.open('https://launchpad.net/ubuntu/+source/' + package).read() + page = urlopener.open('https://launchpad.net/ubuntu/+source/' + package).read() except urllib2.HTTPError: print >> sys.stderr, "The source package (%s) does not appear to exist " \ "in Ubuntu." % package diff --git a/debian/changelog b/debian/changelog index 608cc05..31ceb53 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ ubuntu-dev-tools (0.40ubuntu4) UNRELEASED; urgency=low * Replace .BB in doc/pbuilder-dist.1 with a newline to fix a syntax error. + * Drop spurious tab in buildd. -- Loic Minier Mon, 18 Aug 2008 12:21:58 +0200