Package: revelation
Version: 0.4.11-1
Severity: normal
Tags: patch
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Please apply this fix. Operator precedence is wrongly used, at least with
Python 2.4 from unstable, and it can't cause regressions.
- -- System Information:
Debian Release: 4.0
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20.3-ck1
Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8)
Versions of packages revelation depends on:
ii cracklib2 2.7-19 pro-active password checker librar
ii gconf2 2.16.1-1 GNOME configuration database syste
ii gnome-icon-theme 2.16.1-1 GNOME Desktop icon theme
ii libc6 2.3.6.ds1-13 GNU C Library: Shared libraries
ii python 2.4.4-2 An interactive high-level object-o
ii python-central 0.5.12 register and build utility for Pyt
ii python-crypto 2.0.1+dfsg1-1.2 cryptographic algorithms and proto
ii python-gnome2 2.12.4-6 Python bindings for the GNOME desk
ii python-gnome2-extras 2.14.3-1 Python bindings for the GNOME desk
ii python-gtk2 2.8.6-8 Python bindings for the GTK+ widge
ii python-xml 0.8.4-6 XML tools for Python
ii python2.4 2.4.4-2 An interactive high-level object-o
ii shared-mime-info 0.19-2 FreeDesktop.org shared MIME databa
revelation recommends no packages.
- -- no debconf information
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGBHqZ823633cP2P8RAlbdAJ49byzF6/H+/E7TV2fj/lhl/i3kWACgjmea
w0bKcZXU7W0HIIl1B4r3j3o=
=ZFso
-----END PGP SIGNATURE-----
--- revelation/datahandler/xhtml.py.orig 2007-03-23 22:03:18.000000000
-0300
+++ revelation/datahandler/xhtml.py 2007-03-23 22:03:59.000000000 -0300
@@ -458,7 +458,7 @@
# generate the xhtml
xhtml = ""
- xhtml += " <h2><img src=\"%s/sidebar/accountlist.png\"
class=\"icon\" alt=\"Account list\" />" + _('Account list') + "</h2>\n" %
IMAGEPATH
+ xhtml += (" <h2><img src=\"%s/sidebar/accountlist.png\"
class=\"icon\" alt=\"Account list\" />" + _('Account list') + "</h2>\n") %
IMAGEPATH
xhtml += "\n"
for entrytype in entry.ENTRYLIST: