Bug#568032: python distutils build system should use --install-layout=deb by default

2010-02-20 Thread Jakub Wilk
* Joey Hess jo...@debian.org, 2010-02-02, 15:00: 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

Bug#568032: python distutils build system should use --install-layout=deb by default

2010-02-02 Thread Joey Hess
Matthias Klose wrote: 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

Bug#568032: python distutils build system should use --install-layout=deb by default

2010-02-01 Thread Matthias Klose
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