Nicolas Boulenguez <nicolas.bouleng...@free.fr> writes:

> Do not worry about that. The Debian build daemons are affected by a
> bug. They install both Build-Depends and Build-Depends-Indep, then
> call
>
>   "debian/rules build && fakeroot debian/rules binary-arch"

They do indeed invoke the build target because they can't assume
build-arch, but don't install Build-Depends-Indep, just Build-Depends.
Xavier, you can compensate for that by conditionalizing debian/rules's
documentation target's call to make -C doc:

        if dh_listpackages | grep -qe '-doc'; then make -C doc; fi

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to