dpkg-buildpackage -A vs make -f ./debian/rules build-indep

2011-04-04 Thread Mathieu Malaterre
Dear all, I am trying to understand why dpkg-buildpackage -A is not simply calling make -f ./debian/rules build-indep. I tried turning DH_VERBOSE=1 but I do not see which rules imply runing the build-arch while I specifically tell dpkg-buildpackage to only run build-indep. Thanks -- Mathieu

Re: dpkg-buildpackage -A vs make -f ./debian/rules build-indep

2011-04-04 Thread Michael Wild
On 04.04.2011, at 11:40, Mathieu Malaterre mathieu.malate...@gmail.com wrote: Dear all, I am trying to understand why dpkg-buildpackage -A is not simply calling make -f ./debian/rules build-indep. I tried turning DH_VERBOSE=1 but I do not see which rules imply runing the build-arch

Re: dpkg-buildpackage -A vs make -f ./debian/rules build-indep

2011-04-04 Thread Raphael Hertzog
On Mon, 04 Apr 2011, Mathieu Malaterre wrote: Dear all, I am trying to understand why dpkg-buildpackage -A is not simply calling make -f ./debian/rules build-indep. I tried turning DH_VERBOSE=1 but I do not see which rules imply runing the build-arch while I specifically tell