Your message dated Fri, 16 Oct 2009 18:52:09 +0200
with message-id <[email protected]>
and subject line Re: Bug#547848: python-pullparser: manipulates site-packages/
directly, failing with Python 2.6
has caused the Debian Bug report #547848,
regarding python-pullparser: manipulates site-packages/ directly, failing with
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.)
--
547848: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=547848
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-pullparser
Version: 0.1.0-1.1
Severity: important
User: [email protected]
Usertags: python2.6 dist-packages
Hi,
python-pullparser is built using the Python distutils mechanism.
Starting from Python 2.6, the installation paths for distutils have
changed. Instead of /usr/lib/pythonX.Y/site-packages, the default has
now changed to /usr/local.
The packaging helpers (debhelper, dh, cdbs, python-support,
python-central) will pick automatically these changes, or are being
fixed to do so. However, python-pullparser seems to do some
manipulations in the site-packages/ directory in its build process.
To fix this issue, the recommended approach is to pass
"--install-layout=deb" to the "python setup.py" invocation. This is
already the default if you use dh - or migrate to dh, which is also
recommended.
When you do that, modules are installed in
/usr/lib/python2.6/dist-packages instead of site-packages. You have
then to either use a *-packages wildcard, or to use
/usr/share/python/python.mk which provides useful functions to
manipulate these directories.
Cheers,
--
.''`. Josselin Mouette
: :' :
`. `' âI recommend you to learn English in hope that you in
`- future understand thingsâ -- Jörg Schilling
--- End Message ---
--- Begin Message ---
Version: 0.1.0-1.1+rm
On Fri, Oct 16, 2009 at 01:13:52PM +0200, Stefano Zacchiroli wrote:
> tags 547848 + wontfix
> thanks
>
> On Tue, Sep 22, 2009 at 12:26:09PM +0200, [email protected] wrote:
> > Package: python-pullparser
> > Version: 0.1.0-1.1
> > Severity: important
> > User: [email protected]
> > Usertags: python2.6 dist-packages
> >
> > python-pullparser is built using the Python distutils mechanism.
>
> This package is now gone from unstable (ROM), it will be gone from
> testing really soon now. It is pointless and not needed to fix it for
> the forthcoming Python 2.6 upload.
Since it's been removed, we can close it: doing it now.
Cheers,
--
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi
--- End Message ---