mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +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:
|
||||
cmd = ['bzr', 'builddeb', '-S', '--', '-nc', '--no-lintian']
|
||||
cmd = ['bzr', 'builddeb', '-S', '--', '--no-lintian', '-nc']
|
||||
else:
|
||||
cmd = ['debuild', '--no-lintian', '-nc', '-S']
|
||||
cmd.append("-v" + previous_version.full_version)
|
||||
|
Loading…
x
Reference in New Issue
Block a user