Bug#744173: pkg-kde-tools: add arm64 support to SymbolsHelper

2014-04-12 Thread Lisandro Damián Nicanor Pérez Meyer
On Sunday 13 April 2014 03:14:19 Wookey wrote: > +++ Lisandro Damián Nicanor Pérez Meyer [2014-04-12 10:41 -0300]: > > On Saturday 12 April 2014 10:07:35 Maximiliano Curia wrote: > > > ¡Hola Wookey! > > > > > > El 2014-04-11 a las 23:29 +0100, Wookey escribió: > > > > I read here: https://lists.de

Bug#744173: pkg-kde-tools: add arm64 support to SymbolsHelper

2014-04-12 Thread Wookey
+++ Lisandro Damián Nicanor Pérez Meyer [2014-04-12 10:41 -0300]: > On Saturday 12 April 2014 10:07:35 Maximiliano Curia wrote: > > ¡Hola Wookey! > > > > El 2014-04-11 a las 23:29 +0100, Wookey escribió: > > > I read here: https://lists.debian.org/debian-68k/2013/11/msg00012.html > > > that in QT5

Bug#744173: pkg-kde-tools: add arm64 support to SymbolsHelper

2014-04-12 Thread Wookey
+++ Pino Toscano [2014-04-12 09:13 +0200]: > On 2014-04-11 04:45, Wookey wrote: > >Package: pkg-kde-tools > >Version: 0.15.13 > >Severity: important > >Tags: patch > >User: debian-...@lists.debian.org > >Usertag: arm64 > > > >SymbolsHelper needs to know about the new 64-bit architecture > >arm64 in

Bug#744173: pkg-kde-tools: add arm64 support to SymbolsHelper

2014-04-12 Thread Lisandro Damián Nicanor Pérez Meyer
On Saturday 12 April 2014 10:07:35 Maximiliano Curia wrote: > ¡Hola Wookey! > > El 2014-04-11 a las 23:29 +0100, Wookey escribió: > > I read here: https://lists.debian.org/debian-68k/2013/11/msg00012.html > > that in QT5 qreal is a double on armhf, but on QT4 it's a float (and > > it's float on bo

Bug#744173: pkg-kde-tools: add arm64 support to SymbolsHelper

2014-04-12 Thread Maximiliano Curia
¡Hola Wookey! El 2014-04-11 a las 23:29 +0100, Wookey escribió: > I read here: https://lists.debian.org/debian-68k/2013/11/msg00012.html > that in QT5 qreal is a double on armhf, but on QT4 it's a float (and > it's float on both for armel). Can this helper know which it is doing > and DTRT? If not

Bug#744173: pkg-kde-tools: add arm64 support to SymbolsHelper

2014-04-12 Thread Pino Toscano
On 2014-04-11 04:45, Wookey wrote: Package: pkg-kde-tools Version: 0.15.13 Severity: important Tags: patch User: debian-...@lists.debian.org Usertag: arm64 SymbolsHelper needs to know about the new 64-bit architecture arm64 in order for any package that uses the (subst) Symbols file functional

Bug#744173: pkg-kde-tools: add arm64 support to SymbolsHelper

2014-04-11 Thread Wookey
+++ Maximiliano Curia [2014-04-11 09:32 +0200]: > In article > <20140411024540.25679.92521.reportbug__44887.6658724204$1397184506$gmane$o...@stoneboat.aleph1.co.uk> > you wrote: > -return ($arch =~ /amd64|ia64|alpha|s390|sparc64|ppc64|mips64|mips64el/) > ? "m" : "j"; > +return ($arch =~

Bug#744173: pkg-kde-tools: add arm64 support to SymbolsHelper

2014-04-11 Thread Maximiliano Curia
In article <20140411024540.25679.92521.reportbug__44887.6658724204$1397184506$gmane$o...@stoneboat.aleph1.co.uk> you wrote: > This patch is very dim. I feel that one should be able to at least > move this test into one place instead of having 6 instances to > update. But I started messing with th

Bug#744173: pkg-kde-tools: add arm64 support to SymbolsHelper

2014-04-10 Thread Lisandro Damián Nicanor Pérez Meyer
On Friday 11 April 2014 03:45:40 Wookey wrote: > Package: pkg-kde-tools > Version: 0.15.13 > Severity: important > Tags: patch > User: debian-...@lists.debian.org > Usertag: arm64 > > SymbolsHelper needs to know about the new 64-bit architecture arm64 in > order for any package that uses the (subs

Bug#744173: pkg-kde-tools: add arm64 support to SymbolsHelper

2014-04-10 Thread Wookey
Package: pkg-kde-tools Version: 0.15.13 Severity: important Tags: patch User: debian-...@lists.debian.org Usertag: arm64 SymbolsHelper needs to know about the new 64-bit architecture arm64 in order for any package that uses the (subst) Symbols file functionality to be buildable. This patch fixes t