Skip to content
Snippets Groups Projects
Commit f64360c7 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

scripts/package-metadata.pl: fix handling of virtual (PROVIDES) depends


Currently the code emitting dependencies for provide candidates is overwriting
the specification calculated by the previous conditional dependency handling
code, rendering dependencies on virtual PROVIDES packages in conjunction with
conditional dependencies unusable.

Instead of overwriting, append the PROVIDES dependency spec in order to fix
using DEPENDS on virtual provider packages in conjunction with conditions.

Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
parent b7f7e9fe
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment