Package: eikazo
Version: 0.5.2-3
Severity: important
Tags: patch
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu hardy ubuntu-patch
eikazo needs python-gtkhtml2 dependency:
~$ eikazo
Traceback (most recent call last):
File "/usr/bin/eikazo", line 22, in <module>
from Eikazo import Eikazo, Widgets, I18n
File "/var/lib/python-support/python2.5/Eikazo/Eikazo.py", line 32, in
<module>
import Help
File "/var/lib/python-support/python2.5/Eikazo/Help.py", line 30, in <module>
import gtkhtml2 # FIXME: use try/except!!
ImportError: No module named gtkhtml2
In Ubuntu, we've applied the attached patch to achieve the following:
+ debian/control:
- eikazo package depends on python-gtkhtml2.
We thought you might be interested in doing the same.
-- System Information:
Debian Release: lenny/sid
APT prefers gutsy-updates
APT policy: (500, 'gutsy-updates'), (500, 'gutsy-security'), (500,
'gutsy-backports'), (500, 'gutsy')
Architecture: i386 (i686)
Kernel: Linux 2.6.22-14-generic (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u eikazo-0.5.2/debian/changelog eikazo-0.5.2/debian/changelog
diff -u eikazo-0.5.2/debian/control eikazo-0.5.2/debian/control
--- eikazo-0.5.2/debian/control
+++ eikazo-0.5.2/debian/control
@@ -1,13 +1,14 @@
Source: eikazo
Section: graphics
Priority: optional
-Maintainer: Julien BLACHE <[EMAIL PROTECTED]>
+Maintainer: Ubuntu MOTU Developers <[EMAIL PROTECTED]>
+XSBC-Original-Maintainer: Julien BLACHE <[EMAIL PROTECTED]>
Build-Depends: debhelper (>= 5), python-support (>= 0.4), python-dev,
python-imaging
Standards-Version: 3.7.3
Package: eikazo
Architecture: any
-Depends: python-gtk2, python-imaging-sane, python-gnome2-extras,
${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: python-gtk2, python-gtkhtml2, python-imaging-sane,
python-gnome2-extras, ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Suggests: python-mysqldb, python-pygresql
Description: graphical frontend for SANE designed for mass-scanning
Eikazo is a graphical frontend for SANE (Scanner Access Now Easy) designed