Your message dated Wed, 12 May 2010 12:50:19 +0100
with message-id <[email protected]>
and subject line Re: Bug#557824: librra: uses pythonX.Y/site-packages for
Python >= 2.6
has caused the Debian Bug report #557824,
regarding librra: 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.)
--
557824: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=557824
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: librra
Version: 0.13-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:
[librra-dbg_0.13-2_amd64.deb]
/usr/lib/debug/usr/lib/python2.6/site-packages/pyrra.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.14-1
On Tue, Nov 24, 19:08:08 +0100, Jakub Wilk wrote:
> When rebuilt against python-all{,-dev,-dbg} (and thus python2.6) from
> Debian experimental, your binary packages contained these files:
>
> [librra-dbg_0.13-2_amd64.deb]
> /usr/lib/debug/usr/lib/python2.6/site-packages/pyrra.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.
Ditto this one:
% dpkg-deb -c librra-dbg_0.14-1_i386.deb | grep python
1
drwxr-xr-x root/root 0 2010-05-12 12:47
./usr/lib/debug/usr/lib/python2.6/
drwxr-xr-x root/root 0 2010-05-12 12:47
./usr/lib/debug/usr/lib/python2.6/dist-packages/
-rw-r--r-- root/root 64543 2010-05-12 12:47
./usr/lib/debug/usr/lib/python2.6/dist-packages/pyrra.so
drwxr-xr-x root/root 0 2010-05-12 12:47
./usr/lib/debug/usr/lib/python2.5/
drwxr-xr-x root/root 0 2010-05-12 12:47
./usr/lib/debug/usr/lib/python2.5/site-packages/
-rw-r--r-- root/root 63944 2010-05-12 12:47
./usr/lib/debug/usr/lib/python2.5/site-packages/pyrra.so
--
Jonny Lamb, UK
[email protected]
--- End Message ---