ubuntu-dev-tools (0.177)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 0.178 > 0.177
- Git: https://git.launchpad.net/ubuntu-dev-tools
-
- Branch: master
- Path: debian/changelog
- Browser: https://git.launchpad.net/ubuntu-dev-tools
- Last scan: 2021-01-15 14:33:09+00
- Next scan: 2021-01-16 18:18:00+00
- Debian changelog in Git:
ubuntu-dev-tools (0.178) UNRELEASED; urgency=medium
[ Dan Streetman ]
* pullpkg: also catch and deal with InvalidPullValueError. LP: #1908770
[ Mattia Rizzolo ]
* d/control: Bump Standards-Version to 4.5.1, no changes needed.
* ubuntu-archive-assistant/mir: Fix a SyntaxWarning.
* backportpackage:
+ Add a -e/--message option to change the default "No-change"
in "No-change backport to DIST".
Thanks to Unit 193 for the initial patch.
[ You-Sheng Yang ]
* Add a dependency on tzdata, used by mk-sbuild.
[ Logan Rosen ]
* import-bug-from-debian:
+ Limit bug description length to 50k chars to support Launchpad's limits.
LP: #1193941
-- Mattia Rizzolo <mattia@debian.org> Tue, 22 Dec 2020 17:50:52 +0100
- This branch is 9 commits ahead of tag 0.177
- Git log:
commit d3a7eac62fb0a09d082c01064d141f085349357d
Author: Mattia Rizzolo <mattia@debian.org>
Date: Thu Jan 14 15:03:28 2021 +0100
backportpackage: Add a -e/--message option to change the default "No-change" in "No-change backport to DIST".
Thanks to Unit 193 for the initial patch.
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
commit a75fb35fc824eb5c91271b09913e09ff3a19e83d
Author: Mattia Rizzolo <mattia@debian.org>
Date: Sun Dec 27 11:43:47 2020 +0100
ubuntu-archive-assistant/mir: Fix a SyntaxWarning.
commit c5b5d554bc6185b2bb9fb3459ecf9806989b9e0d
Merge: bafe94c 2720ffa
Author: Mattia Rizzolo <mattia@debian.org>
Date: Sun Dec 27 11:40:18 2020 +0100
Merge branch 'lp-1193941' of git+ssh://git.launchpad.net/~logan/ubuntu-dev-tools
MR: https://code.launchpad.net/~logan/ubuntu-dev-tools/+git/ubuntu-dev-tools/+merge/395616
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
commit 2720ffa12a4b776a995f746c21d698e187c0fc2e
Author: Logan Rosen <logan@ubuntu.com>
Date: Sat Dec 26 01:49:43 2020 -0500
import-bug-from-debian: limit description to 50K chars
LP: #1193941
commit bafe94c5c7c3d84dc560521d0a0e620aa23706ae
Merge: 6a9bcc6 322df40
Author: Mattia Rizzolo <mattia@debian.org>
Date: Tue Dec 22 17:54:05 2020 +0100
Merge branch 'for-upstream/depends-on-tzdata' of git+ssh://git.launchpad.net/~vicamo/ubuntu-dev-tools/+git/ubuntu-dev-tools
MR: https://code.launchpad.net/~vicamo/ubuntu-dev-tools/+git/ubuntu-dev-tools/+merge/395578
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
commit 6a9bcc6e147987df3a29a07c0988c0eba37953e6
Author: Mattia Rizzolo <mattia@debian.org>
Date: Tue Dec 22 17:52:27 2020 +0100
Bump Standards-Version to 4.5.1, no changes needed.
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
commit b00aea7aa5153b391c80458057664e9645309414
Author: Mattia Rizzolo <mattia@debian.org>
Date: Tue Dec 22 17:51:54 2020 +0100
init the next changelog
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
commit 322df409c2b896a334b9e7105d17199989de73da
Author: You-Sheng Yang <vicamo@gmail.com>
Date: Wed Dec 23 00:21:25 2020 +0800
d/control: explicitly depends on tzdata
mk-sbuild would copy /etc/timezone and /etc/localtime from the host
environment, and it fails without them.
Signed-off-by: You-Sheng Yang <vicamo@gmail.com>
commit b30df2b22775106bf7838309d69e4d652b600296
Author: Dan Streetman <ddstreet@canonical.com>
Date: Mon Dec 21 11:28:08 2020 -0500
pullpkg: also catch InvalidPullValueError
LP: #1908770