Re: Specifying a C++11 compatible pre-dependency

2013-05-19 Thread Ondřej Surý
Depend on gcc-4.8 and override CC=cc-4.8 on powerpc in debian/rules. Ondřej Surý On 16. 5. 2013, at 5:20, Shachar Shemesh wrote: > Hi all, > > I have a package[1] that will not transition to testing due to failed > compilation on powerpc. The problem is that the actual package requires a > f

Specifying a C++11 compatible pre-dependency

2013-05-15 Thread Shachar Shemesh
Hi all, I have a package[1] that will not transition to testing due to failed compilation on powerpc. The problem is that the actual package requires a fairly complete C++11 support in order to compile. I have tried to signify this by adding "Build-Depends: gcc (>= 4:4.7)" to the dependencies. On

Re: Specifying a C++11 compatible pre-dependency

2013-05-15 Thread Adam Borowski
On Wed, May 15, 2013 at 06:15:37PM +0300, Shachar Shemesh wrote: > package requires > a fairly complete C++11 support in order to compile. I have tried to > signify this by adding "Build-Depends: gcc (>= 4:4.7)" to the dependencies. > > On PowerPC, despite gcc version 4.7 (and, indeed, 4.8) being

Re: Specifying a C++11 compatible pre-dependency

2013-05-15 Thread Andreas Beckmann
On 2013-05-15 17:15, Shachar Shemesh wrote: > I have a package[1] that will not transition to testing due to failed > compilation on powerpc. The problem is that the actual package requires > a fairly complete C++11 support in order to compile. I have tried to > signify this by adding "Build-Depend

Re: Specifying a C++11 compatible pre-dependency

2013-05-15 Thread Guillem Jover
Hi! On Wed, 2013-05-15 at 18:15:37 +0300, Shachar Shemesh wrote: > I have a package[1] that will not transition to testing due to failed > compilation on powerpc. The problem is that the actual package requires > a fairly complete C++11 support in order to compile. I have tried to > signify this b

Specifying a C++11 compatible pre-dependency

2013-05-15 Thread Shachar Shemesh
Hi all, I have a package[1] that will not transition to testing due to failed compilation on powerpc. The problem is that the actual package requires a fairly complete C++11 support in order to compile. I have tried to signify this by adding "Build-Depends: gcc (>= 4:4.7)" to the dependencies. On