backportpackage: add a full stop after the changelog line :3

Signed-off-by: Mattia Rizzolo <mattia@debian.org>
This commit is contained in:
Mattia Rizzolo 2021-12-05 15:44:02 +01:00
parent cd4d717551
commit 3ef7c4a569
No known key found for this signature in database
GPG Key ID: 0816B9E18C762BAD

View File

@ -81,7 +81,7 @@ def parse(args):
metavar='MESSAGE',
default="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',
default=False,
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)
bp_dist = get_backport_dist(release, release_pocket)
changelog = '%s backport to %s' % (message, release,)
changelog = '%s backport to %s.' % (message, release,)
if close:
changelog += ' (LP: #%s)' % (close,)
check_call(['dch',