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

Re: Creating a .deb: .buildinfo is meaningless



> First, please don't send HTML emails.
> Second, you are mixing dh(1) with explicit targets and most likely breking
> stuff in them. Please stick to dh(1) and overrides if needed.
>
Ok, then I figured out by looking at other recipes I can simply write

override_dh_auto_build:
    $(MAKE)    all

I also did

override_dh_usrlocal:
    echo

to avoid a "desktop is not a directory" error,
and my .deb is built, even if I get a

dpkg-genbuildinfo: error: badly formed line in files list file, line 2

error which appears at the end.

Thanks.


ps: this email *should* be plain text.


Reply to: