mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
sponsor-patch: Use dch --release instead of --edit to work with
DEBCHANGE_RELEASE_HEURISTIC=changelog.
This commit is contained in:
parent
4349bcad39
commit
dcad51ec87
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -8,6 +8,8 @@ ubuntu-dev-tools (0.125) UNRELEASED; urgency=low
|
||||
[ Stefano Rivera ]
|
||||
* ubuntutools.archive: Display any errors rmadison emits, rather than
|
||||
guessing at the cause. (LP: #788447)
|
||||
* sponsor-patch: Use dch --release instead of --edit to work with
|
||||
DEBCHANGE_RELEASE_HEURISTIC=changelog.
|
||||
|
||||
[ Dustin Kirkland ]
|
||||
* doc/lp-project-upload.1, lp-project-upload:
|
||||
|
@ -332,7 +332,7 @@ def sponsor_patch(bug_number, build, builder, edit, keyid, lpinstance, update,
|
||||
ask_for_manual_fixing()
|
||||
continue
|
||||
|
||||
cmd = ["dch", "--maintmaint", "--edit", ""]
|
||||
cmd = ["dch", "--maintmaint", "--release", ""]
|
||||
Logger.command(cmd)
|
||||
if subprocess.call(cmd) != 0:
|
||||
Logger.info("Failed to update timestamp in debian/changelog.")
|
||||
|
Loading…
x
Reference in New Issue
Block a user