Package: monkeysign
Version: 0.7.1
Severity: minor

While playing around with msign I run it on my own key (as a test), 
decided after all I didn't want to sign it and didn't specify any
identity; instead of an error message I got a ValueError + trackeback::

    $ msign $MY_KEY
    some modules missing for scanning functionality, going commandline-only
    Preparing to sign with this key

    [key data...]

    Sign all identities? [y/N] n
    Specify the identity to sign: 
    Traceback (most recent call last):
      File "/usr/bin/msign", line 34, in <module>
        u.main()
      File "/usr/lib/python2.7/dist-packages/monkeysign/cli.py", line 56, in 
main
        self.sign_key()
      File "/usr/lib/python2.7/dist-packages/monkeysign/ui.py", line 284, in 
sign_key
        pattern = self.choose_uid('Specify the identity to sign: ', keys[key])
      File "/usr/lib/python2.7/dist-packages/monkeysign/cli.py", line 81, in 
choose_uid
        while pattern not in allowed_uids and not pattern.isdigit() and 
int(pattern)-1 not in range(0,len(allowed_uids)):
    ValueError: invalid literal for int() with base 10: ''

As you can see below I have installed it on wheezy with a self-built 
trivial backport.

Thanks in advance,

  Elena Grandi, the nitpicker :)

-- System Information:
Debian Release: 7.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages monkeysign depends on:
ii  gnupg   1.4.12-7
ii  python  2.7.3-4

Versions of packages monkeysign recommends:
ii  python-gtk2       2.24.0-3+b1
ii  python-qrencode   1.01-2+b1
ii  python-zbar       0.10+doc-8
pn  python-zbarpygtk  <none>

monkeysign suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to