From 3eb8f13f352ab71e8dc7255808e702510445c191 Mon Sep 17 00:00:00 2001 From: Michael Bienia Date: Sat, 21 Nov 2009 20:25:35 +0100 Subject: [PATCH] * update-maintainer: Remove the check for LP credentials again as this script doesn't use the LP API. --- debian/changelog | 7 +++++++ update-maintainer | 6 ------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 45b7ad3..6a287ee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sat, 21 Nov 2009 20:22:54 +0100 + ubuntu-dev-tools (0.83) lucid; urgency=low [ Iain Lane ] diff --git a/update-maintainer b/update-maintainer index eff9482..1d3e822 100755 --- a/update-maintainer +++ b/update-maintainer @@ -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