mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 23:51:08 +00:00
backportpackage: Pass -sa to debuild to make sure the orig source tarball is included
This commit is contained in:
parent
0f01b0752c
commit
fccec5fab9
@ -85,7 +85,7 @@ def main(args):
|
||||
'No-change backport to %s' % dest_release],
|
||||
cwd=srcdir):
|
||||
error('Something went wrong updating the package changelog')
|
||||
if not subprocess.check_call(['debuild', '-S'],
|
||||
if not subprocess.check_call(['debuild', '-S', '-sa'],
|
||||
cwd=srcdir):
|
||||
error('Something went wrong while building the source package')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user