backportpackage: Fix destination for --dont-sign option. (LP: #1183985)

This commit is contained in:
Adam Gandelman 2013-05-24 12:58:12 -07:00
parent ef37995a71
commit a26129d283
2 changed files with 5 additions and 2 deletions

View File

@ -101,7 +101,7 @@ def parse(args):
dest='keyid', dest='keyid',
help="Specify the key ID to be used for signing.") help="Specify the key ID to be used for signing.")
parser.add_option('--dont-sign', parser.add_option('--dont-sign',
dest='key', action='store_false', dest='keyid', action='store_false',
help='Do not sign the upload.') help='Do not sign the upload.')
parser.add_option('-y', '--yes', parser.add_option('-y', '--yes',
dest='prompt', dest='prompt',

5
debian/changelog vendored
View File

@ -7,7 +7,10 @@ ubuntu-dev-tools (0.149) UNRELEASED; urgency=low
* ubuntutools.config: decode developer names with the current locale's * ubuntutools.config: decode developer names with the current locale's
encoding and add corresponding test; fixes handling of non-ascii names. encoding and add corresponding test; fixes handling of non-ascii names.
-- Marc Deslauriers <marc.deslauriers@ubuntu.com> Mon, 06 May 2013 09:43:02 -0400 [ Adam Gandelman ]
* backportpackage: Fix destination for --dont-sign option. (LP: #1183985)
-- Adam Gandelman <adamg@ubuntu.com> Fri, 24 May 2013 12:56:08 -0700
ubuntu-dev-tools (0.148) unstable; urgency=low ubuntu-dev-tools (0.148) unstable; urgency=low