Control: tag -1 confirmed moreinfo On Tue, Nov 25, 2014 at 11:54:27PM -0500, Antoine Beaupré wrote: > when it rains, it pours... i also would like to add the patch from > #771034: > > commit 43b8bc41be45c5f9b734ac239bba8f2ddca60979 > Author: Antoine Beaupré <anar...@koumbit.org> > Date: Tue Nov 25 23:26:00 2014 -0500 > > use the proper index when selecting key to sign (closes #771034) > > before this patch, we would miss the selected key off by one > > thanks to jerome for debugging > > diff --git a/monkeysign/gpg.py b/monkeysign/gpg.py > index 15164d7..be3c54c 100644 > --- a/monkeysign/gpg.py > +++ b/monkeysign/gpg.py > @@ -503,7 +503,7 @@ def sign_key(self, pattern, signall = False, local = > False): > # XXX: this will hang if the pattern requested is not found, > we need a better way! > m = self.context.seek_pattern(proc.stdout, > '^uid:.::::::::([^:]*):::[^:]*:(\d+),[^:]*:') > if m and m.group(1) == pattern: > - index = int(m.group(2)) + 1 > + index = int(m.group(2)) > break > print >>proc.stdin, str(index) > self.context.expect(proc.stderr, 'GOT_IT')
They're all ok. You'll upset your translators though... please get as many translations into your upload as possible, but don't leave it past 3rd December. You can have a waiver for further translations after that. Please remove the moreinfo tag when it's in sid. -- Jonathan Wiltshire j...@debian.org Debian Developer http://people.debian.org/~jmw 4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC 74C3 5394 479D D352 4C51
signature.asc
Description: Digital signature