mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 23:51:08 +00:00
backportpackage: change the ubuntu backports version following the new policy from the Backporters team
Thanks: Unit 193 for the patch Signed-off-by: Mattia Rizzolo <mattia@debian.org>
This commit is contained in:
parent
d903160215
commit
cd4d717551
@ -242,7 +242,7 @@ def get_backport_version(version, suffix, upload, release):
|
||||
series = Distribution(distribution.lower()).\
|
||||
getSeries(name_or_version=release)
|
||||
|
||||
backport_version = version + ('~%s%s.1' % (distribution.lower(), series.version))
|
||||
backport_version = version + ('~bpo%s.1' % (series.version))
|
||||
else:
|
||||
error('Unknown distribution «%s» for release «%s»' % (distribution, release))
|
||||
if suffix is not None:
|
||||
|
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -11,6 +11,11 @@ ubuntu-dev-tools (0.187) UNRELEASED; urgency=medium
|
||||
* backportpackage:
|
||||
+ Support backporting to Debian releases. LP: #974132
|
||||
|
||||
[ Unit 193 ]
|
||||
* backportpackage:
|
||||
+ Change the generated Ubuntu version following the new policy from the
|
||||
Backporters team.
|
||||
|
||||
[ Dan Streetman ]
|
||||
* misc:
|
||||
+ Refactor download progress bar code.
|
||||
|
Loading…
x
Reference in New Issue
Block a user