sponsor-patch: Add TODO item.

This commit is contained in:
Benjamin Drung 2010-09-05 01:25:48 +02:00
parent 72e0377045
commit 9064f9eac8

View File

@ -538,6 +538,8 @@ def main(script_name, bug_number, build, edit, keyid, upload, verbose=False):
cmd.append("-v" + previous_version.full_version)
if previous_version.upstream_version == changelog.upstream_version \
and upload == "ubuntu":
# FIXME: Add proper check that catches cases like changed
# compression (.tar.gz -> tar.bz2) and multiple orig source tarballs
cmd.append("-sd")
else:
cmd.append("-sa")