Your message dated Sat, 17 Nov 2007 18:33:03 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#451637: python-imaging: Warning from dpkg-shlibdeps while
building a python module
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: python-imaging
Version: 1.1.5-11
Severity: important
I get the following warning from dpkg-shlibdeps while building a python
module which depends on python-imaging:
dpkg-shlibdeps: warning: could not find any packages for
/usr/lib/python2.4/site-packages/PIL/_imaging.so
dpkg-shlibdeps: warning: unable to find dependency information for
shared library /usr/lib/python2.4/site (soname packages/PIL/_imaging,
path /usr/lib/python2.4/site-packages/PIL/_imaging.so, dependency field
Depends)
As a result, the python-imaging is not added to the Depends field.
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.22
Locale: LANG=fi_FI, [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages python-imaging depends on:
ii libc6 2.3.6.ds1-13etch2 GNU C Library: Shared libraries
ii libfreetype6 2.2.1-5+etch1 FreeType 2 font engine, shared lib
ii libjpeg62 6b-13 The Independent JPEG Group's JPEG
ii mime-support 3.39-1 MIME files 'mime.types' & 'mailcap
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-imaging-tk 1.1.5-11 Python Imaging Library ImageTk Mod
ii zlib1g 1:1.2.3-13 compression library - runtime
python-imaging recommends no packages.
-- no debconf information
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Simo Kauppi writes:
> Package: python-imaging
> Version: 1.1.5-11
> Severity: important
>
> I get the following warning from dpkg-shlibdeps while building a python
> module which depends on python-imaging:
>
> dpkg-shlibdeps: warning: could not find any packages for
> /usr/lib/python2.4/site-packages/PIL/_imaging.so
> dpkg-shlibdeps: warning: unable to find dependency information for
> shared library /usr/lib/python2.4/site (soname packages/PIL/_imaging,
> path /usr/lib/python2.4/site-packages/PIL/_imaging.so, dependency field
> Depends)
>
> As a result, the python-imaging is not added to the Depends field.
This is not a bug; there is no mechanism to add dependencies for
python modules and extensions. you have to add them yourself.
--- End Message ---