Drop spurious tab in buildd.

This commit is contained in:
Loïc Minier 2008-08-18 13:09:50 +02:00
parent 1fa64d54b0
commit 2875772fa6
2 changed files with 2 additions and 1 deletions

2
buildd
View File

@ -86,7 +86,7 @@ urlopener = common.setupLaunchpadUrlOpener(launchpadCookie)
# Find out the version in given release. # Find out the version in given release.
try: try:
page = urlopener.open('https://launchpad.net/ubuntu/+source/' + package).read() page = urlopener.open('https://launchpad.net/ubuntu/+source/' + package).read()
except urllib2.HTTPError: except urllib2.HTTPError:
print >> sys.stderr, "The source package (%s) does not appear to exist " \ print >> sys.stderr, "The source package (%s) does not appear to exist " \
"in Ubuntu." % package "in Ubuntu." % package

1
debian/changelog vendored
View File

@ -1,6 +1,7 @@
ubuntu-dev-tools (0.40ubuntu4) UNRELEASED; urgency=low ubuntu-dev-tools (0.40ubuntu4) UNRELEASED; urgency=low
* Replace .BB in doc/pbuilder-dist.1 with a newline to fix a syntax error. * Replace .BB in doc/pbuilder-dist.1 with a newline to fix a syntax error.
* Drop spurious tab in buildd.
-- Loic Minier <lool@dooz.org> Mon, 18 Aug 2008 12:21:58 +0200 -- Loic Minier <lool@dooz.org> Mon, 18 Aug 2008 12:21:58 +0200