Package: python-notify
Version: 0.1.0-2
Severity: important
python-notify is build in a system with libdbus-1-2 and the so file
is linked to libdbus-1.so.2 that isn't found in debian testing/unstable mirrors
~$ dpkg -L python-notify|grep so$
/usr/lib/python-support/python-notify/python2.4/gtk-2.0/pynotify/_pynotify.so
~$ ldd
/usr/lib/python-support/python-notify/python2.4/gtk-2.0/pynotify/_pynotify.so |
grep dbus
libdbus-glib-1.so.2 => /usr/lib/libdbus-glib-1.so.2 (0xa794d000)
libdbus-1.so.2 => not found
libdbus-1.so.3 => /usr/lib/libdbus-1.so.3 (0xa7754000)
~$ python
Python 2.4.4c0 (#2, Jul 30 2006, 15:43:58)
[GCC 4.1.2 20060715 (prerelease) (Debian 4.1.1-9)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pynotify
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/var/lib/python-support/python2.4/gtk-2.0/pynotify/__init__.py", line
1, in ?
from _pynotify import *
ImportError: libdbus-1.so.2: cannot open shared object file: No such file or
directory
>>>
Possible patch:
--- debian/control 2006-11-08 12:57:11.000000000 +0100
+++ debian/control~ 2006-11-09 10:07:27.000000000 +0100
@@ -4,6 +4,7 @@
Maintainer: Gustavo Franco <[EMAIL PROTECTED]>
Uploaders: Debian Python Modules Team <[EMAIL PROTECTED]>
Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-all-dev (>=
2.3.5-7), python-support (>= 0.3), pkg-config (>= 0.20-1), libnotify-dev (>=
0.4.0-1), python-gtk2-dev (>= 2.8.6-3)
+Build-Conflicts: libdbus-1-2
Standards-Version: 3.7.2
Thanks
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (990, 'testing'), (90, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Versions of packages python-notify depends on:
ii libnotify1 0.4.2-1+b1 sends desktop notifications to a n
ii python 2.4.3-11 An interactive high-level object-o
ii python-gtk2 2.8.6-6 Python bindings for the GTK+ widge
ii python-support 0.5.4 automated rebuilding support for p
python-notify recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]