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

Re: No top level Makefile.



On 07/13/2012 11:20 AM, Mickaël Canévet wrote:
> Hello,
>
> I have a small newbie packaging question.
>
> The program I'm trying to package has no top level Makefile, the
> Makefile and the source is located in a 'src' subfolder.
>
> Should I create a patch that creates a top level Makefile or customize
> the debian/rules file so that it goes to 'src' subfolder to run make ?
>
> If so, what should be then modification to put in the rules file ?
>
> Thanks a lot.
>
> Mickaël
>   

Hi Mickaël,

Try to change debian/rules like that:
 
        dh $@ --sourcedirectory=src


Best regards,
Alex


Reply to: