Your message dated Mon, 28 Sep 2009 21:29:09 +0200
with message-id <1254166149.20535.41.ca...@shizuru>
and subject line Re: Bug#547823: harvestman: manipulates site-packages/
directly, failing with Python 2.6
has caused the Debian Bug report #547823,
regarding harvestman: 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.)
--
547823: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=547823
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: harvestman
Version: 1.4.6-9
Severity: important
User: [email protected]
Usertags: python2.6 dist-packages
Hi,
harvestman 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, harvestman 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 ---
Le lundi 28 septembre 2009 à 14:14 -0500, Kumar Appaiah a écrit :
> The output of grepping the debian/ directory is as follows:
>
> [ku...@aceslinc ~/Software/Debian/harvestman/harvestman/debian] grep
> site-packages *
> harvestman.1:\fI/usr/lib/python2.4/site-packages/HarvestMan/tools/\fP to
> convert your
> README.Debian:/usr/lib/python2.4/site-packages/HarvestMan/harvestman.py
> README.Debian:present in /usr/lib/python2.x/site-packages/HarvestMan/tools/ to
> rules: ### /usr/lib/)/site-packages/HarvestMan/harvestman.py \"\...@\"" >
> ./debian/harvestman/usr/bin/harvestman
Looks indeed like a false positive, sorry.
Cheers,
--
.''`. Josselin Mouette
: :' :
`. `' “I recommend you to learn English in hope that you in
`- future understand things” -- Jörg Schilling
signature.asc
Description: Ceci est une partie de message numériquement signée
--- End Message ---