Hi,
On 2025-01-08 10:55, Shengjing Zhu wrote:
On Wed, Jan 8, 2025 at 4:33 PM Andrius Merkys <mer...@debian.org> wrote:
I am building juce 8.0.4+ds-1 without documentation (nodoc build
profile). debian/control lists the following documentation dependencies:
Build-Depends-Indep:
dh-sequence-doxygen <!nodoc>,
graphviz <!nodoc>,
Thus I would expect the nodoc build pass without them. However,
dpkg-buildpackage complains about missing dependencies:
$ dpkg-buildpackage -uc -us -P nodoc
I think it should be -Pnodoc, without space.
You are right, using -Pnodoc solved the issue. Thanks!
Andrius