mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
backportpackage: add a full stop after the changelog line :3
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
This commit is contained in:
parent
cd4d717551
commit
3ef7c4a569
@ -81,7 +81,7 @@ def parse(args):
|
|||||||
metavar='MESSAGE',
|
metavar='MESSAGE',
|
||||||
default="No-change",
|
default="No-change",
|
||||||
help='Changelog message to use instead of "No-change" '
|
help='Changelog message to use instead of "No-change" '
|
||||||
'(default: No-change backport to DEST)')
|
'(default: No-change backport to DEST.)')
|
||||||
parser.add_option('-b', '--build',
|
parser.add_option('-b', '--build',
|
||||||
default=False,
|
default=False,
|
||||||
action='store_true',
|
action='store_true',
|
||||||
@ -343,7 +343,7 @@ def do_backport(workdir, pkg, suffix, message, close, release, release_pocket,
|
|||||||
old_version = get_old_version(pkg.source, release)
|
old_version = get_old_version(pkg.source, release)
|
||||||
bp_dist = get_backport_dist(release, release_pocket)
|
bp_dist = get_backport_dist(release, release_pocket)
|
||||||
|
|
||||||
changelog = '%s backport to %s' % (message, release,)
|
changelog = '%s backport to %s.' % (message, release,)
|
||||||
if close:
|
if close:
|
||||||
changelog += ' (LP: #%s)' % (close,)
|
changelog += ' (LP: #%s)' % (close,)
|
||||||
check_call(['dch',
|
check_call(['dch',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user