sponsor-patch: Use "bzr builddeb" instead of the shortcut "bzr bd".

This commit is contained in:
Benjamin Drung 2010-12-21 22:41:53 +01:00
parent 67ad32a06d
commit ff84b6da91

View File

@ -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 \