Hello,
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
dpkg-buildpackage: info: source package juce
dpkg-buildpackage: info: source version 8.0.4+ds-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by IOhannes m zmölnig
(Debian/GNU) <umlae...@debian.org>
dpkg-buildpackage: info: host architecture amd64
dpkg-source --before-build .
dpkg-checkbuilddeps: error: unmet build dependencies:
dh-sequence-doxygen graphviz
dpkg-buildpackage: error: build dependencies/conflicts unsatisfied; aborting
dpkg-buildpackage: hint: satisfy build dependencies with your package
manager frontend
Is this behavior expected?
Best,
Andrius