Re: Help with libquazip / Qt4-Qt5

2014-07-15 Thread Eric Maeker
>> Ok. How can I manage this? Is it possible inside one unique source >> package? Debhelper does only have a qmake_qt4 buildsystem. > > I don't think dh(1) supports two build sets, so you will have to do it > manually. I succeeded in creating a dual build Qt4/Qt5 and now I get packages for both Q

Re: Help with libquazip / Qt4-Qt5

2014-07-14 Thread Eric Maeker
Hi Mentors, I've updated the libquazip package so that it builds a dual qt version of the library: Qt4 and Qt5. I still have to include the -dbg package may be using override_dh_strip (it's in progress). The source package builds without any error with a debian sid pbuilder base (pbuilder --distr

Re: Help with libquazip / Qt4-Qt5

2014-07-14 Thread Daniel Lintott
Hi, On 14/07/14 15:07, Eric Maeker wrote: >>> Please, Mentors, help me with these unlying questions. >>> - should libquazip be build inside debian using Qt5 and/or Qt4? >> >> Both. for now. > > Ok. How can I manage this? Is it possible inside one unique source > package? Debhelper does only have

Re: Help with libquazip / Qt4-Qt5

2014-07-14 Thread Sune Vuorela
On 2014-07-14, Eric Maeker wrote: >>> Please, Mentors, help me with these unlying questions. >>> - should libquazip be build inside debian using Qt5 and/or Qt4? >> >>Both. for now. > > Ok. How can I manage this? Is it possible inside one unique source > package? Debhelper does only have a qmake_qt

Re: Help with libquazip / Qt4-Qt5

2014-07-14 Thread Eric Maeker
>> Please, Mentors, help me with these unlying questions. >> - should libquazip be build inside debian using Qt5 and/or Qt4? > >Both. for now. Ok. How can I manage this? Is it possible inside one unique source package? Debhelper does only have a qmake_qt4 buildsystem. Or should I create a duplica

Re: Help with libquazip / Qt4-Qt5

2014-06-14 Thread Sune Vuorela
On 2014-06-13, Eric Maeker wrote: > Please, Mentors, help me with these unlying questions. > - should libquazip be build inside debian using Qt5 and/or Qt4? Both. for now. > - for Qt4 projects (as some projects still not ported to Qt5), how can > we provide a compatible Qt4 libquazip? > * Shou