mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-10 08:21:29 +00:00
bzr bd argument order matters
This commit is contained in:
parent
f124357734
commit
e44205bb33
@ -225,7 +225,7 @@ class SourcePackage(object):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
if self._branch:
|
if self._branch:
|
||||||
cmd = ['bzr', 'builddeb', '-S', '--', '-nc', '--no-lintian']
|
cmd = ['bzr', 'builddeb', '-S', '--', '--no-lintian', '-nc']
|
||||||
else:
|
else:
|
||||||
cmd = ['debuild', '--no-lintian', '-nc', '-S']
|
cmd = ['debuild', '--no-lintian', '-nc', '-S']
|
||||||
cmd.append("-v" + previous_version.full_version)
|
cmd.append("-v" + previous_version.full_version)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user