I would also separate netman-backend from netman-backend-dev.
Aitor.
On 09/12/15 08:48, Svante Signell <svante.signell@???> wrote: >> Hi Aitor et al,
>> >
>> >This seems to be a build dependency for the frontend. At least version
>> >fpc-source 2.6.2 is needed to compile the frontend. Process.inc
>> >exports RunCommand and this is used by the frontend.
>> >
>> >Do you know where I should document this requirement?
>> >
> For a debian package you put that requirement in the debian/control file:
> Source: netman-frontend?
> Section: ...
> Priority: optional?
> Maintainer: ...
> Uploaders: ...
> Build-Depends:
> ...
> fpc-source ( >=2.6.2),
> ...
> Standards-Version: ...
> Homepage: ...
> Vcs-Git: ...
> Vcs-Browser: ...
>
> ...