Bug#477647: gnome-games-data: parse error in blackjack.xml

Tobias Frost tobi at coldtobi.de
Thu Apr 24 08:37:48 UTC 2008


Package: gnome-games-data
Version: 1:2.22.1.1-1
Severity: normal
Tags: patch

Got this via cron:

/etc/cron.monthly/scrollkeeper:
///usr/share/gnome/help/blackjack/el/blackjack.xml:402: parser error :
//Entity 'ΒοήΞεια' not defined
                  <para><guimenuitem>Î
ροτιΌήσεις&ΒοήΞεια;</gui
                                      ^

I am not a XML Xpert, but I think this is cause in line 402 by the 
(unescapted) special character "&": [1]

<para><guimenuitem>Προτιμήσεις&Βοήθεια;</guimenuitem>&mdash;
Αυτό ανοίγει το <interface>Διάλογο Προτιμήσεις</interface>, επιτρέποντας
να ρυθμίσετε το παιχνίδι.</para>
                </listitem>


Attached is the (trivial) patch





[1] according http://www.devx.com/tips/Tip/14068 this is NOK



-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnome-games-data depends on:
ii  gconf2                      2.22.0-1     GNOME configuration database syste
ii  gnome-cards-data            1:2.22.1.1-1 data files for the GNOME card game
ii  python                      2.4.4-6      An interactive high-level object-o
ii  python-support              0.7.7        automated rebuilding support for P

Versions of packages gnome-games-data recommends:
ii  gnome-games                 1:2.22.1.1-1 games for the GNOME desktop
ii  gnome-games-extra-data      2.22.0-1     games for the GNOME desktop (extra

-- no debconf information
-------------- next part --------------
--- /usr/share/gnome/help/blackjack/el/blackjack.xml.orig	2008-04-24 10:33:24.000000000 +0200
+++ /usr/share/gnome/help/blackjack/el/blackjack.xml	2008-04-24 10:34:36.000000000 +0200
@@ -399,7 +399,7 @@
                 </listitem>
 
                 <listitem>
-                  <para><guimenuitem>Προτιμήσεις&Βοήθεια;</guimenuitem>&mdash; Αυτό ανοίγει το <interface>Διάλογο Προτιμήσεις</interface>, επιτρέποντας να ρυθμίσετε το παιχνίδι.</para>
+                  <para><guimenuitem>Προτιμήσεις&amp;Βοήθεια;</guimenuitem>&mdash; Αυτό ανοίγει το <interface>Διάλογο Προτιμήσεις</interface>, επιτρέποντας να ρυθμίσετε το παιχνίδι.</para>
                 </listitem>
 
               </itemizedlist></para>


More information about the pkg-gnome-maintainers mailing list