[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Packaging upstream tarballs with mixed C and Python sources



On Sat, Dec 22, 2012 at 11:50 PM, Игорь Пашев wrote:

> I think override_dh_auto_{build,install,clean} in debian/rules could help.
> For example:
>
> override_dh_auto_build:
>     cd server && ... # build server
>     $(MAKE) ... # build in top dir

Best talk upstream into providing a better build system, but until
they do that, this workaround would be better I think:

override_dh_auto_build:
     dh_auto_build --sourcedirectory=server
     dh_auto_build


Reply to: