[Python-modules-team] Bug#592714: Bug#592714: [FTBFS]: lib directory in python and in debian/rules does not match

Piotr Ożarowski piotr at debian.org
Mon Aug 16 14:21:33 UTC 2010


[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





More information about the Python-modules-team mailing list