mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
backportpackage: Fix destination for --dont-sign option. (LP: #1183985)
This commit is contained in:
parent
ef37995a71
commit
a26129d283
@ -101,7 +101,7 @@ def parse(args):
|
||||
dest='keyid',
|
||||
help="Specify the key ID to be used for signing.")
|
||||
parser.add_option('--dont-sign',
|
||||
dest='key', action='store_false',
|
||||
dest='keyid', action='store_false',
|
||||
help='Do not sign the upload.')
|
||||
parser.add_option('-y', '--yes',
|
||||
dest='prompt',
|
||||
|
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -7,7 +7,10 @@ ubuntu-dev-tools (0.149) UNRELEASED; urgency=low
|
||||
* ubuntutools.config: decode developer names with the current locale's
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user