backportpackage: Use --force-bad-version instead of --allow-lower-version (which requires a parameter) for debchange.

This commit is contained in:
Benjamin Drung 2011-05-28 19:41:07 +02:00
parent dfc4566257
commit 1cd7d50b85
2 changed files with 8 additions and 1 deletions

View File

@ -236,7 +236,7 @@ def do_backport(workdir, pkg, suffix, release, build, builder, update, upload,
bp_dist = get_backport_dist(upload, release)
check_call(['dch',
'--allow-lower-version',
'--force-bad-version',
'--force-distribution',
'--preserve',
'--newversion', bp_version,

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
ubuntu-dev-tools (0.125) UNRELEASED; urgency=low
* backportpackage: Use --force-bad-version instead of --allow-lower-version
(which requires a parameter) for debchange.
-- Benjamin Drung <bdrung@debian.org> Sat, 28 May 2011 19:39:20 +0200
ubuntu-dev-tools (0.124) unstable; urgency=low
[ Benjamin Drung ]