On Mon, Feb 22, 2021 at 04:33:32PM +0000, Luca Boccassi wrote: > > > Subject: [PATCH 5/5] Add support for nodoc build option/profile > > > > > > > Applied without check nodoc in d/rules. As building doc is already in > > -indep target. And the -doc is the only arch all package. > > That adds an additional requirement though - doing a binary build > together with the nodoc profile. Also, the binary build will fail > without passing -DBUILD_DOC=OFF to the binary configure, since it's > default-enabled and will fail when looking for the doxygen binary. >
I have verified with `sbuild --profiles=nodoc --no-arch-all`. Is there anything I miss?