Your message dated Sun, 21 Mar 2010 13:41:49 +0100
with message-id <[email protected]>
and subject line Re: python distutils build system should use 
--install-layout=deb by default
has caused the Debian Bug report #568032,
regarding python distutils build system should use --install-layout=deb by 
default
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.)


-- 
568032: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=568032
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: debhelper
Version: 7.4.12
Severity: important
Tags: patch

debhelper currently only uses --install-layout=deb when installing for python2.6. The function `install' doesn't use --install-layout=deb, which will install into the wrong site directory when making python2.6 the default. The attached patch unconditionally add this option. maybe you want to add it only when 2.6 or higher is detected as the default python version.

This will become release critical when making python2.6 the default.


--- ./Debian/Debhelper/Buildsystem/python_distutils.pm~ 2009-12-04 20:56:11.000000000 +0100 +++ ./Debian/Debhelper/Buildsystem/python_distutils.pm 2010-02-02 00:30:18.178325993 +0100
@@ -172,6 +172,7 @@
        $this->setup_py("install",
                "--force",
                "--root=$destdir",
+               "--install-layout=deb",
                "--no-compile",
                "-O0",
                @_);



--- End Message ---
--- Begin Message ---
> This if statement is intended to do the right thing when
> pyversions -d sets $python_default to "python2.6". Doesn't it?

yes, it does. closing, and sorry for the delay.

  Matthias


--- End Message ---

Reply via email to