-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Subject: democracyplayer: wrong plural form for Romanian makes app to crash on 
start
Package: democracyplayer
Version: 0.9.2.1-1
Severity: grave
Justification: renders package unusable
Tags: patch l10n


The severity is grave since on Romanian localized desktop installs the package
is unusable.


When trying to start democracyplayer I get this:

$ democracyplayer
Traceback (most recent call last):
  File "/usr/bin/democracyplayer", line 36, in ?
    parser = optparse.OptionParser(usage=usage)
  File "/usr/lib/python2.4/optparse.py", line 1126, in __init__
    add_help=add_help_option)
  File "/usr/lib/python2.4/optparse.py", line 1156, in _populate_option_list
    self._add_help_option()
  File "/usr/lib/python2.4/optparse.py", line 1141, in _add_help_option
    help=_("show this help message and exit"))
  File "/usr/lib/python2.4/gettext.py", line 553, in gettext
    return dgettext(_current_domain, message)
  File "/usr/lib/python2.4/gettext.py", line 517, in dgettext
    codeset=_localecodesets.get(domain))
  File "/usr/lib/python2.4/gettext.py", line 465, in translation
    t = _translations.setdefault(key, class_(open(mofile, 'rb')))
  File "/usr/lib/python2.4/gettext.py", line 177, in __init__
    self._parse(fp)
  File "/usr/lib/python2.4/gettext.py", line 302, in _parse
    self.plural = c2py(plural)
  File "/usr/lib/python2.4/gettext.py", line 86, in c2py
    raise ValueError, \
ValueError: plural forms expression error, maybe unbalanced parenthesis



The attached patch fixes the issue. Please include the patch in the
next release of the package.


- -- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (900, 'unstable'), (100, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-powerpc
Locale: LANG=ro_RO.UTF-8, LC_CTYPE=ro_RO.UTF-8 (charmap=UTF-8)

Versions of packages democracyplayer depends on:
ii  democracyplayer-data         0.9.2.1-1   GTK+ based RSS video aggregator da
ii  libatk1.0-0                  1.12.3-1    The ATK accessibility toolkit
ii  libboost-python1.33.1        1.33.1-9    Boost.Python Library
ii  libc6                        2.3.6.ds1-8 GNU C Library: Shared libraries
ii  libcairo2                    1.2.4-4     The Cairo 2D vector graphics libra
ii  libfontconfig1               2.4.1-2     generic font configuration library
ii  libgcc1                      1:4.1.1-20  GCC support library
ii  libglib2.0-0                 2.12.4-2    The GLib library of C routines
ii  libgtk2.0-0                  2.8.20-3    The GTK+ graphical user interface
ii  libnspr4-0d                  1.8.0.8-1   NetScape Portable Runtime Library
ii  libpango1.0-0                1.14.8-2    Layout and rendering of internatio
ii  libstdc++6                   4.1.1-20    The GNU Standard C++ Library v3
ii  libx11-6                     2:1.0.3-4   X11 client-side library
ii  libxcursor1                  1.1.7-4     X cursor management library
hi  libxext6                     1:1.0.1-2   X11 miscellaneous extension librar
ii  libxfixes3                   1:4.0.1-5   X11 miscellaneous 'fixes' extensio
ii  libxi6                       1:1.0.1-4   X11 Input extension library
ii  libxine1                     1.1.2-6     the xine video/media player librar
ii  libxinerama1                 1:1.0.1-4.1 X11 Xinerama extension library
hi  libxrandr2                   2:1.1.0.2-5 X11 RandR extension library
ii  libxrender1                  1:0.9.1-3   X Rendering Extension client libra
ii  libxul0d                     1.8.0.8-1   Gecko engine library
ii  python                       2.4.4-1     An interactive high-level object-o
ii  python-glade2                2.8.6-6     GTK+ bindings: Glade support
ii  python-gnome2                2.12.4-5    Python bindings for the GNOME desk
ii  python-gnome2-extras         2.14.2-1+b1 Python bindings for the GNOME desk
ii  python-gtk2                  2.8.6-6     Python bindings for the GTK+ widge
ii  python-support               0.5.6       automated rebuilding support for p
ii  python2.4                    2.4.4-1     An interactive high-level object-o
hi  zlib1g                       1:1.2.3-13  compression library - runtime

democracyplayer recommends no packages.

- -- no debconf information
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFdD7eY8Chqv3NRNoRApV+AJ9JhXaP8BJUUxg9SRDXigVG8cg+3ACfYHmk
Q8CIQZAcjOdyX6mgZ4Lxm98=
=ZemO
-----END PGP SIGNATURE-----
--- democracyplayer.po~ 2006-12-04 17:11:56.000000000 +0200
+++ democracyplayer.po  2006-12-04 17:24:14.000000000 +0200
@@ -8,7 +8,7 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n == 1 ? 0: (((n %\n"
+"Plural-Forms: 
nplurals=3;plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1))\n"
 
 msgid " "
 msgstr " "

Reply via email to