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

Re: RFS: iulib (3rd attempt)



Nick Leverton <nick@leverton.org> writes:

> First, you call dh_quilt_unpatch from your clean target, however this
> command is provided by quilt which is not part of build-essential.
> Pbuilder only auto-installs the dependencies after cleaning the
> package - but it will not do this as the clean fails.  You might fix
> this by doing "dh_quilt_unpatch || true" in your clean.

This advice seems wrong to me.  You need to have Build-Depends installed
in order to be able to run the clean target, and you do not want to
proceed with the build if the clean target fails.  You can end up with
extraneous junk in the *.diff.gz that may cause build problems.

This sounds like a problem with your local build environment, not with
the package.

-- 
Russ Allbery (rra@debian.org)               <http://www.eyrie.org/~eagle/>


Reply to: