From ff84b6da91151c53bafdd626c406c0b698dd3686 Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Tue, 21 Dec 2010 22:41:53 +0100 Subject: [PATCH] sponsor-patch: Use "bzr builddeb" instead of the shortcut "bzr bd". --- ubuntutools/sponsor_patch/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntutools/sponsor_patch/main.py b/ubuntutools/sponsor_patch/main.py index 1504f48..031a565 100644 --- a/ubuntutools/sponsor_patch/main.py +++ b/ubuntutools/sponsor_patch/main.py @@ -320,7 +320,7 @@ def main(bug_number, build, builder, edit, keyid, lpinstance, update, upload, if patch: cmd = ['debuild', '--no-lintian', '-S'] elif branch: - cmd = ['bzr', 'bd', '-S', '--', '--no-lintian'] + cmd = ['bzr', 'builddeb', '-S', '--', '--no-lintian'] previous_version = task.get_previous_version() cmd.append("-v" + previous_version.full_version) if previous_version.upstream_version == changelog.upstream_version and \