On 10/25/2010 06:15 PM, Luke Faraone wrote:
> On 10/24/2010 06:40 PM, Jakub Wilk wrote:
>> 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()')
>
> Okay, I've committed the above. Is th
On 10/24/2010 06:40 PM, Jakub Wilk wrote:
> 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()')
Okay, I've committed the above. Is this solution acceptable to everyone?
--
╒═══
* Luke Faraone , 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 :
On 10/24/2010 09:59 PM, Luke Faraone wrote:
> On 10/24/2010 03:22 PM, Jakub Wilk wrote:
>> * Luke Faraone , 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 aft
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 t
user debian-pyt...@lists.debian.org
usertags 601259 + python2.5-removal
severity 601259 important
tags 601259 - pending
thanks
* Luke Faraone , 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" direct
On 10/24/2010 03:22 PM, Jakub Wilk wrote:
> * Luke Faraone , 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
Package: python-keyczar
Version: 0.6~b.061709-2
Severity: serious
Justification: fails to build from source (but built successfully in the past)
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 Pyt
8 matches
Mail list logo