* update-maintainer: Remove the check for LP credentials again as this script

doesn't use the LP API.
This commit is contained in:
Michael Bienia 2009-11-21 20:25:35 +01:00
parent b7ccb322a3
commit 3eb8f13f35
2 changed files with 7 additions and 6 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
ubuntu-dev-tools (0.84) UNRELEASED; urgency=low
* update-maintainer: Remove the check for LP credentials again as this
script doesn't use the LP API.
-- Michael Bienia <geser@ubuntu.com> Sat, 21 Nov 2009 20:22:54 +0100
ubuntu-dev-tools (0.83) lucid; urgency=low
[ Iain Lane ]

View File

@ -31,12 +31,6 @@ import re
import sys
import ubuntutools.packages
# Cannot work without LP credentials
try:
Launchpad.login()
except IOError:
sys.exit(1)
valid_locations = ["debian/control.in", "control.in", "debian/control", "control"]
control_file_found = False