Your message dated Wed, 12 May 2010 12:20:34 +0100
with message-id <[email protected]>
and subject line Re: Bug#557823: librapi2: uses pythonX.Y/site-packages for 
Python >= 2.6
has caused the Debian Bug report #557823,
regarding librapi2: uses pythonX.Y/site-packages for Python >= 2.6
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
557823: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=557823
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: librapi2
Version: 0.13.1-2
Severity: minor
User: [email protected]
Usertags: python2.6 dist-packages

Hello,

When rebuilt against python-all{,-dev,-dbg} (and thus python2.6) from
Debian experimental, your binary packages contained these files:

[librapi2-dbg_0.13.1-2_amd64.deb]
/usr/lib/debug/usr/lib/python2.6/site-packages/pyrapi2.so

This is an indication of a broken package: Python >= 2.6 does not
look for modules into /usr/lib/pythonX.Y/site-packages/ anymore, but
uses /usr/lib/pythonX.Y/dist-packages/ instead.

How to fix it?
==============
* if your package is using python-central:
  - add "XB-Python-Version: ${python:Versions}" to all binary packages
    that ship Python modules (.py files) or extensions (.so, including
    _d.so) in debian/control, check if it's enough,
  - try to convert to python-support[1], check if it's enough,
* add --install-layout=deb to setup.py call and bump minimum required
  python{,-all,all-dev} build dependency to 2.5.4-1~, check if it's enough
* ask for help on #debian-python or [email protected]

[1] http://wiki.debian.org/DebianPython/central2support

--
Jakub Wilk



--- End Message ---
--- Begin Message ---
Source-Version: 0.15-1

On Tue, Nov 24, 19:06:54 +0100, Jakub Wilk wrote:
> When rebuilt against python-all{,-dev,-dbg} (and thus python2.6) from
> Debian experimental, your binary packages contained these files:
> 
> [librapi2-dbg_0.13.1-2_amd64.deb]
> /usr/lib/debug/usr/lib/python2.6/site-packages/pyrapi2.so
> 
> This is an indication of a broken package: Python >= 2.6 does not
> look for modules into /usr/lib/pythonX.Y/site-packages/ anymore, but
> uses /usr/lib/pythonX.Y/dist-packages/ instead.

% dpkg-deb -c librapi2-dbg_0.15-1_i386.deb | grep python
drwxr-xr-x root/root         0 2010-05-12 12:09 
./usr/lib/debug/usr/lib/python2.6/
drwxr-xr-x root/root         0 2010-05-12 12:09 
./usr/lib/debug/usr/lib/python2.6/dist-packages/
-rw-r--r-- root/root    159591 2010-05-12 12:09 
./usr/lib/debug/usr/lib/python2.6/dist-packages/pyrapi2.so
drwxr-xr-x root/root         0 2010-05-12 12:09 
./usr/lib/debug/usr/lib/python2.5/
drwxr-xr-x root/root         0 2010-05-12 12:09 
./usr/lib/debug/usr/lib/python2.5/site-packages/
-rw-r--r-- root/root    158973 2010-05-12 12:09 
./usr/lib/debug/usr/lib/python2.5/site-packages/pyrapi2.so

Seems to be fixed, no?

-- 
Jonny Lamb, UK
[email protected]


--- End Message ---

Reply via email to