backportpackage: Don't ignore -k (LP: #1083688)

This commit is contained in:
Stefano Rivera 2012-12-03 13:13:46 +02:00
parent fabb0119ef
commit a23998a8f3
2 changed files with 2 additions and 1 deletions

View File

@ -387,7 +387,7 @@ def main(args):
opts.builder,
opts.update,
opts.upload,
opts.key,
opts.keyid,
opts.prompt)
except DownloadError, e:
error(str(e))

1
debian/changelog vendored
View File

@ -15,6 +15,7 @@ ubuntu-dev-tools (0.146) UNRELEASED; urgency=low
[ Stefano Rivera ]
* pbuilder-dist: Build with -proposed enabled for Ubuntu dev releases.
Thanks Scott Kitterman (LP: #1082452)
* backportpackage: Don't ignore -k (LP: #1083688)
-- Julian Taylor <jtaylor@ubuntu.com> Sat, 24 Nov 2012 21:07:01 +0100