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

Re: Problems pdebuilding a quilt-based package



Hi,

Benjamin Mesing <bensmail@gmx.net> writes:

>          fakeroot debian/rules clean
>         # do not abort if quilt pop fails (this is usually if there no patches applied
>         quilt pop -a || true
>         No patch removed
>         quilt push 10_addBuildInfrastructure
>         No patches in series

You probably have a .quiltrc that sets non-default options
(e.g. QUILT_PATCHES=debian/patches).  The .quiltrc is not available in
the pbuilder environment, thus the build fails.

The quilt makefile /usr/share/quilt/quilt.make uses the `--quiltrc
/dev/null' option and sets QUILT_PATCHES by hand for this reason.

Regards,
Ansgar


Reply to: