* Luke Faraone <lfara...@debian.org>, 2010-10-24, 15:59:
The patch you committed is incorrect: the package will FTBFS on some architectures or if DEB_* variables were not exported into environment.I've added the following: DEB_BUILD_ARCH_OS := $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS) DEB_HOST_GNU_CPU := $(shell dpkg-architecture -qDEB_HOST_GNU_CPU) What architectures would it FTBFS on?
armel, hppa, mips, powerpc, maybe s390, plus all non-Linux ones. Use something like:
$(shell python -c 'import distutils.util as d; print d.get_platform()') or, better, use wildcards. -- Jakub Wilk
signature.asc
Description: Digital signature
_______________________________________________ Python-modules-team mailing list Python-modules-team@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/python-modules-team