mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-06-04 04:21:30 +00:00
sponsor-patch: Fix typo.
This commit is contained in:
parent
45c8f13d65
commit
ffc3968c57
@ -555,7 +555,7 @@ def main(script_name, bug_number, build, edit, keyid, upload, workdir,
|
|||||||
cmd = ["dch", "--maintmaint", "--edit", ""]
|
cmd = ["dch", "--maintmaint", "--edit", ""]
|
||||||
Print.command(cmd)
|
Print.command(cmd)
|
||||||
if subprocess.call(cmd) != 0:
|
if subprocess.call(cmd) != 0:
|
||||||
Print.info("Failed to update timetamp in debian/changelog.")
|
Print.info("Failed to update timestamp in debian/changelog.")
|
||||||
|
|
||||||
# Build source package
|
# Build source package
|
||||||
if patch:
|
if patch:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user