Am 21.11.2024 um 08:32 schrieb Andrius Merkys:
I can confirm this from my practical experience. Nevertheless you
should be able to make your build work by symlinking a component to
the needed subdirectory.
That seems to be a good ideas, which currently works for me: unpacking
the original tar balls to subdir1 & subdir2 and then create symlinks in
d/rules like this:
execute_before_dh_auto_configure:
mkdir -p acextlibs/vectorgraphics/ acextlibs/syoyo/
ln -s ../../LspCpp acextlibs/vectorgraphics/LspCpp
ln -s ../../tinyexr acextlibs/syoyo/tinyexr