On 10/24/2010 03:22 PM, Jakub Wilk wrote: > * Luke Faraone <[email protected]>, 2010-10-24, 13:55: >> When attempting to build this package with pyversions of 2.6-, the >> package FTBFS because it expects there to be a "build/lib" directory. >> Versions of Python after 2.5.x do not create this directory. > > AFAIK we haven't removed Python 2.5 from the set of supported versions yet.
Right, I was unclear whether this would merit "does-not-build" or not.
My apologies.
> 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?
--
╒═════════════════════════════════════════════════════════════════╕
│Luke Faraone ╭Debian / Ubuntu Developer╮│
│http://luke.faraone.cc ╰Sugar Labs, Systems Admin╯│
│PGP: 5189 2A7D 16D0 49BB 046B DC77 9732 5DD8 F9FD D506 │
╘═════════════════════════════════════════════════════════════════╛
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/python-modules-team

