mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-04-20 06:41:09 +00:00
fakesync: Adjust changelog entry.
This commit is contained in:
parent
ce5dec0c12
commit
a2a67eab75
2
fakesync
2
fakesync
@ -88,7 +88,7 @@ def get_source(package, version, section, bug_number):
|
||||
# Update changelog
|
||||
os.chdir(package + "-" + extract_upstream_version(version))
|
||||
new_version = version + "fakesync1"
|
||||
subprocess.check_call(["dch", "-v", new_version, "-D", dist, "--force-distribution", "Fake sync due to mismatching .orig.tar.gz (LP: #%i)." % (bug_number)])
|
||||
subprocess.check_call(["dch", "-v", new_version, "-D", dist, "--force-distribution", "Fake sync due to mismatching tarball (LP: #%i)." % (bug_number)])
|
||||
# TODO: do we have to run update-maintainer
|
||||
subprocess.check_call(["update-maintainer"])
|
||||
subprocess.check_call(["debuild", "-S"])
|
||||
|
Loading…
x
Reference in New Issue
Block a user