backportpackage: Pass -sa to debuild to make sure the orig source tarball is included

This commit is contained in:
Evan Broder 2010-12-11 16:54:37 -08:00
parent 0f01b0752c
commit fccec5fab9

View File

@ -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')