[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Source packages with multiple .orig.tar.gz



Hi Hilmar,

On 2024-11-24 00:48, Preuße, Hilmar wrote:
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

This is exactly what I meant, glad this worked!

Best wishes,
Andrius


Reply to: