[Python-modules-team] Bug#601259: FTBFS if only built with Python >=2.6

Julien Cristau jcristau at debian.org
Sun Oct 24 21:14:05 UTC 2010


On Sun, Oct 24, 2010 at 15:59:43 -0400, Luke Faraone wrote:

> 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)
> 
The usual way to do this is with ?= so that the environment takes
precedence (also the build architecture usually doesn't matter, so you
may want to double check that you didn't really want DEB_HOST_ARCH_OS
here).

Cheers,
Julien
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/python-modules-team/attachments/20101024/5f781ae8/attachment.pgp>


More information about the Python-modules-team mailing list