Bug#294506: Use distutils properly!

2005-02-10 Thread Seo Sanghyeon
tags 294506 patch thanks Any hint, how to circumvent this? Well, there's no need to circumvent. Just use distutils properly. python setup.py build (which is, what make build in debian/rules does) is a distutils internal -- packagers are supposed to use python setup.py install, with --prefix or

Bug#294506: Use distutils properly!

2005-02-10 Thread Seo Sanghyeon
I wrote: - make build + python setup.py install --home build Of course, this should be python2.2, instead of python. Now I built the package with my patch, and can confirm that tests are working. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble?

Bug#294506: Use distutils properly!

2005-02-10 Thread Andreas Tille
On Thu, 10 Feb 2005, Seo Sanghyeon wrote: I wrote: - make build + python setup.py install --home build Of course, this should be python2.2, instead of python. Now I built the package with my patch, and can confirm that tests are working. Thanks. I'm currently building the package and