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

Re: Packaging upstream tarballs with mixed C and Python sources



On Sun, Dec 23, 2012 at 09:11:11AM +0800, Paul Wise wrote:
> 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

Exactly what I was looking for, thanks a lot!

Adrian 

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaubitz@debian.org
`. `'   Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913


Reply to: