Re: Self dependent package, build profiles and buildd servers

2022-09-20 Thread Fab Stz
> > The d/rules actually configures/builds first the host-build, which I'm > > able to use directly in the configuration parameters when > > configuring/building the android-build (which is the second build > > performed automatically). In the end, this produces pkgA & pkgB binary > > packages all

Re: Self dependent package, build profiles and buildd servers

2022-09-20 Thread Andrey Rahmatullin
On Tue, Sep 20, 2022 at 01:20:19PM +0200, Fab Stz wrote: > Ok I just tried this by adding dependent targets in d/rules. You don't really need "dependent targets in d/rules" for this, just making sure both builds run from the usual dh targets. In many cases this is done by calling two build

Re: Self dependent package, build profiles and buildd servers

2022-09-20 Thread Wookey
On 2022-09-20 13:20 +0200, Fab Stz wrote: > Ok I just tried this by adding dependent targets in d/rules. It was a bit > tricky to do so as to still use dh at the same time but it seems to work. > Thanks for putting me on the way. > > However, what is actually the difference between the two

Re: Self dependent package, build profiles and buildd servers

2022-09-20 Thread Fab Stz
Hi Wookey, > As Paul says, build profiles will not help here if you have to do this > _every time_ you build the package, as opposed to doing it once, then > using that to build the real package the first time in order to get it > ready for the archive. i.e. build profiles are for bootstrapping,