Re: How to build using phing [debian/control]

2016-05-01 Thread SamuelOPH
Thank you so much for your answers. It happens that I tried to override dh_$stuff instead of dh_auto_$stuff, now i've got the desired result (debuild runs phing) and i've also learnt about how debuild works and the override dynamics by the maintainer's guide. Geert: > Show the code, the files,

Re: How to build using phing [debian/control]

2016-05-01 Thread Geert Stappers
On Sun, May 01, 2016 at 12:12:20PM -0300, SamuelOPH wrote: > Hi, I'm currently trying to package a software that uses phing as its build > system, the problem is that when i run debuild it tries to build using ant, > so in short, what should i do to force the use of phing? > Or is there some other

Re: How to build using phing [debian/control]

2016-05-01 Thread David Prévot
Hi, Le 01/05/2016 à 11:12, SamuelOPH a écrit : > Hi, I'm currently trying to package a software that uses phing as its build > system […], is there > some dh i have to override in debian/rules to do so? If yes, could you > point me which one? A priori, some dh_auto_$stuff, including

Re: How to build using phing [debian/control]

2016-05-01 Thread Colin Watson
On Sun, May 01, 2016 at 12:12:20PM -0300, SamuelOPH wrote: > Hi, I'm currently trying to package a software that uses phing as its build > system, the problem is that when i run debuild it tries to build using ant, The debhelper ant buildsystem detects whether ant should be used by testing for

How to build using phing [debian/control]

2016-05-01 Thread SamuelOPH
Hi, I'm currently trying to package a software that uses phing as its build system, the problem is that when i run debuild it tries to build using ant, so in short, what should i do to force the use of phing? Or is there some other way we're building packages that depends on phing? I've tried add