[Alfonso Cepeda Caballos, 2010-08-12]
>       for py in $(PYVERS); do  \
> -         $$py setup.py build; \
> +         $$py setup.py build --build-lib=build/lib; \
>       done

I don't think it's the right fix. You will overwrite previously
generated files this way (it's arch:all package so if .py files are
equal, it will not break the module).
-- 
Piotr Ożarowski                         Debian GNU/Linux Developer
www.ozarowski.pl          www.griffith.cc           www.debian.org
GPG Fingerprint: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645



_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team

Reply via email to